From ceo
Show the CEO's execution log for today or a specified date. Triggers on "/ceo:log", "what did the ceo do", "show ceo log", "ceo activity".
How this skill is triggered — by the user, by Claude, or both
Slash command
/ceo:logThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display the CEO's execution log entries.
Display the CEO's execution log entries.
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.
Resolve $CEO_PLUGIN_DIR by finding the latest version directory: ~/.claude/plugins/cache/nhangen/claude-ceo/*/
Optional date argument:
/ceo:log — show today's log/ceo:log yesterday — show yesterday's log/ceo:log 2026-04-10 — show a specific date's logRun the log script — execute the shell script that handles all log display:
bash "$CEO_PLUGIN_DIR/scripts/ceo-log.sh" <date-argument>
If the user asks for analysis — only then use AI judgment to summarize patterns, trends, or recommendations from the log output. Otherwise, the shell script output is sufficient.
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 nhangen/claude-ceo --plugin ceo