Skill Claude CodeCodex
Documentation writing conventions -- style, structure, tone, and quality standards.
Skill Claude CodeCodex
Documentation writing conventions -- style, structure, tone, and quality standards.
Skill Claude CodeCodex
CSS design system principles -- token usage, semantic layering, mobile-first, component isolation.
Skill Claude CodeCodex
Implement a GitHub issue, optionally from an existing plan.
Skill Claude CodeCodex
Logging conventions -- level usage, formatting style, structured output.
Skill Claude CodeCodex
Analyze a GitHub issue and create an implementation plan.
Skill Claude CodeCodex
Language-agnostic local-clarity craft -- shape control flow, the naming of a whole set, and reading order so a body reads straight down with the smallest working set. Sibling to code-hygiene, comment-hygiene and code-structure.
Skill Claude CodeCodex
Review a pull request using specialized reviewer agents.
Skill Claude CodeCodex
One severity model for code review -- Critical/Important/Minor by consequence-if-shipped (impact x reachability), with confidence as a separate report gate.
Skill Claude CodeCodex
Integration test philosophy -- test observable behavior, fixture composition, canary markers for library internals.
Plugin Claude Code
Comprehensive Python development -- patterns, testing, async, error handling, packaging, configuration, type safety, resilience, observability, Pydantic, and more.
Skill Claude CodeCodex
Python asyncio, concurrent programming, and async/await patterns for high-performance applications.
Skill Claude CodeCodex
Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core.
Skill Claude CodeCodex
Common Python anti-patterns and a pre-merge review checklist.
Skill Claude CodeCodex
Render Python docstrings into a browsable, published API reference with Sphinx, autodoc, napoleon, and MyST.
Skill Claude CodeCodex
Python code style, linting, formatting, naming conventions, and documentation standards.
Skill Claude CodeCodex
Python configuration management via environment variables and typed settings.
Skill Claude CodeCodex
Python error handling patterns including input validation, exception hierarchies, and partial failure handling.
Skill Claude CodeCodex
Python observability patterns including structured logging, metrics, and distributed tracing.
Skill Claude CodeCodex
Create distributable Python packages with proper project structure, pyproject.toml, and publishing to PyPI.
Skill Claude CodeCodex
Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
Skill Claude CodeCodex
Profile and optimize Python code using cProfile, memory profilers, and performance best practices.
Skill Claude CodeCodex
Python project organization, module architecture, and public API design.
Skill Claude CodeCodex
Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators.
Skill Claude CodeCodex
Python resource management with context managers, cleanup patterns, and streaming.