cs-onboard

Automate repository onboarding into the CodeStable framework with scaffolding or migration mapping.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

cs-onboard helps teams bring a new repository into the CodeStable workflow with two automated paths: initialize a codestable skeleton for empty repos, or audit and migrate existing docs into the codestable structure. By automating scaffolding and mapping, it reduces setup time and ensures consistency across projects.

Core Features & Use Cases

  • Automatic skeleton creation for empty repositories, including codestable directories like requirements, architecture, roadmap, features, issues, compound, tools, and reference.
  • Documentation audit and migration mapping for repos with scattered docs (docs/ or arch/design files) to align with CodeStable structure.
  • Transfer of shared assets and tooling from the skill package into the target repo, and a check for the AGENTS.md project constraint entry.
  • Ready-to-run starting point for subsequent sub-skills (cs-feat, cs-issue, cs-learn).

Quick Start

Trigger onboarding by telling CodeStable to onboard this repository.

Frequently Asked Questions about cs-onboard

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

FAQPage Schema
How do I onboard a new repository into the CodeStable framework?

CodeStable onboarding automates scaffolding for empty repositories by creating the codestable directory skeleton and copying shared tooling, while auditing existing repositories to map scattered documentation into the codestable structure.

Can I migrate existing documentation into the CodeStable structure?

Migrating existing documentation into the CodeStable structure is supported through an automated audit that generates a migration map, aligning scattered files from docs or arch design directories into the standardized codestable framework.

What directories are created during CodeStable scaffolding?

CodeStable scaffolding creates directories for requirements, architecture, roadmap, features, issues, compound, tools, and reference, establishing the complete codestable skeleton structure for your repository.

Does CodeStable onboarding check for project constraints like AGENTS.md?

CodeStable onboarding checks for the AGENTS.md project constraint entry during the repository setup process, verifying that this essential configuration file is present and properly configured.

What is the best way to prepare a repository for CodeStable sub-skills?

The best way to prepare a repository for CodeStable sub-skills is to run the onboarding skill, which creates a ready-to-run starting point by scaffolding codestable directories and copying shared assets into the target repository.