๐ŸŽฏ

speckit-baseline

๐ŸŽฏSkill

from dceoy/speckit-agent-skills

VibeIndex|
What it does
|

A Claude Code skill that generates feature specifications by analyzing existing source code, useful for documenting legacy code before refactoring or creating specs for inherited codebases without written requirements.

๐Ÿ“ฆ

Same repository

dceoy/speckit-agent-skills(19 items)

speckit-baseline

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add dceoy/speckit-agent-skills --skill speckit-baseline
skills.sh Installโš  Installs to .agents/skills/
npx skills add dceoy/speckit-agent-skills --skill speckit-baseline
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/speckit-baseline/SKILL.md

SKILL.md

156Installs
-
AddedFeb 4, 2026

More from this repository10

๐ŸŽฏ
speckit-specify๐ŸŽฏSkill

Skill for creating or updating feature specifications from natural language descriptions, generating structured spec documents with acceptance criteria.

๐ŸŽฏ
speckit-plan๐ŸŽฏSkill

Executes the implementation planning workflow using a plan template to generate design artifacts. Part of the SpecKit agent skills for structured software development planning.

๐ŸŽฏ
speckit-constitution๐ŸŽฏSkill

A skill for creating or updating project constitutions from interactive or provided principle inputs, ensuring all dependent templates stay in sync across the project.

๐ŸŽฏ
speckit-tasks๐ŸŽฏSkill

Generates actionable, dependency-ordered task lists from design artifacts for feature implementation.

๐ŸŽฏ
speckit-implement๐ŸŽฏSkill

Executes implementation plans by processing and executing all tasks defined in tasks.md, part of the SpecKit agent skills framework.

๐ŸŽฏ
speckit-clarify๐ŸŽฏSkill

A skill that identifies underspecified areas in feature specs by asking up to 5 targeted clarification questions and encoding the answers back into the spec document.

๐ŸŽฏ
speckit-analyze๐ŸŽฏSkill

A read-only analysis skill that performs cross-artifact consistency and quality checks across spec.md, plan.md, and tasks.md files. Identifies inconsistencies, duplications, ambiguities, and underspecified items before implementation, outputting a structured analysis report with optional remediation plans.

๐ŸŽฏ
speckit-checklist๐ŸŽฏSkill

A Claude Code skill that generates custom checklists tailored to specific features or domains based on user requirements, using existing specs, plans, and tasks for context.

๐ŸŽฏ
speckit-taskstoissues๐ŸŽฏSkill

A Claude Code skill that converts task definitions from tasks.md into actionable, dependency-ordered GitHub issues based on available design artifacts in the Spec Kit workflow.

๐ŸŽฏ
claude-command-converter๐ŸŽฏSkill

Part of speckit-agent-skills, providing reusable skills and templates for Spec-Driven Development across multiple agent runtimes including Claude Code, Codex CLI, GitHub Copilot, and Gemini CLI.