analyst
01Agent
Data analyst and market researcher — analyzes data, creates reports, market research. Use for analysis tasks.
Agent
Data analyst and market researcher — analyzes data, creates reports, market research. Use for analysis tasks.
Agent
Code implementation tasks — write features, fix bugs, write tests, refactor. Use for any coding task.
Agent
Write or update inline docs, README sections, and API references after a code change. Use when code has been added/modified and the docs need to catch up, or when a module is undocumented.
Agent
Diagnose production incidents from logs, metrics, and symptom reports. Trace root cause, propose a fix, and write a short post-mortem. Use when a service is broken, throwing errors, or behaving unexpectedly.
Agent
Deep research tasks — web search, multi-source analysis, report writing. Use for any research request that requires thoroughness.
Agent
Code and PR reviewer — analyzes code quality, finds bugs, suggests improvements. Use for code review requests.
Agent
System administrator — manages services, deploys, troubleshoots infrastructure. Use for ops/infra tasks.
Agent
Run test suites, parse failures, and propose fixes. Use when the user wants tests run, when CI is failing, or when a code change needs verification beyond static review.
Agent
Technical writer and content creator — documentation, reports, business plans, pitch decks. Use for writing tasks.
Command
Composite health audit — skills, services, watchdog, memory index, recent restarts.
Command
Run the morning briefing — weather, market overview, system health, upcoming tasks.
Command
Dump current context — recent memory, active tasks, in-flight projects — for handoff or review.
Command
Scheduled-jobs dashboard — cron, systemd, what ran, what failed, upcoming runs.
Command
Write today's daily memory file + send a day-summary message to the user.
Command
Switch focus to a project and summarize its live state — branch, changes, recent commits, next steps.
Command
Semantic memory/RAG search across memories, transcripts, and cross-agent context.
Command
Recap recent activity — what got done, what's in-flight, what's next.
Command
Capture a fact to today's daily note (and durable auto-memory if it's lasting).
Command
Graceful restart of Claudex with a reason logged to watchdog.log.
Command
Commit and push current work with guardrails — branch-safe, secret-safe, conventional message.
Command
Force-invoke a specific skill by name, bypassing auto-selection.
Hook Claude Code
Runs when a session starts, running an inline shell check. From JansenAnalytics/claudex.
Hook Claude Code
Runs when the agent finishes a response, running an inline shell check. From JansenAnalytics/claudex.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, Stop) and 6 allowed tools.