From sem-ai
Manage Semaphore infrastructure — secrets, notifications, agent types, scheduled tasks, artifacts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sem-ai:manage-infraThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
sem-ai secret list [--project <p>] # org or project level
sem-ai secret show <name> [--project <p>]
sem-ai secret create <name> --env KEY=VALUE [--project <p>]
sem-ai secret update <name> --env KEY=NEW [--project <p>]
sem-ai secret delete <name> [--project <p>]
sem-ai notification list
sem-ai notification show <name>
sem-ai notification delete <name>
sem-ai agent types # list agent types
sem-ai agent show <type-name> # type details
sem-ai agent list --type <name> # list agents of a type
sem-ai agent delete <type-name> # delete type
sem-ai task list --project <p>
sem-ai task show <id>
sem-ai task run <id> # trigger now
sem-ai task delete <id>
sem-ai artifact list --scope jobs --id <job-id>
sem-ai artifact list --scope workflows --id <wf-id>
sem-ai artifact get --scope jobs --id <job-id> --path <path> [--output file]
sem-ai yaml validate --file .semaphore/semaphore.yml
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub semaphoreio/sem-ai --plugin sem-ai