Skill Claude CodeCodex
A skill that translates instructions for activating specialist software agents into the runtime actions needed to dispatch them.
Skill Claude CodeCodex
A skill that translates instructions for activating specialist software agents into the runtime actions needed to dispatch them.
Skill Claude CodeCodex
A Chinese-language architecture-design process for choosing a system structure, dividing it into modules, defining interfaces, and designing data models after requirements are documented.
Skill Claude CodeCodex
A change-analysis step for projects whose requirements, architecture, interface designs, and development plans are documented. It compares a requested change with those documents and classifies its scope.
Skill Claude CodeCodex
A code-review tool for checking business code against requirements, coding rules, security expectations, and tests. It also scans a whole project for signs of decay such as duplicated, unused, or overly complex code.
Skill Claude CodeCodex
A single way to read, create, update, search, and validate project documents. It can load only the needed sections, follow relationships between documents, and route the work to the configured storage system.
Skill Claude CodeCodex
A debugging tool for finding the cause of known errors, stack traces, failed tests, or broken scripts, then applying a small fix and checking it. A stack trace is the recorded path of function calls that led to an error.
Skill Claude CodeCodex
Guidance for setting up software delivery and deployment, including automated build and test pipelines, containers, environment settings, and infrastructure configuration.
Skill Claude CodeCodex
A Chinese-language questioning process for making product, architecture, or interface designs more precise by following dependent decisions until they are resolved.
Skill Claude CodeCodex
Eine Abnahmeprüfung für die Funktionen eines fertiggestellten Softwareprojekts. Sie vergleicht die Umsetzung mit den Vorgaben und prüft das Verhalten mit echten Daten und einem laufenden Dienst.
Skill Claude CodeCodex
A Chinese-language skill that packages problems, suggestions, corrections, and upstream differences in the CataForge framework into a Markdown report. CataForge is a framework with a command-line tool, templates, agents, skills, hooks, and documentation.
Skill Claude CodeCodex
A maintainer workflow for handling GitHub issues from a software framework: fetch the issue, review it, suggest a fix, implement it, and close it.
Skill Claude CodeCodex
A review process for the configuration that makes an agent framework work, including agents, skills, hooks, rules, and workflows. It checks whether these pieces are complete, consistent, connected, and compliant with the framework’s rules.
Skill Claude CodeCodex
A CataForge framework synchronization skill that aligns installed packages, project scaffolding, editor files, and project initialization with a verified framework version. CataForge is the framework this workflow manages.
Skill Claude CodeCodex
A dynamic walkthrough tool for testing a small example project through an entire software-development workflow in an isolated sandbox.
Skill Claude CodeCodex
A bridge between Penpot, a tool for designing interfaces, and frontend code. It can read design structure and styles, synchronise design tokens, generate component skeletons, and check whether code matches a design.
Skill Claude CodeCodex
A procedure for checking whether AI coding platforms still match a project’s recorded configuration. It compares current platform documentation with settings for tools, hooks, agents, permissions, models, and other capabilities.
Skill Claude CodeCodex
A visual reporting tool for turning existing project records into graphs, timelines, dependency views, and dashboards. It reads structured project data but does not create or change that data.
Skill Claude CodeCodex
A requirements-analysis tool for turning a user's request into a structured list of features, user stories, acceptance checks, priorities, and non-functional needs such as security or performance.
Skill Claude CodeCodex
A Chinese-language research process for resolving uncertainty through web searches, user interviews, and document lookups.
Skill Claude CodeCodex
A review process that compares a completed software sprint with its plan and acceptance criteria. It checks whether work is covered, missing, or expanded beyond the agreed scope.
Skill Claude CodeCodex
An entry point for starting or resuming a CataForge project workflow. CataForge is a framework that coordinates project phases from initial requirements through later deliverables.
Skill Claude CodeCodex
A task-planning tool that breaks a software feature into small implementation tasks and defines concrete acceptance checks. TDD, or test-driven development, means describing expected behaviour with tests before or alongside the code.
Skill Claude CodeCodex
A task-dependency analyzer for a development plan. It models which tasks must come first, detects circular dependencies, calculates the longest dependent sequence, and suggests sprint groupings.
Skill Claude CodeCodex
A TDD workflow engine that coordinates separate agents for the RED, GREEN, and REFACTOR stages. RED writes a failing test, GREEN implements the behaviour, and REFACTOR improves the code while keeping the tests passing.