debug
01Skill Claude CodeCodex
Investigate logs and diagnose issues using the debug-logs agent.
Drop-in DevContainer that transforms any project into an AI-powered development environment; pre-configured with safety guards, specialized agents, code intelligence, and 38 domain skills for Claude Code.
Skill Claude CodeCodex
Investigate logs and diagnose issues using the debug-logs agent.
Skill Claude CodeCodex
Review an existing pull request without merging — post findings as PR comment.
Skill Claude CodeCodex
Review changes, commit with detailed message, push, and optionally create pull request.
Skill Claude CodeCodex
Inject a behavioral prompt snippet by name.
Skill Claude CodeCodex
Guides headless browser automation using the agent-browser CLI for web interaction, accessibility tree navigation, form filling, screenshots, and authenticated sessions. USE WHEN the user asks to "open a webpage", "navigate a site", "take a screenshot", "fill a form", "get page content", "interact with a website"…
Skill Claude CodeCodex
Provides REST API design guidance covering resource naming, pagination strategies, error responses, versioning, and authentication patterns. USE WHEN the user asks to "design an API", "design REST endpoints", "plan API versioning", "choose a pagination strategy", "design error responses", "set up rate limiting"…
Skill Claude CodeCodex
Teaches syntax-aware code search using ast-grep (sg) and tree-sitter with meta-variable patterns for functions, imports, and classes. USE WHEN the user asks to "use ast-grep", "structural search", "find code patterns", "search with ast-grep", "use tree-sitter", "syntax-aware search", or works with sg run, $$$ARGS…
Skill Claude CodeCodex
Provides Claude Agent SDK patterns in TypeScript covering query function, permissions, MCP tools, subagents, and hooks. USE WHEN the user asks to "build an agent with the Claude Agent SDK", "use canUseTool callback", "create MCP tools with createSdkMcpServer", "define subagents", "configure SDK hooks", "stream SDK…
Skill Claude CodeCodex
Guides non-interactive Claude Code usage via the -p flag, stream-json output parsing, and CI/CD pipeline integration. USE WHEN the user asks to "run Claude Code in headless mode", "use claude -p for automation", "parse stream-json output", "run Claude Code in CI/CD", "track costs programmatically", "set up permissions…
Skill Claude CodeCodex
Guides systematic log analysis and error diagnosis across Docker, systemd, and application environments using forensic investigation methodology. USE WHEN the user asks to "debug logs", "check container logs", "why did this crash", "investigate failure", "find error in logs", "read docker logs", "diagnose the issue"…
Skill Claude CodeCodex
Provides a five-phase dependency health analysis covering outdated packages, security vulnerabilities, unused deps, version conflicts, and license compliance across npm, pip, cargo, and Go modules. USE WHEN the user asks to "audit dependencies", "find outdated packages", "find unused dependencies", "check dependency…
Skill Claude CodeCodex
Provides patterns for programmatic Docker container management using the Docker SDK for Python and aiodocker. USE WHEN the user asks to "manage Docker containers from Python", "create containers programmatically", "stream container logs", "execute commands in a running container", "build images with docker-py"…
Skill Claude CodeCodex
Guides Dockerfile authoring and Docker Compose orchestration with multi-stage builds, health checks, and dev watch mode. USE WHEN the user asks to "write a Dockerfile", "set up Docker Compose", "create a multi-stage build", "add health checks", "use Docker Compose watch", "optimize Docker image size", or works with…
Skill Claude CodeCodex
Guides documentation authoring including README structure, docstring formats, API references, and architecture docs. USE WHEN the user asks to "write a README", "add docstrings", "add JSDoc", "document the API", "create architecture docs", "write documentation", "update the docs", or works with Google-style…
Skill Claude CodeCodex
Teaches modern FastAPI development including REST APIs, Pydantic v2 models, SSE streaming, and ASGI middleware patterns. USE WHEN the user asks to "build a FastAPI app", "create a REST API with FastAPI", "add SSE streaming", "use dependency injection in FastAPI", "define Pydantic models", "stream LLM responses", "add…
Skill Claude CodeCodex
Provides git history investigation techniques including blame analysis, bisect workflows, pickaxe search, and reflog recovery for tracing code changes and recovering lost work. USE WHEN the user asks to "find who changed this line", "bisect a regression", "recover a lost commit", "search git history", "find when code…
Skill Claude CodeCodex
Guides incremental, rollback-safe framework upgrades and dependency migrations with step-by-step verification. USE WHEN the user asks to "migrate from X to Y", "upgrade to version N", "bump Python version", "upgrade pydantic", "migrate express to fastify", "modernize the codebase", or works with Pydantic v1-to-v2…
Skill Claude CodeCodex
Guides measure-first performance investigation using CPU profilers, memory analyzers, flamegraphs, and reproducible benchmarking across Python and Node.js. USE WHEN the user asks to "profile this code", "find the bottleneck", "create a flamegraph", "benchmark this function", "find memory leaks", "check memory usage"…
Skill Claude CodeCodex
Teaches PydanticAI agent development with tool decorators, RunContext dependency injection, streaming, and VercelAIAdapter. USE WHEN the user asks to "build a PydanticAI agent", "add tools to an agent", "stream responses with PydanticAI", "test a PydanticAI agent", "connect PydanticAI to Svelte", "configure model…
Skill Claude CodeCodex
Teaches behavior-preserving code transformations with a smell-detect, transform, verify cycle and language-specific idioms for Python and TypeScript. USE WHEN the user asks to "refactor this code", "extract a method", "fix code smells", "reduce code duplication", "simplify this class", "break up this large function"…
Skill Claude CodeCodex
Provides defense-in-depth security review covering OWASP Top 10, secrets detection, and dependency CVE scanning. USE WHEN the user asks to "check for security issues", "scan for secrets", "audit dependencies for vulnerabilities", "review for injection attacks", "check OWASP compliance", "detect hardcoded credentials"…
Skill Claude CodeCodex
Guides Claude Code plugin skill creation covering SKILL.md structure, description optimization, and progressive disclosure. USE WHEN the user asks to "build a skill", "write a SKILL.md", "create a Claude Code skill", "improve a skill description", "optimize skill content", "design skill instructions", or works with…
Skill Claude CodeCodex
Teaches SQLite development including WAL mode, FTS5 full-text search, JSON1 queries, and async Python integration with aiosqlite. USE WHEN the user asks to "set up a SQLite database", "use WAL mode", "add full-text search with FTS5", "store JSON in SQLite", "query SQLite with Python", "use better-sqlite3", "use…
Skill Claude CodeCodex
Guides Svelte 5 development with runes, SvelteKit SPA configuration, and component architecture. USE WHEN the user asks to "build a Svelte component", "use Svelte 5 runes", "set up a SvelteKit SPA", "migrate from Svelte 4 to 5", "manage state with $state", "add drag and drop to Svelte", or works with $state, $derived…