Agent skill

speckit-baseline

Generate feature specifications by analyzing existing source code.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/speckit-baseline-dceoy-speckit-agent-skills-71381612/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 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

What's inside
Steps it walks through
  1. When to Use
  2. Inputs
  3. Goal
  4. Workflow
  5. Outputs
  6. Key rules
  7. Examples
  8. Next Steps
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-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.

Keep going