openspec-skills

June 23, 2026 · View on GitHub

openspec-skills

OpenSpec spec-driven development workflow skills

GitHub License Agent Skills

English | 简体中文

Introduction · Install · Skills · Supported Agents · Ecosystem


📖 Introduction

OpenSpec 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 15 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.

📦 Install

npx skills add full-stack-skills/openspec-skills

Or install specific skills:

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

🎯 Skills (15)

SkillDescription
openspec-applyImplement tasks from the change using /opsx:apply, working through the task list and checking off items. Use when t...
openspec-archiveArchive a completed change with /opsx:archive, merging delta specs into main specs and preserving the change for hi...
openspec-bulk-archiveArchive multiple completed changes at once with /opsx:bulk-archive, handling spec conflicts between changes. Use wh...
openspec-configConfigure OpenSpec project settings and global CLI configuration using openspec/config.yaml and openspec config c...
openspec-continueCreate the next artifact in the dependency chain with /opsx:continue, building up a change incrementally. Use when ...
openspec-exploreThink through ideas, investigate problems, and clarify requirements before committing to a change using `/opsx:explor...
openspec-ffFast-forward through artifact creation with /opsx:ff, generating all planning artifacts (proposal, specs, design, t...
openspec-initialRun openspec init to initialize OpenSpec in a project directory, creating the openspec/ folder structure and config...
openspec-installInstall the OpenSpec CLI globally via npm, pnpm, yarn, bun, or nix. Use when the user says "install OpenSpec", "set u...
openspec-newStart a new OpenSpec change with /opsx:new, creating a change folder with metadata and scaffolding. Use when the us...
openspec-onboardGuided onboarding through the complete OpenSpec workflow using /opsx:onboard, walking the user through a real chang...
openspec-schemaCreate and manage custom workflow schemas using openspec schema init/fork/validate/which. Use when the user says "c...
openspec-syncSync delta specs from a change into main specs using /opsx:sync, without archiving the change. Use when the user sa...
openspec-updateRun openspec update to regenerate AI tool instruction files after upgrading the OpenSpec CLI. Use when the user say...
openspec-verifyValidate that implementation matches change artifacts using /opsx:verify, checking completeness, correctness, and c...

🤖 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/openspec-skills

Option 2: Manual Installation

git clone https://github.com/full-stack-skills/openspec-skills.git
cp -r openspec-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.