Spec-Kit-Antigravity-Skills
Spec-driven planning, coding, testing, and review workflows
All Skills in This Repository (17)
Pure Emerald Level Indicatorsspeckit.migrate
Generate spec.md, plan.md, and tasks.md from an existing codebase structure.
speckit.tasks
Convert plan.md and spec.md into a dependency-ordered tasks.md.
speckit.quizme
Identify specification gaps through Socratic red-teaming of edge cases.
speckit.analyze
Analyze spec.md, plan.md, and tasks.md for inconsistencies and ambiguities.
speckit.constitution
Fill placeholders and propagate amendments across governance templates.
speckit.tester
Run project test suites and generate a unified coverage report.
speckit.diff
Generate structured markdown diff reports for specification artifacts.
speckit.reviewer
Review Git diffs and output a severity-based feedback report.
speckit.validate
Generate a coverage matrix and validate code implementations against specification requirements.
speckit.plan
Generate implementation plans with data models, contracts, and quickstart guides from feature specifications.
speckit.specify
Generate structured feature specifications from natural language descriptions.
speckit.taskstoissues
Convert design-derived tasks into dependency-ordered GitHub issues.
Frequently Asked Questions
FAQPage SchemaHow to install Spec-Kit Antigravity Skills?โผ
Run `npx skills add compnew2006/Spec-Kit-Antigravity-Skills --all -g -y` in your terminal to install all skills globally.
What is spec-driven development?โผ
It is a workflow where you write a clear feature specification first, then generate plans, tasks, and code from it. This suite automates each step so nothing gets lost between idea and implementation.
Does it work with Claude Code and Antigravity?โผ
Yes. The skills follow the universal SKILL.md standard and run in Google Antigravity, Claude Code, and other compatible coding environments.
Can it import an existing legacy project?โผ
Yes. The migrate skill reverse-engineers your existing codebase into spec, plan, and task documents so you can adopt the workflow mid-project.
Can I use it without deep technical knowledge?โผ
Yes. You describe features in plain English and the skills handle specification drafting, task breakdown, testing, and review automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core