Skill Claude CodeCodex
A deployment checklist covering the steps that move software from development to a live environment, including automated build, test, code checks, security checks, and release.
🏯 12 Three Kingdoms AI agents for Kiro CLI — plan, code, review, deploy with style
Skill Claude CodeCodex
A deployment checklist covering the steps that move software from development to a live environment, including automated build, test, code checks, security checks, and release.
Skill Claude CodeCodex
A template for technical design documents that explain a proposed system, its data, APIs, file changes, error handling, and tests. It can also describe flows with Mermaid diagrams, a text format for technical diagrams.
Skill Claude CodeCodex
A product requirements document template for describing what a product should do, who it serves, and how success will be checked. It includes user stories, priorities, risks, and non-functional needs such as security or performance.
Skill Claude CodeCodex
A code-cleanup guide for finding and removing dead code—code that is no longer used—and unused exports or dependencies.
Skill Claude CodeCodex
A code-review procedure for checking a change from its commit history through its final tests. It covers scope, changed files, behavior, security, performance, and missing tests.
Skill Claude CodeCodex
A research-first coding guide that asks you to look for an existing package, tool, repository, or project skill before writing new code or adding a dependency.
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.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: