improve
25Command
Apply systematic improvements to code quality, performance, and maintainability.
Command
Apply systematic improvements to code quality, performance, and maintainability.
Command
Universal skill learning system. Captures corrections, views learned preferences, removes entries, resets skills, and consolidates patterns. Use when providing feedback on any skill or managing learned preferences.
Command
Pre-implementation plan review gauntlet across product, engineering, UX/DX, risk, and execution readiness.
Command
Turn a raw idea, bug, or error into a grounded, structured, durable plan — the front door to implementation.
Command
Deep web research with adaptive planning and intelligent search.
Command
Project rules management: generate .claude/rules/, CLAUDE.md, and AGENTS.md documentation.
Command
Fully automated release pipeline: merge main, test, review, commit, push, and open PR in one command.
Command
Execute complex tasks with intelligent workflow management, breakdown, and delegation.
Command
Test-Driven Development workflow with RED-GREEN-REFACTOR cycle enforcement.
Command
Execute tests with coverage analysis and automated quality reporting.
Command
Diagnose and resolve issues in code, builds, deployments, and system behavior.
Hook
Runs when a session starts, executing analyze-codebase.py and session-context.py (2 commands). From drag88/claude-dev-framework.
Hook
Runs before the agent uses a tool for Bash tool calls, executing git-push-review.py and pre-push-checks.py (2 commands). From drag88/claude-dev-framework.
Hook
Runs after a tool call finishes for Edit, Write, Edit, Write and MultiEdit tool calls, executing console-log-detector.py and comment-checker.py (2 commands). From drag88/claude-dev-framework.
Hook
Runs when the agent finishes a response, executing task-completeness-check.sh. From drag88/claude-dev-framework.
Skill Claude CodeCodex
Auto-generates AGENTS.generated.md from project rules when rules change or are missing.
Skill Claude CodeCodex
Activates for API design, repository pattern, caching, auth middleware, and error handling conventions in backend code.
Skill Claude CodeCodex
Auto-generates CLAUDE.generated.md from project rules when rules change or are missing.
Skill Claude CodeCodex
Activates during code implementation and review for naming conventions, DRY/KISS/YAGNI, and code quality standards.
Skill Claude CodeCodex
Wise teacher mode that drives the learner to deep, verified understanding of a session's work — problem, solution, and impact. Activates on 'teach me this session', 'make sure I understand', 'quiz me', 'walk me through what we did', 'help me understand these changes', 'do I get this?'. Runs an incremental…
Skill Claude CodeCodex
Activates for Playwright E2E test patterns, Page Object Model, locator strategies, and test reliability.
Skill Claude CodeCodex
Protocol for handling consecutive failures to prevent thrashing and wasted effort.
Skill Claude CodeCodex
Activates when building web interfaces, design systems, or styling components with high visual quality.
Skill Claude CodeCodex
Activates for React component patterns, state management, hooks, and frontend performance optimization.