codeverbojan/claude-code-kickstart
Agent Claude Code
Audits components and pages for WCAG 2.1 AA compliance. Checks contrast, semantics, forms, keyboard nav, and motion. Use on any UI component.
codeverbojan/claude-code-kickstart
Agent Claude Code
Audits components and pages for WCAG 2.1 AA compliance. Checks contrast, semantics, forms, keyboard nav, and motion. Use on any UI component.
codeverbojan/claude-code-kickstart
Agent Claude Code
Reviews code in two passes: first spec compliance (does it do what was asked?), then code quality (is it well-written and secure?). Use after writing or modifying code.
codeverbojan/claude-code-kickstart
Agent Claude Code
Researches technical topics, vendor integrations, library comparisons, and best practices. Use for any investigation that needs web search or deep codebase exploration.
codeverbojan/claude-code-kickstart
Agent Claude Code
Audits code for security vulnerabilities. Use on API routes, auth code, input handling, and database queries.
codeverbojan/claude-code-kickstart
Agent Claude Code
Runs the project test suite and fixes failures. Use after code changes, before commits, and when verifying fixes.
codeverbojan/claude-code-kickstart
Command Claude Code
API route playbook — auth, validate, query, respond.
codeverbojan/claude-code-kickstart
Command Claude Code
New feature playbook — plan, build in phases, verify each phase.
codeverbojan/claude-code-kickstart
Command Claude Code
Bug fix playbook — trace, fix, verify, document.
codeverbojan/claude-code-kickstart
Command Claude Code
Analyze the codebase and auto-generate CLAUDE.md Section 10 project config.
codeverbojan/claude-code-kickstart
Command Claude Code
Analyze the codebase and extract real patterns into patterns.md.
codeverbojan/claude-code-kickstart
Command Claude Code
Run all linters across the project.
codeverbojan/claude-code-kickstart
Command Claude Code
Show session metrics and improvement trends from .claude/metrics.jsonl.
codeverbojan/claude-code-kickstart
Command Claude Code
Session onboarding — light by default, add "deep" for full context load.
codeverbojan/claude-code-kickstart
Command Claude Code
Refactor playbook — clean up without changing behavior.
codeverbojan/claude-code-kickstart
Command Claude Code
Research-only playbook — investigate, don't build.
codeverbojan/claude-code-kickstart
Command Claude Code
End current work, save state, clear context, and start fresh with full onboard.
codeverbojan/claude-code-kickstart
Command Claude Code
Analyze captured mistake signals and auto-generate new gotcha rules.
codeverbojan/claude-code-kickstart
Command Claude Code
Security review of recent changes — pre-flights git state with clear error guidance.
codeverbojan/claude-code-kickstart
Command Claude Code
Run the full project test suite.
codeverbojan/claude-code-kickstart
Command Claude Code
End-of-session — structured handoff to primer.md.
codeverbojan/claude-code-kickstart
Hook Claude Code
Runs when a session starts, executing session-primer.sh. From codeverbojan/claude-code-kickstart.
codeverbojan/claude-code-kickstart
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing habits-coach.sh. From codeverbojan/claude-code-kickstart.
codeverbojan/claude-code-kickstart
Hook Claude Code
Runs when the agent finishes a response, executing verify-gate.sh. From codeverbojan/claude-code-kickstart.
codeverbojan/claude-code-kickstart
Hook Claude Code
Runs after a tool call finishes for Bash tool calls, executing capture-signal.sh. From codeverbojan/claude-code-kickstart.