status
25Command Claude Code
Show project progress and next actions.
Command Claude Code
Show project progress and next actions.
Agent
Use after completing a task or feature to review code changes. Provide BASESHA, HEADSHA, what was implemented, and requirements. Returns issues categorized by severity (Critical/Important/Minor) with file:line references.
Agent
Reviews Rust code for issues. Runs clippy, reads actual files, reports problems. Use after TDD cycles complete, before commit. Returns: issues with file:line references from REAL code.
Agent
Implements Rust code to make failing tests pass (TDD GREEN phase). Provide: failing test path/name, project path. Returns: minimal implementation that passes the test. Triggers: "implement", "make test pass", "green phase", "rust implement".
Agent
Initializes Rust project with protection and dependencies. Creates: .gitignore, .pre-commit-config.yaml, Cargo.toml, empty src/lib.rs stub. Does NOT create tests or routes — only scaffolding.
Agent
Writes failing tests for TDD workflow. Does NOT write implementation code. Provide: feature requirement, project path, language/framework. Returns: test file path and expected failure message. Triggers: "write test for", "tdd test", "failing test", "red phase".
Skill Claude CodeCodex
Language-agnostic backend patterns: API design, authentication, security, databases. Use when: designing APIs, implementing auth, securing endpoints, modeling data. Triggers: "api design", "rest api", "graphql", "authentication", "jwt", "oauth", "security", "owasp", "database schema", "migrations", "sql".
Skill Claude CodeCodex
Modern Node.js backend stack: NestJS/Hono, Drizzle ORM, Vitest, TypeScript. Use when: building Node.js APIs, TypeScript backends, or serverless functions. Triggers: "nestjs", "node backend", "express", "hono", "drizzle", "vitest", "typescript api", "node api", "bun".
Skill Claude CodeCodex
Modern Python backend stack: FastAPI, SQLAlchemy 2.0, Pydantic v2, uv, ruff. Use when: building Python APIs, async services, or working with Python backend code. Triggers: "fastapi", "python backend", "sqlalchemy", "pydantic", "uv", "ruff", "python api", "async python".
Skill Claude CodeCodex
Modern Rust backend with Axum, SQLx, tokio + CI/CD automation. Use when: building Rust APIs, high-performance services, or needing build/test/lint/audit automation. Triggers: "axum", "rust backend", "rust api", "sqlx", "tokio", "cargo build", "cargo test", "clippy", "rustfmt", "cargo-audit", "cross-compile", "rust…
Skill Claude CodeCodex
A workflow skill for projects that use beads, an issue tracker. It activates in a directory containing a .beads folder and guides starting work, choosing tasks, finishing work, and creating subtasks.
Skill Claude CodeCodex
Code review workflow and best practices. Use when: reviewing PRs, receiving feedback, or preparing code for review. Triggers: "code review", "review", "pr review", "pull request", "feedback", "review changes".
Command
Guided project creation with explanations.
Command
Explain the last decision or any architectural choice.
Skill Claude CodeCodex
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling.
Skill Claude CodeCodex
Apache Airflow DAG design, operators, and scheduling best practices.
Skill Claude CodeCodex
Data lineage, cataloging, access control, and compliance.
Skill Claude CodeCodex
Dimensional modeling, normalization, and schema design for analytics.
Skill Claude CodeCodex
Data quality testing with dbt tests, Great Expectations, and monitoring.
Skill Claude CodeCodex
Skill "dbt-expert" from timequity/plugins, covering dbt expert, project structure, model patterns, staging and intermediate.
Skill Claude CodeCodex
Design ETL/ELT pipeline architectures with proper patterns for reliability and scalability.
Skill Claude CodeCodex
PySpark fundamentals for distributed data processing.
Skill Claude CodeCodex
Query optimization, partitioning, clustering, and warehouse tuning.
Skill Claude CodeCodex
Logs architectural decisions to docs/DECISIONS.md in ADR format. Use when: making significant architectural or technology choices. Integrates with /craft and /why commands.