🎯

cs-explore

🎯Skill

from liuzhengdongfortest/codestable

VibeIndex|
What it does
|

A code exploration skill that turns the "question → read code → conclusion" process into a searchable, evidence-based document, supporting three exploration types: question (code investigation around a specific issue), module-overview (structure/boundary mapping), and spike (lightweight multi-directional technical probe).

📦

Same repository

liuzhengdongfortest/codestable(27 items)

cs-explore

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add liuzhengdongfortest/codestable --skill cs-explore
skills.sh Install⚠ Installs to .agents/skills/
npx skills add liuzhengdongfortest/codestable --skill cs-explore
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/cs-explore/SKILL.md

SKILL.md

1,035Installs
-
AddedApr 23, 2026

More from this repository10

🎯
cs-feat-design🎯Skill

Stage 1 of the codestable feature workflow that drafts a comprehensive design document (covering architecture, interface contracts, implementation hints, and test design) plus an action checklist, which serve as the single source of truth for the subsequent implementation and acceptance stages.

🎯
cs-feat-accept🎯Skill

The final acceptance stage of the CodeStable feature workflow that verifies implementation against the design document, updates architecture and requirement docs, closes roadmap items, and produces an acceptance report as the closure record.

🎯
cs-brainstorm🎯Skill

A CodeStable skill that serves as the entry point for exploratory discussions — it diagnoses vague ideas through one or two rounds of dialogue and routes them to the right downstream: directly to feature design, into a feature brainstorm note, or to roadmap decomposition for large requirements.

🎯
cs-onboard🎯Skill

A skill that onboards a repository into the CodeStable workflow system, either scaffolding a fresh directory structure from scratch or auditing and migrating existing scattered documents into the standard codestable/ layout.

🎯
cs-feat-impl🎯Skill

Stage 2 of the codestable feature workflow that translates an approved design document into code by following the checklist step-by-step, enforcing three core disciplines: write the minimum necessary code, only modify intended files, and never make decisions not covered by the design document.

🎯
cs-learn🎯Skill

A knowledge-capture skill in the codestable workflow that distills engineering lessons into searchable learning documents — pitfall track records bugs, traps, and failed attempts while knowledge track records best practices and reusable patterns, so teams avoid repeating the same mistakes.

🎯
cs-arch🎯Skill

A CodeStable skill that serves as a one-stop architecture center — draft new architecture documents, refresh existing ones, or run architecture health checks with three modes: new, update, and check.

🎯
cs-refactor🎯Skill

A CodeStable skill for behavior-equivalent code improvements — it routes refactoring work through a scan-design-apply pipeline with human checkpoints at each stage, ensuring AI only touches what it can do reliably without changing external behavior.

🎯
cs-feat🎯Skill

A CodeStable skill that routes new feature development through a four-stage workflow — brainstorm, design, implementation, and acceptance — inserting a design document between requirements and code to prevent scope drift and leave behind a traceable record.

🎯
cs-issue-fix🎯Skill

Stage 3 of the codestable issue workflow that implements targeted bug fixes according to a confirmed root-cause analysis, validates the fix, and writes a fix-note document — enforcing strict scope discipline to prevent unrelated refactoring from contaminating the fix.