Agent skill

speckit-baseline

Generate feature specifications by analyzing existing source code.

majiayu000534★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill speckit-baseline --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: BashReadWriteGrepGlob
Path: skills/analysis/speckit-baseline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Execution Workflow
  3. Key Points
  4. Example Transformations
  5. Next Steps
  6. See Also
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going