speckit-skills

June 23, 2026 · View on GitHub

speckit-skills

Spec Kit spec-driven development workflow skills

GitHub License Agent Skills

English | 简体中文

Introduction · Install · Skills · Supported Agents · Ecosystem


📖 Introduction

Spec Kit Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.

This package includes 13 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.

📦 Install

npx skills add full-stack-skills/speckit-skills

Or install specific skills:

npx skills add full-stack-skills/speckit-skills --skill <skill-name>

🎯 Skills (13)

SkillDescription
speckit-analyzePerform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after...
speckit-baselineGenerate feature specifications by analyzing existing source code.
speckit-checkRun specify check to verify that Spec Kit required tools (git, claude, gemini, code, cursor-agent, windsurf, qwen, ...
speckit-checklistGenerate a custom checklist for the current feature based on user requirements.
speckit-clarifyIdentify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions a...
speckit-constitutionCreate or update the project constitution from interactive or provided principle inputs, ensuring all dependent templ...
speckit-implementExecute the implementation plan by processing and executing all tasks defined in tasks.md
speckit-initialRun specify init in the current or target directory to bootstrap a Spec Kit project (pull .specify/ and slash comma...
speckit-installInstall the Specify CLI on the host machine (uv tool install or uvx one-time); supports multiple OS, persistent or on...
speckit-planExecute the implementation planning workflow using the plan template to generate design artifacts.
speckit-specifyCreate or update a feature specification from a natural language feature description.
speckit-tasksGenerate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
speckit-taskstoissuesConvert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design ar...

🤖 Supported Agents

Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.

Claude Code Installation

Option 1: npx skills CLI (Recommended)

npx skills add full-stack-skills/speckit-skills

Option 2: Manual Installation

git clone https://github.com/full-stack-skills/speckit-skills.git
cp -r speckit-skills/skills/* .claude/skills/

For more details, see the Claude Code Skills Guide and Agent Skills Spec.

🌐 Ecosystem

ResourceLink
Full Stack Skillsgithub.com/partme-ai/full-stack-skills
All Skill Groupsgithub.com/full-stack-skills
Agent Skills Specagentskills.io
Skills CLIgithub.com/vercel-labs/skills

📄 License

Apache 2.0 — see LICENSE.