Skill Claude CodeCodex
OpenAPI 3.1 specification writing, request/response examples, error documentation, versioning, and interactive API portal patterns.
Skill Claude CodeCodex
OpenAPI 3.1 specification writing, request/response examples, error documentation, versioning, and interactive API portal patterns.
Skill Claude CodeCodex
Axum HTTP framework patterns — routing, extractors, middleware, state management. For Rust see rust-idioms.
Skill Claude CodeCodex
Playwright browser automation via MCP. Covers E2E testing, UI review, web scraping, screenshot capture, and general browser interaction. MCP-first — CLI is fallback only.
Skill Claude CodeCodex
Controlled failure injection: hypothesis design, blast radius control, safety mechanisms, game day planning, and resilience verification.
Skill Claude CodeCodex
CI/CD pipeline design: GitHub Actions, GitLab CI, multi-stage Docker builds, image scanning, SBOM attestation (Cosign keyless), and environment promotion. Layered by complexity — Level 0 (all projects), Level 1 (containerized), Level 2 (Kubernetes). GitOps and Kubernetes deployment patterns in…
Skill Claude CodeCodex
CLI tool design, argument parsing, interactive prompts, shell completions, cross-platform considerations, and distribution strategies.
Skill Claude CodeCodex
Orchestration reference for the /audit workflow. Contains dimension scope cards for parallel subagent dispatch, subagent prompt template, and code audit report template.
Skill Claude CodeCodex
Structured code review protocol for inspecting code quality against the full rule set. Use when auditing code written by yourself or another agent, during the /audit workflow, or when the user asks for a code review.
Skill Claude CodeCodex
Modern C++ (17/20/23) rewards RAII, value semantics, and zero-cost abstractions. Lean into the type system and smart pointers. Idiomatic C++ = safe, deterministic, performant.
Skill Claude CodeCodex
C# rewards type safety, LINQ expressiveness, and async-first design. Modern C# (10+/.NET 6+) favors records, nullable reference types, and minimal APIs. Idiomatic C# = clean, async-aware, framework-integrated.
Skill Claude CodeCodex
Data pipeline architecture, ETL/ELT patterns, data quality, batch vs stream processing, orchestration, and data governance principles.
Skill Claude CodeCodex
Comprehensive protocol for validating root causes of software issues. Use when you need to systematically debug a complex bug, flaky test, or unknown system behavior by forming hypotheses and validating them with specific tasks.
Skill Claude CodeCodex
Django ORM, class-based views, DRF serializers, migrations, pytest-django. For Python see python-idioms.
Skill Claude CodeCodex
.NET 8+ rewards minimal APIs, DI, and async-first design. Idiomatic .NET = clean, performant, cloud-native.
Skill Claude CodeCodex
Elixir rewards immutability, pattern matching, and the OTP supervision model. Idiomatic Elixir = functional, fault-tolerant, process-oriented.
Skill Claude CodeCodex
Resource-constrained development, real-time patterns, interrupt handling, memory management, RTOS patterns, and hardware abstraction layers.
Skill Claude CodeCodex
Feature flag implementation: release flags, ops kill switches, experiment flags, and permission gating. PRD-gated — only load when PRD or technical architecture explicitly requires gradual rollout, A/B testing, or kill switches. Includes lifecycle rules (90-day max for release flags), flag evaluation patterns, and…
Skill Claude CodeCodex
Flutter Riverpod 3, freezed, gorouter, const widgets, repository pattern.
Skill Claude CodeCodex
Generates distinctive, production-grade frontend interfaces and artifacts (React, Vue, HTML/CSS). Prioritizes bold aesthetics, unique typography, and motion to avoid generic designs. Use when building websites, landing pages, dashboards, posters, or when the user requests to style, beautify, or create visually…
Skill Claude CodeCodex
Ensures every commit in a series is what it claims to be — a working, gate-passing snapshot in isolation, not just a slice of a working directory that happened to pass while other changes sat nearby. Covers verifying commit history after the fact, designing pre-commit hooks that check the commit rather than the…
Skill Claude CodeCodex
Go stdlib, error wrapping, interfaces, goroutines, table-driven tests, gofumpt.
Skill Claude CodeCodex
Pre-flight checklist and post-implementation self-review protocol. Use before generating any code (pre-flight) and after writing code but before verification (self-review) to catch issues early.
Skill Claude CodeCodex
Hono HTTP framework patterns — routing, middleware, Zod validation, RPC client. For TypeScript see typescript-idioms.
Skill Claude CodeCodex
Structured incident workflow: severity classification, triage, diagnosis, mitigation, postmortem, and prevention. Template-driven with blameless review.