forge
01Skill Claude CodeCodex
A workflow entry point that checks a project’s documentation and code status, then recommends the next suitable task guide. It does not perform the task itself.
Skill Claude CodeCodex
A workflow entry point that checks a project’s documentation and code status, then recommends the next suitable task guide. It does not perform the task itself.
Skill Claude CodeCodex
An orchestration layer for coordinating a complete software delivery process from a request through release and documentation.
Skill Claude CodeCodex
A structured brainstorming workflow for product, content, software-building, or exploration ideas. It challenges assumptions, develops two or three options, and records the discussion for later sessions.
Skill Claude CodeCodex
A structured bug-fixing process that investigates one problem at a time, records evidence, tests the fix, and waits for the user's final acceptance.
Skill Claude CodeCodex
A workflow that turns an approved DESIGN.md file into visual code changes while leaving application behavior unchanged. It uses CSS and shared design tokens, which are named values such as colors, spacing, or font sizes.
Skill Claude CodeCodex
A design-planning process for creating or updating design documentation without writing code. It reviews the current design, defines visual choices and reusable design tokens, and applies review gates based on the size of the change.
Skill Claude CodeCodex
A Chinese-language development coordinator that takes updated product requirements and organizes design, engineering, and quality-assurance work. It uses separate agent contexts for implementation tasks and supports interactive, automatic, and resume modes.
Skill Claude CodeCodex
A Chinese-language rulebook for managing project documentation under the docs/ directory. It defines approved document locations, required metadata, and how documents are kept current or archived.
Skill Claude CodeCodex
A post-release documentation workflow for a software project. It checks project documents against the released code and updates the documentation, changelog, and selected version information.
Skill Claude CodeCodex
A Chinese-language review workflow for analysing a completed coding session and saving lessons in project documents and a learning log. It uses a local web page where the user chooses the topics and depth before the review continues.
Skill Claude CodeCodex
A Chinese-language engineering workflow for managing project engineering documents and implementing code changes. It includes worktree isolation, TDD, task waves, testing, verification gates, and separate commits.
Skill Claude CodeCodex
A Chinese-language process for diagnosing product problems and updating a PRD, a document that describes what a product should do. It traces root causes, challenges the request when needed, and produces a feature specification with checks for unusual states.
Skill Claude CodeCodex
A software quality-assurance workflow that tests an application and writes an acceptance report without changing the code. It also supports focused checks for one bug fix.
Skill Claude CodeCodex
A pre-release review guide for comparing the current code branch with its base branch, meaning the branch the changes are intended to merge into. It looks for structural problems that tests may not catch and can fix findings directly.
Skill Claude CodeCodex
A release workflow for Git projects that either opens a pull request or merges it and synchronizes the local base branch. It distinguishes submitted, pushed, merged, and deployed states.
Skill Claude CodeCodex
A status checker for parallel coding sessions that records worktrees and branches in .forge/active.md. A worktree is a separate local directory for a Git branch.