start
25Command Claude Code
Load session context, check for handoffs, detect drift, surface scratch + plans.
Command Claude Code
Load session context, check for handoffs, detect drift, surface scratch + plans.
Command Claude Code
Update PROGRESS.md, SPEC.md, and version after merging PRs on develop.
Command Claude Code
Analyze test coverage and fill gaps in recently changed code.
Command Claude Code
Propose updates to CLAUDE.md based on session work and recurring patterns.
Command Claude Code
Run fast read-only verification — tests + lint (and optional prettier --check).
Hook Claude Code
Runs after a tool call finishes for Write, Edit, Stop, Write and Edit tool calls, running an inline shell check (3 commands). From sefaertunc/Worclaude.
Hook Claude Code
Runs after the context is compacted, running an inline shell check. From sefaertunc/Worclaude.
Hook Claude Code
Runs when a session starts, running an inline shell check. From sefaertunc/Worclaude.
Hook Claude Code
Runs before the context is compacted, executing pre-compact-save.cjs. From sefaertunc/Worclaude.
Hook Claude Code
Runs when a session ends, running an inline shell check. From sefaertunc/Worclaude.
Hook Claude Code
Runs when the agent finishes a response, executing learn-capture.cjs. From sefaertunc/Worclaude.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing correction-detect.cjs, skill-hint.cjs and obs-command-invocations.cjs (3 commands). From sefaertunc/Worclaude.
Hook Claude Code
Runs when the agent sends a notification, running an inline shell check. From sefaertunc/Worclaude.
Hook Claude Code
Runs after instructions files are loaded, executing obs-skill-loads.cjs. From sefaertunc/Worclaude.
Hook Claude Code
Runs when a subagent starts, executing obs-agent-events.cjs. From sefaertunc/Worclaude.
Hook Claude Code
Runs when a subagent finishes, executing obs-agent-events.cjs. From sefaertunc/Worclaude.
Settings file Claude Code
Agent settings declaring 11 hook events (PostToolUse, PostCompact, SessionStart, PreCompact) and 106 allowed tools.
Skill Claude CodeCodex
Agent Routing Guide — when to spawn each installed agent.
Skill Claude CodeCodex
CLI-specific conventions: npm registry interaction, filesystem operations, JSON handling, settings merge, and configuration patterns for worclaude.
Skill Claude CodeCodex
How Claude writes rules for itself, when to update CLAUDE.md, keeping it lean and effective.
Skill Claude CodeCodex
Core behavioral principles: when to ask, when to push back, when to simplify, how to make surgical changes.
Skill Claude CodeCodex
Context budget awareness, when to compact, when to clear, subagent offloading.
Skill Claude CodeCodex
Multi-agent orchestration patterns: when to use coordinator mode, worker prompts, parallel execution.
Skill Claude CodeCodex
Terminal UI patterns: display.js visual system, Chalk styling, Ora spinners, Inquirer prompts, and CLI output conventions for worclaude.