wildlily1021 avatar

wildlily1021

Community

@wildlily1021

0Followers
|
5Public Repos
|
25Published Skills

CodeStable is a structured AI-assisted software development skill suite covering bug fixing, feature delivery, refactoring, and persistent project knowledge documentation.

Skills Distribution
DomainDeveloper To...AI-Assisted Develo.. (40%)Technical Document.. (30%)Bug Triage & Root-.. (15%)Refactoring & Code.. (15%)

Agent Skills by wildlily1021

Showing 25 vetted skills indexed across 1 GitHub repositories.

wildlily1021wildlily1021

cs-issue-fix

Implements confirmed bug fixes with scoped changes, verification checklists, and fix-note documentation.

Community
Advanced
wildlily1021wildlily1021

cs-feat

Routes new feature requests through brainstorm, design, implementation, and acceptance stages.

Community
Intermediate
wildlily1021wildlily1021

cs-feat-design

Drafts feature design documents and checklists as inputs for implementation and acceptance.

Community
Advanced
wildlily1021wildlily1021

cs-issue-analyze

Diagnose bug root causes by reading code and propose fix options.

Community
Intermediate
wildlily1021wildlily1021

cs-feat-accept

Verifies feature implementations against design docs and produces acceptance reports.

Community
Advanced
wildlily1021wildlily1021

cs-trick

Archives verified programming patterns, library usages, and techniques into a searchable reference library.

Community
Intermediate
wildlily1021wildlily1021

cs-note

Appends short project-specific facts to AGENTS.md under fixed categorized sections.

Community
Intermediate
wildlily1021wildlily1021

cs-explore

Documents targeted codebase exploration into searchable evidence-backed markdown records.

Community
Intermediate
wildlily1021wildlily1021

cs-issue

Routes bug reports through report, analysis, and fix stages with documented verification.

Community
Intermediate
wildlily1021wildlily1021

cs

Routes open-ended user requests to the appropriate CodeStable cs-* sub-skill.

Community
Intermediate
wildlily1021wildlily1021

cs-issue-report

Guides structured bug reporting through five questions and produces a reproducible issue report document.

Community
Intermediate
wildlily1021wildlily1021

cs-brainstorm

Triage vague feature ideas and route discussions to design or roadmap workflows.

Community
Intermediate
wildlily1021wildlily1021

cs-decide

Archive finalized technical decisions as permanent decision documents with frontmatter metadata.

Community
Intermediate
wildlily1021wildlily1021

cs-feat-impl

Implements approved feature designs step-by-step following a checklist with structured completion reports.

Community
Advanced
wildlily1021wildlily1021

cs-roadmap

Decomposes large requirements into architecture plans and ordered sub-feature roadmaps.

Community
Advanced
wildlily1021wildlily1021

cs-libdoc

Generates per-entry API reference documentation from source code with manifest tracking.

Community
Advanced
wildlily1021wildlily1021

cs-feat-ff

Guides lightweight feature implementation by searching CodeStable knowledge base before coding.

Community
Intermediate
wildlily1021wildlily1021

cs-refactor-ff

Applies small behavior-preserving code refactors with test-based self-verification.

Community
Intermediate
wildlily1021wildlily1021

cs-refactor

Guides behavior-preserving code refactoring through scan, design, and apply phases with human checkpoints.

Community
Advanced
wildlily1021wildlily1021

cs-onboard

Initialize CodeStable directory skeletons and migrate scattered documentation into structured workflows.

Community
Advanced
wildlily1021wildlily1021

cs-req

Writes and updates plain-language requirement documents describing existing product capabilities.

Community
Intermediate
wildlily1021wildlily1021

session-collab

Classifies conversation rounds into 1xx-5xx phases and manages session notes, handoffs, and sub-agent dispatch.

Community
Advanced
wildlily1021wildlily1021

cs-arch

Draft, refresh, and audit architecture documentation against actual codebase state.

Community
Advanced
wildlily1021wildlily1021

cs-guide

Write and update developer and user guide documents in project docs directories.

Community
Intermediate

Frequently Asked Questions About wildlily1021

FAQPage Schema
What tasks can I accomplish with wildlily1021's CodeStable skills?▼

You can run end-to-end bug fixing (report, root-cause analysis, scoped fix), full feature delivery (brainstorm, design doc, checklist implementation, acceptance), staged refactoring, roadmap planning for large requirements, and documentation generation including API references, dev/user guides, and architecture records.

Who are the CodeStable skills designed for?▼

They target software engineers and teams working with AI coding assistants who want disciplined, artifact-driven development. Every stage produces reviewable markdown artifacts (reports, design docs, checklists, acceptance notes) with human approval gates between phases.

How do I start using the CodeStable skill system?▼

Invoke the root cs skill, which routes your request to the correct sub-skill, or trigger skills directly by intent such as 'fix this bug', 'add a feature', or 'refactor this function'. Use cs-onboard first to initialize the codestable/ directory structure in a new or existing repository.

What artifacts and prerequisites does CodeStable require?▼

Skills depend on prior stage outputs: analysis requires a {slug}-report.md, implementation requires an approved design and checklist, and acceptance requires completed implementation. Persistent knowledge lives in codestable/ directories (architecture, requirements, roadmap, decisions) plus AGENTS.md project notes.

Does CodeStable handle quick changes without heavy process?▼

Yes. Fast-forward channels exist for both features (cs-feat-ff) and refactoring (cs-refactor-ff), skipping design docs for small, low-risk changes. The refactor fast path handles 1-3 local optimizations confirmed once and self-verified by running existing tests.