cs

Route user requests to appropriate cs-* sub-skills based on repository state.

1.1k|82|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/liuzhengdongfortest/CodeStable --skill cs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cs
Source: https://github.com/liuzhengdongfortest/CodeStable/tree/main/cs
Command: npx skills add https://github.com/liuzhengdongfortest/CodeStable --skill cs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CodeStable 的 cs 路由入口解决了在开放式诉求下将用户请求正确指向合适 cs-* 子技能的痛点,避免用户需要知道具体子技能即可触达目标。

Core Features & Use Cases

  • 路由开放式诉求到 cs-* 子技能,提升对话效率
  • 依据上下文扫描仓库结构,判断是否已接入 CodeStable
  • 提供清晰退出点和下步触发的子技能

Quick Start

输入 cs 触发根入口路由,让系统为你指向对应的 cs-* 子技能。

Frequently Asked Questions about cs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route open-ended requests to the correct sub-skill without knowing its name?

The cs routing hub routes open-ended requests by scanning your repository state to determine onboarding status, then automatically directing you to the correct cs-* sub-skill like cs-feat or cs-issue.

How does the CodeStable routing hub determine which workflow skill to trigger next?

The CodeStable routing hub determines the next workflow skill by scanning your repository structure to check onboarding status, providing a clear exit point and telling you exactly which cs-* sub-skill to trigger.

Do I need to onboard my repository before using the cs routing hub for AI-assisted workflows?

You do not need to manually onboard before using the cs routing hub; it automatically scans your repository state to determine onboarding status and routes your AI-assisted workflow requests accordingly.

What is the best way to start a coding workflow when I have an open-ended feature request or issue?

The best way to start a coding workflow with an open-ended feature request or issue is to input cs to trigger the root entry hub, which routes your request to the appropriate cs-feat or cs-issue sub-skill.

Can I use the cs routing hub to manage both feature development and issue resolution workflows?

Yes, you can use the cs routing hub to manage both workflows because it dynamically routes open-ended requests to specialized sub-skills like cs-feat for feature development and cs-issue for issue resolution.