speckit-baseline
Generate feature specifications by analyzing existing source code.
Profile →npx skills add majiayu000/claude-skill-registry --skill speckit-baseline --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 Generate structured feature specifications by analyzing existing source code. Reverse-engineers requirements, user stories, and success criteria from implementation. ## When to Use - Documenting existing features that lack specifications - Understanding legacy code before refactoring - Creating specs for inherited or acquired codebases - Generating documentation from implemented functionality - Preparing brownfield code for the Spec Kit workflow ## Execution Workflow The user's input after the skill invocation specifies the code to analyze. The workflow: 1. **Parse target input**: Identify files, directories, or patterns to analyze - Accept file paths, glob patterns, or directory paths - If empty: ERROR "No code target provided - specify files, directories, or patterns" 2. **Discover and read source files**: - Expand glob patterns to file list - Read file contents for analysis - Identify primary language(s) and frameworks - Map 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 - Identi
- When to Use
- Execution Workflow
- Key Points
- Example Transformations
- Next Steps
- See Also
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 --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.