speckit-baseline
Generate feature specifications by analyzing existing source code.
Profile →npx skills add majiayu000/claude-skill-registry --skill speckit-baseline-dceoy-speckit-agent-skills-71381612 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Spec Kit Baseline Skill ## When to Use - You need a spec for existing or legacy code. - You want to document a feature before refactoring. - You inherited a codebase without written requirements. ## Inputs - A target path, file list, or glob pattern describing the code to analyze. - Repo context with `.specify/` scripts and templates. If the target is missing or ambiguous, ask a focused question before continuing. ## Goal Generate a technology-agnostic spec for existing code, then create the feature branch/spec file using the standard Spec Kit templates. ## Workflow 1. **Parse target input**: Identify files, directories, or patterns to analyze. - Accept file paths, glob patterns, or directory paths. - If empty: stop and ask for a concrete target. 2. **Discover and read source files**: - Expand globs to a file list. - Read file contents for analysis. - Identify primary language(s) and frameworks. - Map key file relationships and dependencies. 3. **Analyze code structure**: - Identify entry points and public interfaces. - Extract function/method signatures and behaviors. - Find data models and entities. - Detect API endpoints and routes. - Identify user-facing functionality. 4. **G
- When to Use
- Inputs
- Goal
- Workflow
- Outputs
- Key rules
- Examples
- Next Steps
What does the speckit-baseline skill do?
Generate feature specifications by analyzing existing source code.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill speckit-baseline-dceoy-speckit-agent-skills-71381612 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.