CodeStable
Keep AI coding disciplined with evidence, boundaries, and project memory
All Skills in This Repository (23)
Pure Emerald Level Indicatorscs-issue-fix
Guide root-cause analysis, planned fixes, and verification within CodeStable.
cs-feat
Routes user input to the correct CodeStable sub-skill based on current context.
cs-feat-design
Convert vague feature ideas into slug-design.md and slug-checklist.yaml files.
cs-issue-analyze
Trace code paths to identify root causes and propose 2-3 fixes.
cs-feat-accept
Validate design-implementation alignment and generate an acceptance report.
cs-trick
Organize coding patterns, libraries, and techniques into a reusable reference library.
cs-explore
Automate targeted code exploration sessions and record evidence-based conclusions as Markdown artifacts.
cs-issue
Route bug issues through a tri-stage workflow with YAML frontmatter and checkpoint governance.
cs
Route user requests to appropriate cs-* sub-skills based on repository state.
cs-issue-report
Transform user observations into structured issue reports with standard directory layout.
cs-brainstorm
Triage fuzzy ideas into feature design, brainstorming, or roadmapping workflows.
cs-decide
Archive finalized project decisions with rationale and alternatives as timestamped Markdown files.
Frequently Asked Questions
FAQPage SchemaHow to install CodeStable?▼
Run `npx skills add liuzhengdongfortest/CodeStable --all -g -y` in your terminal to install all skills in this suite globally.
What does CodeStable do for AI coding?▼
It gives your AI agent disciplined workflows for features, bug fixes, refactors, and reviews, requiring real test evidence before any task is called done.
How does CodeStable handle large projects?▼
The cs-epic skill breaks big requirements into approved deliverable items, tracks progress in a cursor file, and keeps a permanent epic document as the single source of truth.
Does CodeStable work with Claude Code and Codex?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible AI coding agents.
How does CodeStable remember project knowledge?▼
It creates a small .codestable folder with an attention file, lessons, and work notes, so important facts and lessons survive across sessions without duplicating your docs.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core