Skill Claude CodeCodex
Use when starting to implement a task-by-task plan. Work through checkboxes in order, verify each step, commit frequently.
Local coding agent with native Zhipu GLM / StepFun Step Coding-Plan support. Four hard gates — the agent can't claim done without running the tests. 本地 coding agent,原生支持智谱/阶跃 Coding Plan,四道门硬约束。
Skill Claude CodeCodex
Use when starting to implement a task-by-task plan. Work through checkboxes in order, verify each step, commit frequently.
Skill Claude CodeCodex
A requirements-clarification guide for situations where a request is vague, hides important assumptions, or may ask for the wrong solution.
Skill Claude CodeCodex
A structured guide for reviewing code by looking first for correctness, security, edge cases, failures, and concurrency problems.
Skill Claude CodeCodex
A guide for writing useful Git commit messages that explain what changed and why, using a consistent format.
Skill Claude CodeCodex
A methodical way to find the underlying cause of software bugs by observing what happens, forming hypotheses, and testing them. It separates finding the cause from applying and checking the fix.
Skill Claude CodeCodex
A guide to handling failures and recording useful logs in software. It explains when to pass an error upward, handle it locally, or retry it.
Skill Claude CodeCodex
A set of instructions for creating or changing reusable skills in the Lion-Skills repository. A skill is an operations guide that tells a future coding agent when and how to handle a recurring workflow.
Skill Claude CodeCodex
A guide for choosing clear names for code elements such as variables, functions, classes, files, APIs, and database fields.
Skill Claude CodeCodex
A step-by-step method for understanding an unfamiliar codebase, including its purpose, technology, structure, entry points, and main flow. A codebase is the collection of source code and related project files.
Skill Claude CodeCodex
A guide for writing a software design specification: a document that records decisions, reasons, boundaries, and how success will be checked.
Skill Claude CodeCodex
A planning method for splitting a large software requirement into small tasks that can each be completed, checked, merged, and undone on their own.
Skill Claude CodeCodex
A guide to writing tests that check what software should do rather than how its code is arranged. Tests are repeatable checks; it covers functions, external services, user interfaces, and cooperating modules.
Skill Claude CodeCodex
A verification-and-repair workflow for checking finished code with tests, type checks, or a real run of the target scenario. It treats verification as evidence that the work is complete.