Instructions file CodexOpenCode
Repository-maintenance instructions for a collection of Chinese coding-agent skills. They define where skills live, how they are named, and which related files must stay in sync.
Instructions file CodexOpenCode
Repository-maintenance instructions for a collection of Chinese coding-agent skills. They define where skills live, how they are named, and which related files must stay in sync.
Skill Claude CodeCodex
A resume and CV writing workflow for turning real work experience into concise, evidence-based application content.
Skill Claude CodeCodex
A routing guide for choosing Chinese coding-agent skills based on the kind of engineering work. It distinguishes complete workflows from smaller stages that can be combined.
Skill Claude CodeCodex
A skill for reviewing changes from a chosen commit, branch, tag, or merge-base against coding standards and the source specification.
Skill Claude CodeCodex
A design vocabulary and set of principles for building deep modules: small interfaces that hide substantial behavior behind them. It explains concepts such as interfaces, implementations, seams, adapters, leverage, and locality.
Skill Claude CodeCodex
A read-only audit process for cleaning up project knowledge so it can be rebuilt from domain terms, architecture decisions, interfaces, code, and tests. It checks which source is authoritative when records disagree.
Skill Claude CodeCodex
A structured process for investigating difficult bugs and performance slowdowns. It starts by creating a repeatable check that clearly shows the reported problem, then uses tests, traces, scripts, or comparisons to narrow the cause.
Skill Claude CodeCodex
A set of practices for defining and maintaining the important concepts and relationships in a software project. A domain model is a shared description of how the project's subject area works.
Skill Claude CodeCodex
A guided process for improving one existing architecture problem at a time while keeping the software’s current outward behaviour. Architecture here means how the code’s parts and interfaces are organised.
Skill Claude CodeCodex
A workflow coordinator for taking a new software request from an initial conversation through research, specification, task breakdown, and implementation. It connects several separate development skills into one process.
Skill Claude CodeCodex
A delivery process for difficult bugs or performance regressions that are intermittent or hard to locate. A performance regression means software has become slower or uses more resources than before.
Skill Claude CodeCodex
A workflow for handling issues or pull requests submitted from outside the team. It first sorts and verifies the report, then allows implementation only when the issue reaches the ready-for-agent status.
Skill Claude CodeCodex
A workflow for handling very large software projects by mapping unresolved decisions, turning agreed decisions into a specification and linked work tickets, then implementing them one by one.
Skill Claude CodeCodex
A Chinese-language workflow for delivering one small, coherent software change. It combines documentation review with implementation and first reads repository instructions such as AGENTS.md or CLAUDE.md.
Skill Claude CodeCodex
A workflow for turning spoken notes, meeting transcripts, or chat logs into a reviewed brief for software development. It separates stated facts, confirmed decisions, guesses, conflicts, and unknowns.
Skill Claude CodeCodex
A short instruction that tells the agent to call two named skills: grilling and domain-modeling. The supplied information does not explain what those skills do.
Skill Claude CodeCodex
A structured interview workflow for testing a plan, decision, or idea through successive rounds of questions. It builds a decision tree, meaning later questions depend on answers to earlier ones.
Skill Claude CodeCodex
An end-to-end implementation and delivery workflow for completing one software specification or work ticket. It covers acceptance checks, implementation, testing, review, and an authorized commit and push.
Skill Claude CodeCodex
A codebase review workflow that finds architectural friction and presents possible improvements in a visual HTML report. It focuses on making modules easier to understand, test, and navigate with AI.
Skill Claude CodeCodex
A method for building a short-lived prototype to answer one design question. It supports either testing program logic or comparing different user-interface designs.
Skill Claude CodeCodex
A research workflow that investigates a question using primary sources such as official documentation, source code, technical standards, or a service's own API description, then records the findings in a Markdown file.
Skill Claude CodeCodex
Instructions for resolving conflicts during an active Git merge or rebase. A conflict happens when Git cannot combine competing changes automatically; a rebase replays commits on a different base.
Skill Claude CodeCodex
A repository setup guide for engineering skills. It helps configure where work items, project context, and architecture decisions live before other skills use them.
Skill Claude CodeCodex
A guide to test-driven development (TDD), a method where you write a test, make it pass with code, and then improve the code.