eval
25Command
Evaluate code quality and suggest improvements.
Command
Evaluate code quality and suggest improvements.
Command
Design implementation approach before writing code.
Hook
Runs when a session starts, executing session-start.py via python3. From JeremyDev87/codingbuddy.
Hook
Runs before the agent uses a tool for Bash tool calls, executing pre-tool-use.py via python3. From JeremyDev87/codingbuddy.
Hook
Runs after a tool call finishes, executing post-tool-use.py via python3. From JeremyDev87/codingbuddy.
Hook
Runs when the agent finishes a response, executing stop.py via python3. From JeremyDev87/codingbuddy.
Skill Claude CodeCodex
Use when creating new specialist agent definitions for codingbuddy. Covers JSON schema design, expertise definition, system prompt authoring, and differentiation from existing agents.
Skill Claude CodeCodex
Use when rendering a multi-agent discussion as a TUI panel. Defines terminal panel layout, component architecture, real-time streaming behavior, and integration points for displaying AgentOpinion data with bordered boxes, severity badges, and consensus indicators.
Skill Claude CodeCodex
Use when rendering multi-agent debate, discussion, or review output in the terminal. Formats agent opinions with severity badges, colored identifiers, evidence blocks, and consensus indicators using box drawing characters.
Skill Claude CodeCodex
Use when designing REST or GraphQL APIs - covers OpenAPI spec, resource design, versioning, and documentation.
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Skill Claude CodeCodex
Use when build fails, TypeScript errors appear, or compilation breaks. Minimal diff fixes only — no refactoring, no architecture changes.
Skill Claude CodeCodex
Use when explaining complex code to new team members, conducting code reviews, onboarding, or understanding unfamiliar codebases. Provides structured analysis from high-level overview to implementation details.
Skill Claude CodeCodex
Use when working on long tasks that span multiple sessions, when context compaction is a concern, or when decisions from PLAN mode need to persist through ACT and EVAL modes.
Skill Claude CodeCodex
Use when managing AI session costs, setting budget limits, or preventing cost overruns in autonomous workflows like taskMaestro, autopilot, ralph loops, and parallel agent execution. Defines cost tracking protocol, threshold alerts, and auto-pause mechanism.
Skill Claude CodeCodex
Use when a bug or feature request belongs in an upstream, parent, or dependency repository rather than the current one. Guides detection, mapping, and safe cross-repo issue creation with user confirmation.
Skill Claude CodeCodex
Use when performing database schema changes, data migrations, large table modifications, or when zero-downtime deployment is required - guides systematic, reversible database changes with rollback planning.
Skill Claude CodeCodex
Use when simple grep/glob is insufficient and you need comprehensive, multi-pass codebase understanding.
Skill Claude CodeCodex
Use when CVE discovered, major version upgrade needed, lock file conflicts occur, or license compliance audit required - guides systematic dependency health management.
Skill Claude CodeCodex
Use before deploying to staging or production. Covers pre-deploy validation, environment verification, rollback planning, health checks, and post-deploy monitoring.
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
Skill Claude CodeCodex
Use when creating or updating README, API docs, architecture docs, or CHANGELOG. Generates clear, accurate documentation from code structure and context.
Skill Claude CodeCodex
Use when encountering error messages, stack traces, or unexpected application behavior. Provides structured analysis to understand root cause before attempting any fix.
Skill Claude CodeCodex
Use when you have a written implementation plan to execute in a separate session with review checkpoints.