Skill Claude CodeCodex
Debug Node.js with node inspect, --inspect, breakpoints, CDP, heap, and CPU profiles.
Skill Claude CodeCodex
Debug Node.js with node inspect, --inspect, breakpoints, CDP, heap, and CPU profiles.
Skill Claude CodeCodex
Debug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
Skill Claude CodeCodex
Avoid the mistakes that make AI output obviously AI-generated — code, design, writing, and communication anti-patterns.
Skill Claude CodeCodex
REST API design patterns — naming, versioning, error handling, pagination, authentication.
Skill Claude CodeCodex
Ship-ready code review checklist covering correctness, readability, security, performance, and frontend/backend specifics.
Skill Claude CodeCodex
Review changed code for reuse, simplification, efficiency, and altitude cleanups, then apply fixes.
Skill Claude CodeCodex
Database design patterns — schema design, indexing, migrations, query optimization.
Skill Claude CodeCodex
Systematic debugging methodology — read errors completely, reproduce first, bisect, add logging, trace flow.
Skill Claude CodeCodex
8-angle deep code review methodology extracted from Claude Code bundled skills — catches bugs that standard reviews miss.
Skill Claude CodeCodex
Core operating protocol for getting things done — solve it don't ask about it, the problem-solving chain, code quality rules.
Skill Claude CodeCodex
Performance optimization patterns — lazy loading, caching, memoization, code splitting, bundle optimization.
Skill Claude CodeCodex
Verify code changes by running the app and observing behavior — not by running tests. Runtime observation is the only evidence.