dceoydceoyCommunityยท11 Agent Skills Included

speckit-agent-skills

Spec-driven development from requirements to working code

Turns plain-language feature ideas into structured specifications, technical plans, and ordered task lists. Removes vague requirements, missed edge cases, and inconsistent planning documents before coding starts. Guides the full workflow from specification and clarification through implementation, analysis, and GitHub issue creation.
npx skills add dceoy/speckit-agent-skills --all -g -y

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
dceoydceoy

speckit-checklist

Generate a requirements-quality checklist with CHK IDs referencing spec sections.

Community
Advanced
๐Ÿ“ฆ In Repo
dceoydceoy

claude-command-converter

Convert Claude Code commands into portable SKILL.md files.

Community
Intermediate
๐Ÿ“ฆ In Repo
dceoydceoy

speckit-baseline

Analyze source code to generate feature specifications with user stories and acceptance criteria.

Community
Advanced
๐Ÿ“ฆ In Repo
dceoydceoy

speckit-constitution

Define and update Spec Kit project constitution across templates and prompts.

Community
Advanced
๐Ÿ“ฆ In Repo
dceoydceoy

speckit-implement

Execute tasks from tasks.md with dependency-driven sequencing and parallel support.

Community
Advanced
๐Ÿ“ฆ In Repo
dceoydceoy

speckit-taskstoissues

Converts tasks.md entries into GitHub issues with original IDs referenced.

Community
Advanced
๐Ÿ“ฆ In Repo
dceoydceoy

speckit-clarify

Identifies underspecified areas in feature specs and records up to five targeted clarification answers.

Community
Advanced
๐Ÿ“ฆ In Repo
dceoydceoy

speckit-plan

Convert feature specifications into implementation plans and artifacts with Spec Kit.

Community
Advanced
๐Ÿ“ฆ In Repo
dceoydceoy

speckit-analyze

Cross-check spec.md, plan.md, and tasks.md for inconsistencies and gaps.

Community
Advanced
๐Ÿ“ฆ In Repo
dceoydceoy

speckit-specify

Generate a ready-to-plan specification from a natural-language feature description.

Community
Advanced
๐Ÿ“ฆ In Repo
dceoydceoy

speckit-tasks

Generate dependency-ordered tasks.md from feature plans and design artifacts.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install speckit-agent-skills?โ–ผ

Run `npx skills add dceoy/speckit-agent-skills --all -g -y` in your terminal to install all skills in this suite globally.

What is spec-driven development?โ–ผ

It is a workflow where you write a clear feature specification first, then generate a plan and task list from it before any code is written. These skills automate each step of that process.

Can it generate specs from existing code?โ–ผ

Yes. The speckit-baseline skill analyzes existing source code and produces a technology-agnostic specification, which is useful for documenting legacy projects before refactoring.

Which coding assistants does it work with?โ–ผ

The skills follow the standard SKILL.md format and work with Claude Code, Codex CLI, Cursor, GitHub Copilot CLI, OpenCode, and Gemini CLI.

Can it turn tasks into GitHub issues?โ–ผ

Yes. The speckit-taskstoissues skill converts generated task lists into dependency-ordered GitHub issues, skipping any tasks that already have matching issues.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’