Skill Claude CodeCodex
A skill for implementing split development tasks in order or by selected task ID, using existing test-driven development commands. It reads task metadata and project notes to choose the work and model settings.
Skill Claude CodeCodex
A skill for implementing split development tasks in order or by selected task ID, using existing test-driven development commands. It reads task metadata and project notes to choose the work and model settings.
Skill Claude CodeCodex
A project-analysis skill that creates a compact context file describing the codebase, such as its languages, tools, tests, structure, conventions, and architecture. The file is saved as `docs/dev/context.md`.
Skill Claude CodeCodex
A debugging skill for diagnosing and fixing failed tests, build and type errors, runtime crashes, environment problems, and code-style issues.
Skill Claude CodeCodex
A test-first implementation skill for carrying out a planned task or a small direct code change. TDD means writing a test before the code that makes it pass.
Skill Claude CodeCodex
An interactive project-initialization tool that helps choose a technology stack and can create a compatible project context file. Scaffolding means generating the initial project files and folder structure.
Skill Claude CodeCodex
A developer-navigation guide that asks what kind of work you want to do and recommends the appropriate development workflow. It covers planning, implementation, verification, debugging, and web testing.
Skill Claude CodeCodex
A development-planning tool that turns a feature request or product-requirements document into a design and a list of testable tasks. It supports a lightweight mode and a full-spec mode using EARS, a format for writing precise software requirements.
Skill Claude CodeCodex
An orchestration skill that runs a planned range of development tasks through implementation, checking, and debugging. It uses separate helper agents and tracks task dependencies.
Skill Claude CodeCodex
A tool that creates and updates screen specification documents from source code or acceptance criteria. These documents describe individual screens and are saved as Markdown files.
Skill Claude CodeCodex
A verification tool that checks whether all tasks in a development plan are complete and then runs the project’s tests, coverage check, build, lint, and file-size checks. A development plan is a set of tasks for delivering a change.
Skill Claude CodeCodex
A tool that creates Playwright web-test plans from development plans and screen specifications. Playwright is a tool for testing web pages in a browser.
Skill Claude CodeCodex
A web-testing skill built around Playwright, a browser automation tool. It checks how web pages behave, look, respond on different screen sizes, handle forms, and support accessibility.
Skill Claude CodeCodex
A static security checker that examines source code and configuration files for possible web vulnerabilities. Static checking means reviewing code without running the application; IPA is Japan’s Information-technology Promotion Agency.