Skill Claude CodeCodex
A security review checklist for authentication, user input, APIs, secrets, and sensitive data. It checks common risks such as SQL injection, cross-site scripting, command injection, and unsafe file paths.
Skill Claude CodeCodex
A security review checklist for authentication, user input, APIs, secrets, and sensitive data. It checks common risks such as SQL injection, cross-site scripting, command injection, and unsafe file paths.
Skill Claude CodeCodex
A task-list template for breaking a project into ordered pieces of work, with dependencies, an assigned agent, time estimates, and completion checks.
Skill Claude CodeCodex
A test-driven development (TDD) workflow: write a failing test, add the smallest implementation that passes it, then improve the code without changing its behaviour. It covers unit, integration, and end-to-end tests.
Skill Claude CodeCodex
A verification checklist for code changes that runs a build, type checking, linting, tests, basic security searches, and a Git change review in sequence. Type checking finds type errors, while linting checks common code-quality problems.