This is the front door to CodeStable, a Chinese language workflow system that models software development as entities and processes living in a `.codestable/` directory. You say "cs" or describe what you want to do, and it routes you to the right sub-skill: new features go to cs-feat, bugs to cs-issue, refactors elsewhere. It doesn't do the work itself, just reads your repo state and tells you which cs-* tool to invoke next. The whole thing assumes you're treating AI as an execution layer while you stay in control of architecture and decisions. If your repo isn't onboarded yet, it'll send you to cs-onboard first. Think of it as a dispatcher that prevents you from starting the wrong workflow.
npx skills add https://github.com/liuzhengdongfortest/codestable --skill cs