Plugin Claude Code
Structured AI development workflow — build, verify, review, and fix with traceable engineering artifacts.
Plugin Claude Code
Structured AI development workflow — build, verify, review, and fix with traceable engineering artifacts.
Plugin Claude Code
Structured dev workflow with spec, requirements, execution, verify, qa-gate, fix loops, and audits.
Instructions file
Repository instructions for a collection of AI-development workflow skills and slash commands, not a conventional runnable application. They describe the skill files and the task reports and checklists those skills produce.
Skill Claude CodeCodex
A project-wide architecture review skill that checks whether code is placed in the right modules and whether important definitions have one reliable source.
Skill Claude CodeCodex
A manually triggered review of a whole software project’s performance. It looks for code and system patterns that may make programs slower or use more resources.
Skill Claude CodeCodex
A project-wide code-style review skill that checks naming, duplication, hard-coded values, oversized functions or files, comments, and unused code. It runs separately from the main development workflow.
Skill Claude CodeCodex
A software-correctness investigation skill for finding why code behaves differently from what was expected. It uses evidence from code paths, specifications, tests, logs, and changes to assess possible causes.
Skill Claude CodeCodex
A development workflow for completing tasks from a task folder. It follows the task's README and checklist, implements work in dependency order, and records verification evidence.
Skill Claude CodeCodex
A bug-fixing skill with separate paths for directly reported bugs, correctness-review findings, and failed verification or quality-gate reports. It records completed fixes and their validation in project reports.
Skill Claude CodeCodex
A review process in which two sub-agents examine an API, data format, event schema, or workflow from their separate implementation perspectives. The user passes documents and feedback between them over multiple rounds.
Skill Claude CodeCodex
A quality-review gate for completed development tasks. It checks the code against the request, design, tests, verification evidence, and current changes, using different review rounds for different risk levels.
Skill Claude CodeCodex
A requirements planner that turns a confirmed request into a ready-to-build task package. It assigns a risk level from Q0 to Q3, where higher levels cover changes such as permissions, public interfaces, data migrations, or concurrency.
Skill Claude CodeCodex
A system-planning guide that turns a vague idea into a set of linked design documents. It defines goals, modules, interfaces, data, workflows, and ways to check the result.
Skill Claude CodeCodex
A compact system-design guide for turning vague or cross-module requests into a small, structured specification package. It defines requirements, acceptance scenarios, module boundaries, and—when needed—data flow, state, timing, resources, or recovery design.
Skill Claude CodeCodex
A fact-checking gate that reruns the automated checks listed for a development task and reports which checks passed, failed, or still need a person. It is one step in a larger development process.