coder
01Agent Claude Code
Implementation specialist that writes code to fulfill specific todo items. Use when a coding task needs to be implemented.
Agent Claude Code
Implementation specialist that writes code to fulfill specific todo items. Use when a coding task needs to be implemented.
Agent Claude Code
Use this agent when you need comprehensive visual testing of user flows, end-to-end testing with browser automation, or validation of UI components and interactions. Note that this agent cannot make any edits or see the filesystem! Examples: - Context: User has implemented a new authentication flow and wants to ensure…
Agent Claude Code
Emergency escalation agent that ALWAYS gets human input when ANY problem occurs. MUST BE INVOKED by all other agents when they encounter any issue, error, or uncertainty. This agent is HARDWIRED into the system - NO FALLBACKS ALLOWED.
Agent Claude Code
Visual testing specialist that uses Playwright MCP to verify implementations work correctly by SEEING the rendered output. Use immediately after the coder agent completes an implementation.
Command Claude Code
Command "apply" from connerohnesorge/conclaude, covering change proposal application/acceptance process, guardrails, steps and reference.
Command Claude Code
Archive a deployed Spectr change and update specs.
Command Claude Code
only when it is requested or clearly required.
Command Claude Code
Detect spec drift from code and update specs interactively.
Hook Claude Code
Runs when a subagent finishes, running conclaude Hooks SubagentStop. From connerohnesorge/conclaude.
Hook Claude Code
Runs when the agent sends a notification, running conclaude Hooks Notification. From connerohnesorge/conclaude.
Hook Claude Code
Runs when a subagent starts, running conclaude Hooks SubagentStart. From connerohnesorge/conclaude.
Hook Claude Code
Runs after a tool call finishes, running conclaude Hooks PostToolUse. From connerohnesorge/conclaude.
Hook Claude Code
Runs before the context is compacted, running conclaude Hooks PreCompact. From connerohnesorge/conclaude.
Hook Claude Code
Runs when a session starts, running conclaude Hooks SessionStart. From connerohnesorge/conclaude.
Hook Claude Code
Runs before the agent uses a tool, running conclaude Hooks PreToolUse. From connerohnesorge/conclaude.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running conclaude Hooks UserPromptSubmit. From connerohnesorge/conclaude.
Hook Claude Code
Runs when the agent asks permission for an action, running conclaude Hooks PermissionRequest. From connerohnesorge/conclaude.
Hook Claude Code
Runs when a session ends, running conclaude Hooks SessionEnd. From connerohnesorge/conclaude.
Hook Claude Code
Runs when the agent finishes a response, running conclaude Hooks Stop. From connerohnesorge/conclaude.
Settings file Claude Code
Agent settings declaring 11 hook events (SubagentStop, Notification, SubagentStart, PostToolUse) and 0 allowed tools.
Skill Claude CodeCodex
Generate configuration reference documentation from conclaude-schema.json using src/bin/generate-docs.rs. USE WHEN the schema file changes, configuration options are added/modified, or documentation needs to be regenerated for the website.
Skill Claude CodeCodex
Generate the conclaude-schema.json configuration schema file using src/bin/generate-schema.rs. USE WHEN the configuration format changes, new config fields are added, or the schema needs to be updated for release or testing.
Skill Claude CodeCodex
Accept Spectr change proposals by converting tasks.md to tasks.jsonc without requiring the spectr binary. USE WHEN you're in a sandboxed or restricted execution context and spectr is not available in your path. DO NOT USE WHEN you need a lightweight alternative for task acceptance, but have the spectr binary…
Skill Claude CodeCodex
Validate Spectr specifications and change proposals without requiring the spectr binary USE WHEN you're in a sandboxed or restricted execution context and spectr is not available in your path. DO NOT USE WHEN you need a lightweight alternative for task acceptance, but have the spectr binary available. DO NOT USE when…