From ceo
List available agent roles and recent delegation history. Triggers on "/ceo:agents", "show agents", "delegation history", "who can I delegate to", "list agents".
How this skill is triggered — by the user, by Claude, or both
Slash command
/ceo:agents-listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
List available specialized agent roles and recent delegation history.
List available specialized agent roles and recent delegation history.
Resolve $VAULT using this fallback chain (first match wins):
$CEO_VAULT (if set)~/.claude/plugins/cache/nhangen/obsidian/*/obsidian.local.md → read vault_path~/Documents/ObsidianIf $VAULT/CEO/AGENTS.md does not exist, ask the user where their Obsidian vault is installed and use that path.
List available roles — scan the plugin's skills/ceo/agents/ directory for role template files. For each .md file, read the frontmatter and present:
## Available Agent Roles
| Role | Authority | Domains |
|------|-----------|---------|
| Code Reviewer | read + draft | Awesome Motive, any code repo |
| Implementer | read + low-stakes write | Awesome Motive, any code repo |
| Researcher | read only | Academics, Career, NRX, any |
| Writer | read + draft | Career, Academics, NRX, Personal |
| Ops Manager | read + low-stakes write | NRX Research |
| Analyst | read + report | Career, Academics, all |
Show recent delegations — read files in $VAULT/CEO/delegations/ from the last 7 days. For each, show:
## Recent Delegations (last 7 days)
| Date | Role | Task | Status |
|------|------|------|--------|
| 2026-04-14 | code-reviewer | PR #6980 review | completed |
| 2026-04-14 | writer | LinkedIn post draft | completed |
If no delegations exist: "No delegations yet. Use /ceo:delegate to dispatch an agent."
Show active delegations — filter for status: in-progress.
If any exist, list them prominently at the top.
npx claudepluginhub nhangen/claude-ceo --plugin ceoProvides 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.