Lion-1209/coderio

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,四道门硬约束。

9Stars on the repository
13Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

executing-plans

01

Lion-1209/coderio

Skill Claude CodeCodex

Use when starting to implement a task-by-task plan. Work through checkboxes in order, verify each step, commit frequently.

9 4d ago A 30 tokens original MIT

Lion-1209/coderio

Skill Claude CodeCodex

A requirements-clarification guide for situations where a request is vague, hides important assumptions, or may ask for the wrong solution.

9 4d ago A 29 tokens original MIT

code-review

03

Lion-1209/coderio

Skill Claude CodeCodex

A structured guide for reviewing code by looking first for correctness, security, edge cases, failures, and concurrency problems.

9 4d ago A 23 tokens original MIT

commit-message

04

Lion-1209/coderio

Skill Claude CodeCodex

A guide for writing useful Git commit messages that explain what changed and why, using a consistent format.

9 4d ago A 15 tokens original MIT

debugging

05

Lion-1209/coderio

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.

9 4d ago A 24 tokens original MIT

error-handling

06

Lion-1209/coderio

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.

9 4d ago A 14 tokens original MIT

lion-writing-skills

07

Lion-1209/coderio

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.

9 4d ago A 18 tokens original MIT

naming

08

Lion-1209/coderio

Skill Claude CodeCodex

A guide for choosing clear names for code elements such as variables, functions, classes, files, APIs, and database fields.

9 4d ago A 25 tokens original MIT

Lion-1209/coderio

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.

9 4d ago A 21 tokens original MIT

spec-writing

10

Lion-1209/coderio

Skill Claude CodeCodex

A guide for writing a software design specification: a document that records decisions, reasons, boundaries, and how success will be checked.

9 4d ago A 25 tokens copy · 97% MIT

task-breakdown

11

Lion-1209/coderio

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.

9 4d ago A 18 tokens original MIT

testing

12

Lion-1209/coderio

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.

9 4d ago A 16 tokens original MIT

verify-and-fix

13

Lion-1209/coderio

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.

9 4d ago A 26 tokens original MIT