
Use when working with lspeasy (client, core, server).
Documentation site for lspeasy Use when: You are implementing a custom client layer and need the same validation....
Documentation site for kettle-mcp
Documentation site for lspeasy Use when: You are implementing a custom client layer and need the same validation....
`@lspeasy/cli` — programmatic entry point. Exposes the reusable refactor internals (session pipeline + WorkspaceEdit applier) so the same machinery can be embedded in scripts, not just invoked through the `lspeasy` bin. Also: lsp, language-server-protocol, refactor, rename, codemod, move-symbol, cli.
Use for ANY rename, file-move, or move-symbol refactor — especially rename-heavy work across multiple files. Claude Code's built-in LSP tool is READ-ONLY (find references, but no rename / file-move / move-symbol). Hand-editing those refactors silently misses re-exports, aliased imports, type-only imports, and {@link} doc references. This skill drives a real language server via the `lspeasy` CLI to apply a correct WorkspaceEdit that catches every reference. Trigger when the user asks to rename a function/class/variable/type project-wide, move a file and fix its importers, or pull a symbol out into another module.
Documentation site for lspeasy Use when: You are building a browser-based LSP client, a WebSocket-backed language....
Documentation site for lspeasy Use when: You are building a browser-based LSP client, a WebSocket-backed language....
Documentation site for lspeasy Use when: The client sets `partialResultToken` in the request params and you want to....
API reference for cli
Sync linked issue status for after_implement hook.
Incorporate documents into an existing or new workflow and advance stages intelligently
Remove stale or merged worktrees and reclaim disk space
Sync linked issue status for after_implement hook.
Sync linked issue status for after_plan hook.
Sync linked issue status for after_specify hook.
Execute the implementation planning workflow using the plan template to generate design artifacts.
Sync linked issue status for after_tasks hook.
Perform a comprehensive security review of the current codebase
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Detect AI-generated code patterns — unnecessary abstractions, over-documentation, as any, defensive coding against impossible states.
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Incorporate documents into an existing or new workflow and advance stages intelligently
Check all feature branches and spec folders against the configured naming convention
Modify an existing feature with impact analysis and backward compatibility tracking.
Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
Sync linked issue status for before_tasks hook.
Check all feature branches and spec folders against the configured naming convention
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
This skill should be used when the user asks to "set up zod-to-form", "create a form from a Zod schema", "add ZodForm to my project", "render a form from schema", "schema to form", "auto-generate form fields", "use zod-to-form runtime", "install zod-to-form", "dynamic form generation", "useZodForm hook", "ZodForm component", "form builder from zod", or wants to generate React forms from Zod v4 schemas at runtime using the ZodForm component. Covers installation, ZodForm props, metadata annotations via z.registry(), component customization, and the useZodForm hook.
Runtime <ZodForm> renderer for Zod v4 schemas Use when: You need form rendering in storybook, playgrounds, or low-traffic admin UIs —.... Also: zod, zod-v4, react, forms, form-generation, react-hook-form, schema-driven, dynamic-forms, form-renderer, hookform-resolver, zod-form-renderer.
Use when working with lspeasy (client, core, server).
Browser-safe code generation for Zod v4 form components Use when: Building a custom codegen pipeline that assembles `FormField[]` and needs the.... Also: zod, zod-v4, codegen, forms, form-generation, react-hook-form, schema-driven, template-generation, browser-safe, component-codegen, schema-to-tsx.
Documentation site and generated agent skills for rune-langium APIs Use when: Embedding a Rune DSL language server in a web application via WebSocket.
Automatically map process.env to strongly-typed, nested config objects with camelCase fields Use when working with config, configuration, env, environment, type-safe, zod, nested, camelcase.
Zustand state management for React and vanilla JavaScript. Use when creating stores, using selectors, persisting state to localStorage, integrating devtools, or managing global state without Redux complexity. Triggers on zustand, create(), createStore, useStore, persist, devtools, immer middleware.
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.
Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.
Documentation site for dependabit Use when: Managing a set of plugins across the lifetime of an application..
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.
Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.
Perform cross-artifact consistency analysis across spec.md, plan.md, and tasks.md. Use after task generation to identify gaps, duplications, and inconsistencies before implementation.
Review completed implementation work and update task status.
Rename non-compliant branches and spec folders to match the configured convention
Validate and reorganize spec-kit artifacts with proper numbering and structure
Create a feature branch with sequential or timestamp numbering
Initialize a Git repository with an initial commit
Sync linked issue status for after_plan hook.
Sync linked issue status for before_tasks hook.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Error handling review — silent failure detection, catch block analysis, error logging.
Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.
Orchestrates the obra/superpowers brainstorming skill within the spec-kit specify workflow. Loads the authoritative SKILL.md at runtime, binds spec-kit context, and produces an intent summary for speckit.specify.
Mandatory completion gate. Loads the obra/superpowers verification skill at runtime and extends it with spec-kit's spec-coverage checklist. No task may be marked done without fresh evidence.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Generate a custom checklist for the current feature based on user requirements.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Error handling review — silent failure detection, catch block analysis, error logging.
Create or update the feature specification from a natural language feature description.
Generate a custom checklist for the current feature based on user requirements.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Apply approved drift resolutions to specs and/or code
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Review completed implementation work and update task status.
Auto-commit changes after a Spec Kit command completes
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Detect Git remote URL for GitHub integration
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Security review of staged changes only (git diff --cached)
Apply approved drift resolutions to specs and/or code
Show what changed in spec.md and predict downstream impact on plan and tasks
Create a bug fix workflow with regression test and minimal documentation.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Sync linked issue status for before_implement hook.
Propagate spec changes downstream to plan.md and tasks.md
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
Analyze AI session patterns to suggest constitution rules or memory entries.
Create a bug fix workflow with regression test and minimal documentation.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Create a bug fix workflow with regression test and minimal documentation.
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Show what changed in spec.md and predict downstream impact on plan and tasks
Router skill for the rune-langium monorepo. Use it to choose the right package skill before working in core, cli, lsp-server, codegen, or visual-editor.
General code quality review — project guideline compliance, bug detection, code quality analysis.
Orchestrates the obra/superpowers brainstorming skill within the spec-kit specify workflow. Loads the authoritative SKILL.md at runtime, binds spec-kit context, and produces an intent summary for speckit.specify.
Security review of staged changes only (git diff --cached)
Sync linked issue status for after_specify hook.
Break down implementation plans into actionable task lists. Use after planning to create a structured task breakdown. Generates tasks.md with ordered, dependency-aware tasks.
Create a minor enhancement workflow with condensed single-document planning.
General code quality review — project guideline compliance, bug detection, code quality analysis.
Documentation site and generated agent skills for rune-langium APIs Use when: Validating a single `.rosetta` file or snippet in memory.
Sync linked issue status for after_specify hook.
Modify an existing feature with impact analysis and backward compatibility tracking.
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.
Create a minor enhancement workflow with condensed single-document planning.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Validate and reorganize spec-kit artifacts with proper numbering and structure
TypeScript SDK for building Language Server Protocol clients and servers Use when working with lsp, language-server-protocol, sdk, language-server, lsp-client, lsp-server.
TypeScript SDK for building Language Server Protocol clients and servers Use when working with lsp, language-server-protocol, sdk, language-server, lsp-client, lsp-server.
TypeScript SDK for building Language Server Protocol clients and servers Use when working with lsp, language-server-protocol, sdk, language-server, lsp-client, lsp-server.
Modify an existing feature with impact analysis and backward compatibility tracking.
Sync linked issue status for before_tasks hook.
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Propose resolutions for detected drift. AI generates spec updates or code changes.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Code comment accuracy verification, documentation completeness assessment, comment rot detection.
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.
Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.
Generate a new spec from unspecced code feature (backfill)
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
Create a minor enhancement workflow with condensed single-document planning.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Show sync status between spec, plan, and tasks — identify stale artifacts
Sync linked issue status for before_tasks hook.
Modify an existing feature with impact analysis and backward compatibility tracking.
Detect Git remote URL for GitHub integration
Generate a new spec from unspecced code feature (backfill)
Validate current branch follows feature branch naming conventions
Validate and reorganize spec-kit artifacts with proper numbering and structure
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Sync linked issue status for after_tasks hook.
Modify an existing feature with impact analysis and backward compatibility tracking.
Sync linked issue status for before_tasks hook.
Sync linked issue status for before_specify hook.
Structured clarification workflow for underspecified requirements. Use before planning to resolve ambiguities through coverage-based questioning. Records answers in spec clarifications section.
Create or update project governing principles and development guidelines. Use at project start to establish code quality, testing standards, and architectural constraints that guide all development.
Create baseline documentation for the project, establishing context for all future specs.
Track and report token usage across extensions and governance files.
Verify the generated tasks.md covers every requirement in spec.md before implementation begins. Produces a spec-coverage matrix and a gap report. Catches missing or under-specified tasks at planning time, not delivery time.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Create a feature branch with sequential or timestamp numbering
Detect AI-generated code patterns — unnecessary abstractions, over-documentation, as any, defensive coding against impossible states.
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Code comment accuracy verification, documentation completeness assessment, comment rot detection.
Propagate spec changes downstream to plan.md and tasks.md
Validate and reorganize spec-kit artifacts with proper numbering and structure
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Initialize a new project from template-ts non-interactively. Use when the user wants to set up a fresh repository from the template, customize project metadata (name, author, description), configure package scope, and optionally remove example packages/tests. This automates the entire scripts/init-template.mjs workflow without manual prompts. Now includes intelligent defaults detection, skills discovery, and Copilot integration.
Sync linked issue status for before_tasks hook.
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Audit and optimize governance documents for AI context efficiency.
Sync linked issue status for after_tasks hook.
Incorporate documents into an existing or new workflow and advance stages intelligently
Sync linked issue status for after_plan hook.
Incorporate documents into an existing or new workflow and advance stages intelligently
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Initialize a new project from template-ts non-interactively. Use when the user wants to set up a fresh repository from the template, customize project metadata (name, author, description), configure package scope, and optionally remove example packages/tests. This automates the entire scripts/init-template.mjs workflow without manual prompts. Now includes intelligent defaults detection, skills discovery, and Copilot integration.
Sync linked issue status for after_tasks hook.
Documentation site for dependabit
Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.
Error handling review — silent failure detection, catch block analysis, error logging.
Create or update the feature specification from a natural language feature description.
Review completed implementation work and update task status.
Sync linked issue status for after_specify hook.
Create a bug fix workflow with regression test and minimal documentation.
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Perform a comprehensive security review of the current codebase
Create a minor enhancement workflow with condensed single-document planning.
Rename non-compliant branches and spec folders to match the configured convention
Remove stale or merged worktrees and reclaim disk space
Show all active worktrees with feature status and spec artifact summary
Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Sync linked issue status for before_plan hook.
Sync linked issue status for before_tasks hook.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Sync linked issue status for before_implement hook.
Propose resolutions for detected drift. AI generates spec updates or code changes.
Incorporate documents into an existing or new workflow and advance stages intelligently
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Check all feature branches and spec folders against the configured naming convention
Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Set up branch and folder naming rules for the current project
Initialize a Git repository with an initial commit
Show all active worktrees with feature status and spec artifact summary
Code review response protocol. Loads the obra/superpowers receiving-code-review SKILL.md at runtime. Enforces technical verification before implementing review feedback — no performative agreement, no blind fixes. Pairs with speckit.superb.critique as the implementer counterpart.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Spec-kit workflow command: copilot-instructions
Sync linked issue status for before_implement hook.
Sync linked issue status for after_implement hook.
Generate a new spec from unspecced code feature (backfill)
Incorporate documents into an existing or new workflow and advance stages intelligently
Review completed implementation work and update task status.
Create a feature branch with sequential or timestamp numbering
Incorporate documents into an existing or new workflow and advance stages intelligently
Create baseline documentation for the project, establishing context for all future specs.
Review completed implementation work and update task status.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Track and report token usage across extensions and governance files.
Review completed implementation work and update task status.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Initialize a Git repository with an initial commit
Create a feature branch with sequential or timestamp numbering
Create a feature branch with sequential or timestamp numbering
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Orchestrates the obra/superpowers brainstorming skill within the spec-kit specify workflow. Loads the authoritative SKILL.md at runtime, binds spec-kit context, and produces an intent summary for speckit.specify.
Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.
Verify the generated tasks.md covers every requirement in spec.md before implementation begins. Produces a spec-coverage matrix and a gap report. Catches missing or under-specified tasks at planning time, not delivery time.
Sync linked issue status for before_plan hook.
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.
Spawn an isolated git worktree for a new or existing feature branch
Development branch completion protocol. Loads the obra/superpowers finishing-a-development-branch SKILL.md at runtime. Guides the user through structured options (merge, PR, keep, discard) after verification passes. Call manually after speckit.superb.verify succeeds.
Perform a comprehensive security review of the current codebase
Sync linked issue status for after_plan hook.
Incorporate documents into an existing or new workflow and advance stages intelligently
Review completed implementation work and update task status.
Build scalable design systems with design tokens, theming infrastructure, and component architecture patterns. Use when creating design tokens, implementing theme switching, building component libraries, or establishing design system foundations.
Modify an existing feature with impact analysis and backward compatibility tracking.
Development branch completion protocol. Loads the obra/superpowers finishing-a-development-branch SKILL.md at runtime. Guides the user through structured options (merge, PR, keep, discard) after verification passes. Call manually after speckit.superb.verify succeeds.
Security review of changes introduced on a branch compared to a base branch
Sync linked issue status for after_plan hook.
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.
Validate current branch follows feature branch naming conventions
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Incorporate documents into an existing or new workflow and advance stages intelligently
Type-safe process-based proxy for Node.js - Run class instances in isolated child processes with full TypeScript support Use when: You need CPU-intensive work (parsing, compression, ML inference, image.... Also: proxy, ipc, child-process, process, isolation, worker, eventemitter, type-safe, async, rpc, concurrency.
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.
Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Code review response protocol. Loads the obra/superpowers receiving-code-review SKILL.md at runtime. Enforces technical verification before implementing review feedback — no performative agreement, no blind fixes. Pairs with speckit.superb.critique as the implementer counterpart.
Create baseline documentation for the project, establishing context for all future specs.
Sync linked issue status for after_plan hook.
Guide for configuring and using @zod-to-form to generate React Hook Form components from Zod schemas. Use when (1) setting up z2f config (defineConfig, field mappings, hidden fields, per-schema overrides), (2) generating forms with z2f CLI, (3) creating custom field adapters (TypeSelector, CardinalitySelector) that bridge controlled/uncontrolled components, (4) troubleshooting generated form output (missing fields, wrong components, unwanted fields appearing), or (5) understanding the z2f architecture (core walker, CLI codegen, runtime renderer).
Security review of changes introduced on a branch compared to a base branch
Review completed implementation work and update task status.
Audit and optimize governance documents for AI context efficiency.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Remove stale or merged worktrees and reclaim disk space
Incorporate documents into an existing or new workflow and advance stages intelligently
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Langium port for Rune DSL tooling Use when working with rune, rosetta, dsl, langium, cdm, isda, drr, finos, language-server, lsp, visual-editor, reactflow.
Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Sync linked issue status for before_tasks hook.
Analyze AI session patterns to suggest constitution rules or memory entries.
Propose resolutions for detected drift. AI generates spec updates or code changes.
Create baseline documentation for the project, establishing context for all future specs.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Sync linked issue status for after_tasks hook.
Show sync status between spec, plan, and tasks — identify stale artifacts
Code comment accuracy verification, documentation completeness assessment, comment rot detection.
Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.
Create a bug fix workflow with regression test and minimal documentation.
Detect and surface conflicts between specs or between specs and design docs
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Sync linked issue status for before_specify hook.
Create a minor enhancement workflow with condensed single-document planning.
Rename non-compliant branches and spec folders to match the configured convention
Create a bug fix workflow with regression test and minimal documentation.
Initialize a Git repository with an initial commit
Detect Git remote URL for GitHub integration
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Incorporate documents into an existing or new workflow and advance stages intelligently
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Sync linked issue status for before_specify hook.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Sync linked issue status for before_tasks hook.
Show what changed in spec.md and predict downstream impact on plan and tasks
Orchestrates the obra/superpowers brainstorming skill within the spec-kit specify workflow. Loads the authoritative SKILL.md at runtime, binds spec-kit context, and produces an intent summary for speckit.specify.
Update an existing spec.md in-place based on new requirements or feedback
Spec-aligned code review agent. Acts as a dedicated independent reviewer: loads spec.md, plan.md, and tasks.md, then reviews every code change against declared requirements, reporting issues by severity. Use after any significant implementation to catch spec divergence before it compounds.
Mandatory pre-implement TDD gate. Loads the obra/superpowers test-driven-development SKILL.md at runtime and binds it to spec-kit's tasks.md task structure. Enforces RED-GREEN-REFACTOR for every task.
Mandatory completion gate. Loads the obra/superpowers verification skill at runtime and extends it with spec-kit's spec-coverage checklist. No task may be marked done without fresh evidence.
Schema walker and processor registry for Zod v4 form generation Use when: You want per-field validation instead of whole-form validation. Also: zod, zod-v4, forms, form-generation, schema, schema-walker, processor-registry, react-hook-form, schema-driven, form-schema, zod-registry.
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Create baseline documentation for the project, establishing context for all future specs.
dependabot for resources, related projects, and knowledge Use when working with dependency, monitoring, security, vulnerability, changelog, version-tracking, github, automation, ai.
Use when working with zod-to-form (core, react, cli, codegen, vite).
This skill should be used when building React components with TypeScript, typing hooks, handling events, or when React TypeScript, React 19, Server Components are mentioned. Covers type-safe patterns for React 18-19 including generic components, proper event typing, and routing integration (TanStack Router, React Router).
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Execute the implementation plan by processing and executing all tasks defined in tasks.md
Check all feature branches and spec folders against the configured naming convention
Mandatory pre-implement TDD gate. Loads the obra/superpowers test-driven-development SKILL.md at runtime and binds it to spec-kit's tasks.md task structure. Enforces RED-GREEN-REFACTOR for every task.
Sync linked issue status for after_tasks hook.
Create a minor enhancement workflow with condensed single-document planning.
Show all active worktrees with feature status and spec artifact summary
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Apply typography, color theory, spacing systems, and iconography principles to create cohesive visual designs. Use when establishing design tokens, building style guides, or improving visual hierarchy and consistency.
Sync linked issue status for before_plan hook.
Documentation site for dependabit Use when: Tracking research papers that your project cites or implements, to be....
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Create a minor enhancement workflow with condensed single-document planning.
Sync linked issue status for after_specify hook.
Create baseline documentation for the project, establishing context for all future specs.
Create a minor enhancement workflow with condensed single-document planning.
Initialize a Git repository with an initial commit
Sync linked issue status for before_specify hook.
Code review response protocol. Loads the obra/superpowers receiving-code-review SKILL.md at runtime. Enforces technical verification before implementing review feedback — no performative agreement, no blind fixes. Pairs with speckit.superb.critique as the implementer counterpart.
Tailwind CSS v4 + shadcn/ui theming in monorepos. Use when working with @theme, @theme inline, @source, debugging missing utility classes, or setting up a shared design-system package consumed by apps. Triggers on @theme, @theme inline, @source, bg-primary missing, utility class not generated, Tailwind v4 monorepo, shadcn theme.
Langium port for Rune DSL tooling Use when working with rune, rosetta, dsl, langium, cdm, isda, drr, finos, language-server, lsp, visual-editor, reactflow.
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
TypeScript monorepo template with pnpm, oxlint, oxfmt, and Vitest Use when working with monorepo, oxfmt, oxlint, pnpm, template, vitest.
Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.
Documentation site for dependabit Use when: Tracking libraries whose documentation is indexed by Context7 (e.g., React,....
This skill should be used when the user asks to generate a form from a Zod schema, use zodform CLI, codegen form component, generate tsx from zod, set up zod-to-form codegen, create a static form from schema, build-time form generation, zodform generate command, CLI form generator, zodform watch mode, zodform server action, or wants to generate static .tsx form components from Zod v4 schemas using the zodform generate CLI. Covers the generate command, component configuration, auto-save mode, server actions, watch mode, and the programmatic API.
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
Show what changed in spec.md and predict downstream impact on plan and tasks
Show all active worktrees with feature status and spec artifact summary
Incorporate documents into an existing or new workflow and advance stages intelligently
Sync linked issue status for before_plan hook.
Langium port for Rune DSL tooling Use when working with rune, rosetta, dsl, langium, cdm, isda, drr, finos, language-server, lsp, visual-editor, reactflow.
ObjectEnvy monorepo - strongly-typed environment configuration for TypeScript projects
Validate and reorganize spec-kit artifacts with proper numbering and structure
Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.
Create a bug fix workflow with regression test and minimal documentation.
Set up branch and folder naming rules for the current project
Incorporate documents into an existing or new workflow and advance stages intelligently
Sync linked issue status for after_implement hook.
Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.
Check all feature branches and spec folders against the configured naming convention
Auto-commit changes after a Spec Kit command completes
Validate current branch follows feature branch naming conventions
Convert development phases into individual GitHub issues for better tracking and collaboration.
Show sync status between spec, plan, and tasks — identify stale artifacts
Modify an existing feature with impact analysis and backward compatibility tracking.
Security review of changes introduced on a branch compared to a base branch
Incorporate documents into an existing or new workflow and advance stages intelligently
Code comment accuracy verification, documentation completeness assessment, comment rot detection.
Security review of staged changes only (git diff --cached)
Orchestrates the obra/superpowers brainstorming skill within the spec-kit specify workflow. Loads the authoritative SKILL.md at runtime, binds spec-kit context, and produces an intent summary for speckit.specify.
Create a bug fix workflow with regression test and minimal documentation.
Mandatory completion gate. Loads the obra/superpowers verification skill at runtime and extends it with spec-kit's spec-coverage checklist. No task may be marked done without fresh evidence.
Code review response protocol. Loads the obra/superpowers receiving-code-review SKILL.md at runtime. Enforces technical verification before implementing review feedback — no performative agreement, no blind fixes. Pairs with speckit.superb.critique as the implementer counterpart.
Create a minor enhancement workflow with condensed single-document planning.
Create a minor enhancement workflow with condensed single-document planning.
Sync linked issue status for after_plan hook.
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Sync linked issue status for after_tasks hook.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Sync linked issue status for before_specify hook.
Sync linked issue status for before_plan hook.
Sync linked issue status for before_tasks hook.
Development branch completion protocol. Loads the obra/superpowers finishing-a-development-branch SKILL.md at runtime. Guides the user through structured options (merge, PR, keep, discard) after verification passes. Call manually after speckit.superb.verify succeeds.
Remove stale or merged worktrees and reclaim disk space
Remove stale or merged worktrees and reclaim disk space
Auto-commit changes after a Spec Kit command completes
Sync linked issue status for before_specify hook.
Spawn an isolated git worktree for a new or existing feature branch
Show all active worktrees with feature status and spec artifact summary
Code comment accuracy verification, documentation completeness assessment, comment rot detection.
Sync linked issue status for before_tasks hook.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Propagate spec changes downstream to plan.md and tasks.md
Security review of changes introduced on a branch compared to a base branch
Verify the generated tasks.md covers every requirement in spec.md before implementation begins. Produces a spec-coverage matrix and a gap report. Catches missing or under-specified tasks at planning time, not delivery time.
Sync linked issue status for after_specify hook.
Sync linked issue status for before_plan hook.
Sync linked issue status for before_plan hook.
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.
Initialize a new project from template-ts non-interactively. Use when the user wants to set up a fresh repository from the template, customize project metadata (name, author, description), configure package scope, and optionally remove example packages/tests. This automates the entire scripts/init-template.sh workflow without manual prompts.
Sync linked issue status for after_plan hook.
Sync linked issue status for before_plan hook.
Detect Git remote URL for GitHub integration
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Initialize a Git repository with an initial commit
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Development branch completion protocol. Loads the obra/superpowers finishing-a-development-branch SKILL.md at runtime. Guides the user through structured options (merge, PR, keep, discard) after verification passes. Call manually after speckit.superb.verify succeeds.
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Sync linked issue status for before_implement hook.
Sync linked issue status for after_plan hook.
Sync linked issue status for after_implement hook.
Sync linked issue status for after_tasks hook.
Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Sync linked issue status for after_tasks hook.
Incorporate documents into an existing or new workflow and advance stages intelligently
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Create a minor enhancement workflow with condensed single-document planning.
Router skill for the rune-langium monorepo. Use it to choose the right package skill before working in core, cli, lsp-server, codegen, or visual-editor.
Create a bug fix workflow with regression test and minimal documentation.
TypeScript monorepo for HAP-Fluent - Type-safe wrapper for Homebridge HAP-NodeJS
Documentation site for dependabit Use when: You need to plug in a custom or self-hosted language model as the....
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Documentation site for dependabit Use when: Making authenticated GitHub API calls from the monitor or action packages....
Documentation site for dependabit
Create a bug fix workflow with regression test and minimal documentation.
Reviews shadcn/ui components for CVA patterns, composition with asChild, accessibility states, and data-slot usage. Use when reviewing React components using shadcn/ui, Radix primitives, or Tailwind styling.
Sync linked issue status for after_implement hook.
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.
Sync linked issue status for before_implement hook.
General code quality review — project guideline compliance, bug detection, code quality analysis.
Documentation site for unacy Use when: You need a type-safe, composable unit conversion graph for a domain. The....
Apply approved drift resolutions to specs and/or code
Audit and optimize governance documents for AI context efficiency.
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Generate a new spec from unspecced code feature (backfill)
Documentation site and generated agent skills for rune-langium APIs
Build scalable design systems with design tokens, theming infrastructure, and component architecture patterns. Use when creating design tokens, implementing theme switching, building component libraries, or establishing design system foundations.
Analyze AI session patterns to suggest constitution rules or memory entries.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Execute all tasks from the task breakdown to build the feature. Use after task generation to systematically implement the planned solution following TDD approach where applicable.
Create a bug fix workflow with regression test and minimal documentation.
Auto-commit changes after a Spec Kit command completes
Detect Git remote URL for GitHub integration
Sync linked issue status for after_implement hook.
Show sync status between spec, plan, and tasks — identify stale artifacts
Mandatory pre-implement TDD gate. Loads the obra/superpowers test-driven-development SKILL.md at runtime and binds it to spec-kit's tasks.md task structure. Enforces RED-GREEN-REFACTOR for every task.
Modify an existing feature with impact analysis and backward compatibility tracking.
Sync linked issue status for before_implement hook.
Security review of staged changes only (git diff --cached)
Code review response protocol. Loads the obra/superpowers receiving-code-review SKILL.md at runtime. Enforces technical verification before implementing review feedback — no performative agreement, no blind fixes. Pairs with speckit.superb.critique as the implementer counterpart.
Create a bug fix workflow with regression test and minimal documentation.
Review completed implementation work and update task status.
Sync linked issue status for after_implement hook.
Spec-aligned code review agent. Acts as a dedicated independent reviewer: loads spec.md, plan.md, and tasks.md, then reviews every code change against declared requirements, reporting issues by severity. Use after any significant implementation to catch spec divergence before it compounds.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Sync linked issue status for before_implement hook.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Generate custom quality checklists for validating requirements completeness and clarity. Use to create unit tests for English that ensure spec quality before implementation.
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
Set up branch and folder naming rules for the current project
Auto-commit changes after a Spec Kit command completes
Create a minor enhancement workflow with condensed single-document planning.
Detect Git remote URL for GitHub integration
Rename non-compliant branches and spec folders to match the configured convention
Propagate spec changes downstream to plan.md and tasks.md
Update an existing spec.md in-place based on new requirements or feedback
Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.
Review completed implementation work and update task status.
Security review of staged changes only (git diff --cached)
Security review of staged changes only (git diff --cached)
Systematic debugging protocol. Loads the obra/superpowers systematic-debugging SKILL.md at runtime. Enforces root-cause investigation before any fix attempt. Use when TDD hits repeated failures or any unexpected behavior surfaces during implementation.
Development branch completion protocol. Loads the obra/superpowers finishing-a-development-branch SKILL.md at runtime. Guides the user through structured options (merge, PR, keep, discard) after verification passes. Call manually after speckit.superb.verify succeeds.
Mandatory pre-implement TDD gate. Loads the obra/superpowers test-driven-development SKILL.md at runtime and binds it to spec-kit's tasks.md task structure. Enforces RED-GREEN-REFACTOR for every task.
Create a bug fix workflow with regression test and minimal documentation.
Sync linked issue status for before_tasks hook.
Modify an existing feature with impact analysis and backward compatibility tracking.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Review completed implementation work and update task status.
Spawn an isolated git worktree for a new or existing feature branch
Create baseline documentation for the project, establishing context for all future specs.
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Sync linked issue status for before_tasks hook.
Documentation site for zod-to-form (Docusaurus 3 + TypeDoc) Use when: You want per-field validation instead of whole-form validation.
Rename non-compliant branches and spec folders to match the configured convention
Sync linked issue status for after_plan hook.
Spawn an isolated git worktree for a new or existing feature branch
Sync linked issue status for after_tasks hook.
Documentation site for zod-to-form (Docusaurus 3 + TypeDoc) Use when: You want `import SignupForm from './signup.schema?z2f'` to Just Work in a....
Documentation site and generated agent skills for rune-langium APIs Use when: Rendering two or more `RuneTypeGraph` components simultaneously (different....
Create a minor enhancement workflow with condensed single-document planning.
Generate custom quality checklists for validating requirements completeness and clarity. Use to create unit tests for English that ensure spec quality before implementation.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Sync linked issue status for after_specify hook.
Apply approved drift resolutions to specs and/or code
Error handling review — silent failure detection, catch block analysis, error logging.
Generate technical implementation plans from feature specifications. Use after creating a spec to define architecture, tech stack, and implementation phases. Creates plan.md with detailed technical design.
Sync linked issue status for before_plan hook.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Create a bug fix workflow with regression test and minimal documentation.
Apply approved drift resolutions to specs and/or code
Create or update the feature specification from a natural language feature description.
Code comment accuracy verification, documentation completeness assessment, comment rot detection.
Sync linked issue status for before_plan hook.
Spawn an isolated git worktree for a new or existing feature branch
Validate and reorganize spec-kit artifacts with proper numbering and structure
Development branch completion protocol. Loads the obra/superpowers finishing-a-development-branch SKILL.md at runtime. Guides the user through structured options (merge, PR, keep, discard) after verification passes. Call manually after speckit.superb.verify succeeds.
Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.
Sync linked issue status for before_tasks hook.
Incorporate documents into an existing or new workflow and advance stages intelligently
Create a minor enhancement workflow with condensed single-document planning.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Review completed implementation work and update task status.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Detect and surface conflicts between specs or between specs and design docs
Generate a new spec from unspecced code feature (backfill)
Apply approved drift resolutions to specs and/or code
Analyze AI session patterns to suggest constitution rules or memory entries.
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Track and report token usage across extensions and governance files.
Review completed implementation work and update task status.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Detect and surface conflicts between specs or between specs and design docs
Create a bug fix workflow with regression test and minimal documentation.
Detect and surface conflicts between specs or between specs and design docs
Generate a new spec from unspecced code feature (backfill)
Analyze AI session patterns to suggest constitution rules or memory entries.
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
Langium generator plugin that derives Zod schemas from grammar definitions Use when: You have a parsed Langium `Grammar` object and want Zod schemas as a.... Also: langium, zod, codegen, ast.
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.
Analyzes feedback logs to identify patterns and suggest improvements to review skills. Use when you have accumulated feedback data and want to improve review accuracy.
Execute the implementation plan by processing and executing all tasks defined in tasks.md
Documentation site for dependabit
Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.
Documentation site for hap-fluent
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.
# Playwright E2E Testing Skill Run Playwright end-to-end tests for the Rune DSL Studio application. Handles browser setup, preview server management, and test execution. ## When to Use Use this skill when: - Running E2E tests after making changes to the Studio app - Verifying no regressions in UI functionality - Checking that the app builds and renders correctly ## Prerequisites - Studio must be buildable: `pnpm --filter @rune-langium/studio run build` - Playwright is installed as a dev dep
Documentation site for procxy
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.
Architectural guidance for building node-based UIs with React Flow. Use when designing flow-based applications, making decisions about state management, integration patterns, or evaluating whether React Flow fits a use case.
Reviews React Router code for proper data loading, mutations, error handling, and navigation patterns. Use when reviewing React Router v6.4+ code, loaders, actions, or navigation logic.
Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
Main export file for utils package
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Perform cross-artifact consistency analysis across spec.md, plan.md, and tasks.md. Use after task generation to identify gaps, duplications, and inconsistencies before implementation.
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Set up branch and folder naming rules for the current project
Rename non-compliant branches and spec folders to match the configured convention
Check all feature branches and spec folders against the configured naming convention
Rename non-compliant branches and spec folders to match the configured convention
Check all feature branches and spec folders against the configured naming convention
Create a bug fix workflow with regression test and minimal documentation.
Create a bug fix workflow with regression test and minimal documentation.
Create a bug fix workflow with regression test and minimal documentation.
Create a bug fix workflow with regression test and minimal documentation.
Generate a custom checklist for the current feature based on user requirements.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Structured clarification workflow for underspecified requirements. Use before planning to resolve ambiguities through coverage-based questioning. Records answers in spec clarifications section.
Structured clarification workflow for underspecified requirements. Use before planning to resolve ambiguities through coverage-based questioning. Records answers in spec clarifications section.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Initiate a feature deprecation workflow with phased sunset process (warnings → disabled → removed).
Initiate a feature deprecation workflow with phased sunset process (warnings → disabled → removed).
Auto-commit changes after a Spec Kit command completes
Auto-commit changes after a Spec Kit command completes
Auto-commit changes after a Spec Kit command completes
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Validate current branch follows feature branch naming conventions
Detect Git remote URL for GitHub integration
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Create a minor enhancement workflow with condensed single-document planning.
One-time command to enhance constitution with workflow quality gates using LLM intelligence
One-time command to enhance constitution with workflow quality gates using LLM intelligence
Spec-kit workflow command: enhance-constitution
Create a feature branch with sequential or timestamp numbering
Create a feature branch with sequential or timestamp numbering
Initialize a Git repository with an initial commit
Initialize a Git repository with an initial commit
Validate current branch follows feature branch naming conventions
Validate current branch follows feature branch naming conventions
Validate current branch follows feature branch naming conventions
Validate current branch follows feature branch naming conventions
Execute the implementation plan by processing and executing all tasks defined in tasks.md
Execute the implementation plan by processing and executing all tasks defined in tasks.md
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Incorporate documents into an existing or new workflow and advance stages intelligently
Incorporate documents into an existing or new workflow and advance stages intelligently
Sync linked issue status for after_implement hook.
Sync linked issue status for after_implement hook.
Sync linked issue status for after_plan hook.
Sync linked issue status for after_plan hook.
Sync linked issue status for after_specify hook.
Sync linked issue status for after_specify hook.
Sync linked issue status for after_tasks hook.
Sync linked issue status for before_implement hook.
Sync linked issue status for before_implement hook.
Sync linked issue status for before_plan hook.
Sync linked issue status for before_implement hook.
Sync linked issue status for before_implement hook.
Audit and optimize governance documents for AI context efficiency.
Sync linked issue status for before_specify hook.
Sync linked issue status for before_specify hook.
Sync linked issue status for before_specify hook.
Orchestrates the obra/superpowers brainstorming skill within the spec-kit specify workflow. Loads the authoritative SKILL.md at runtime, binds spec-kit context, and produces an intent summary for speckit.specify.
Modify an existing feature with impact analysis and backward compatibility tracking.
Sync linked issue status for before_tasks hook.
Sync linked issue status for before_specify hook.
Create or update feature specifications from natural language descriptions. Use when starting new features or refining requirements. Generates spec.md with user stories, functional requirements, and acceptance criteria following spec-driven development methodology.
Modify an existing feature with impact analysis and backward compatibility tracking.
Execute the implementation planning workflow using the plan template to generate design artifacts.
Analyze AI session patterns to suggest constitution rules or memory entries.
Show what changed in spec.md and predict downstream impact on plan and tasks
Convert development phases into individual GitHub issues for better tracking and collaboration.
Track and report token usage across extensions and governance files.
Track and report token usage across extensions and governance files.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Execute the implementation planning workflow using the plan template to generate design artifacts.
Propose resolutions for detected drift. AI generates spec updates or code changes.
Show what changed in spec.md and predict downstream impact on plan and tasks
Propagate spec changes downstream to plan.md and tasks.md
Show what changed in spec.md and predict downstream impact on plan and tasks
Propagate spec changes downstream to plan.md and tasks.md
Update an existing spec.md in-place based on new requirements or feedback
Show sync status between spec, plan, and tasks — identify stale artifacts
Update an existing spec.md in-place based on new requirements or feedback
General code quality review — project guideline compliance, bug detection, code quality analysis.
General code quality review — project guideline compliance, bug detection, code quality analysis.
General code quality review — project guideline compliance, bug detection, code quality analysis.
General code quality review — project guideline compliance, bug detection, code quality analysis.
Spec-aligned code review agent. Acts as a dedicated independent reviewer: loads spec.md, plan.md, and tasks.md, then reviews every code change against declared requirements, reporting issues by severity. Use after any significant implementation to catch spec divergence before it compounds.
Spec-aligned code review agent. Acts as a dedicated independent reviewer: loads spec.md, plan.md, and tasks.md, then reviews every code change against declared requirements, reporting issues by severity. Use after any significant implementation to catch spec divergence before it compounds.
Code comment accuracy verification, documentation completeness assessment, comment rot detection.
Code comment accuracy verification, documentation completeness assessment, comment rot detection.
Error handling review — silent failure detection, catch block analysis, error logging.
Review completed implementation work and update task status.
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.
Review completed implementation work and update task status.
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.
Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.
Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.
Type design analysis — encapsulation, invariant expression, usefulness, and enforcement.
Perform a comprehensive security review of the current codebase
Security review of changes introduced on a branch compared to a base branch
Security review of staged changes only (git diff --cached)
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Detect and surface conflicts between specs or between specs and design docs
Systematic debugging protocol. Loads the obra/superpowers systematic-debugging SKILL.md at runtime. Enforces root-cause investigation before any fix attempt. Use when TDD hits repeated failures or any unexpected behavior surfaces during implementation.
Development branch completion protocol. Loads the obra/superpowers finishing-a-development-branch SKILL.md at runtime. Guides the user through structured options (merge, PR, keep, discard) after verification passes. Call manually after speckit.superb.verify succeeds.
Verify the generated tasks.md covers every requirement in spec.md before implementation begins. Produces a spec-coverage matrix and a gap report. Catches missing or under-specified tasks at planning time, not delivery time.
Code review response protocol. Loads the obra/superpowers receiving-code-review SKILL.md at runtime. Enforces technical verification before implementing review feedback — no performative agreement, no blind fixes. Pairs with speckit.superb.critique as the implementer counterpart.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Propose resolutions for detected drift. AI generates spec updates or code changes.
Mandatory completion gate. Loads the obra/superpowers verification skill at runtime and extends it with spec-kit's spec-coverage checklist. No task may be marked done without fresh evidence.
Detect and surface conflicts between specs or between specs and design docs
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
Convert tasks from tasks.md into GitHub issues. Use after task breakdown to track work items in GitHub project management.
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Create baseline documentation for the project, establishing context for all future specs.
Create baseline documentation for the project, establishing context for all future specs.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Create a minor enhancement workflow with condensed single-document planning.
Create a minor enhancement workflow with condensed single-document planning.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Incorporate documents into an existing or new workflow and advance stages intelligently
Incorporate documents into an existing or new workflow and advance stages intelligently
Sync linked issue status for after_implement hook.
Sync linked issue status for before_implement hook.
Sync linked issue status for before_implement hook.
Sync linked issue status for after_implement hook.
Sync linked issue status for before_implement hook.
Sync linked issue status for after_implement hook.
Sync linked issue status for after_plan hook.
Sync linked issue status for after_plan hook.
Sync linked issue status for after_specify hook.
Sync linked issue status for after_specify hook.
Sync linked issue status for after_specify hook.
Sync linked issue status for after_tasks hook.
Sync linked issue status for after_tasks hook.
Sync linked issue status for after_tasks hook.
Sync linked issue status for before_plan hook.
Sync linked issue status for before_plan hook.
Sync linked issue status for before_specify hook.
Modify an existing feature with impact analysis and backward compatibility tracking.
Modify an existing feature with impact analysis and backward compatibility tracking.
Modify an existing feature with impact analysis and backward compatibility tracking.
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Modify an existing feature with impact analysis and backward compatibility tracking.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Spec-kit workflow command: enhance-constitution
React Router v7 best practices for data-driven routing. Use when implementing routes, loaders, actions, Form components, fetchers, navigation guards, protected routes, or URL search params. Triggers on createBrowserRouter, RouterProvider, useLoaderData, useActionData, useFetcher, NavLink, Outlet.
Generate a new spec from unspecced code feature (backfill)
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Documentation site and generated agent skills for rune-langium APIs
Auto-commit changes after a Spec Kit command completes
Advanced React Flow patterns for complex use cases. Use when implementing sub-flows, custom connection lines, programmatic layouts, drag-and-drop, undo/redo, or complex state synchronization.
Sync linked issue status for before_specify hook.
Rename non-compliant branches and spec folders to match the configured convention
dependabot for resources, related projects, and knowledge Use when working with dependency, monitoring, security, vulnerability, changelog, version-tracking, github, automation, ai.
Documentation site for lspeasy Use when: The client sets `partialResultToken` in the request params and you want to....
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
Create a bug fix workflow with regression test and minimal documentation.
Create a minor enhancement workflow with condensed single-document planning.
Sync linked issue status for after_specify hook.
Documentation site for zod-to-form (Docusaurus 3 + TypeDoc) Use when: You need programmatic codegen from a Node.js script or build tool (not just....
Reviews React Flow code for anti-patterns, performance issues, and best practices. Use when reviewing code that uses @xyflow/react, checking for common mistakes, or optimizing node-based UI implementations.
Build-time code generator for Zod v4 form components Use when: You need programmatic codegen from a Node.js script or build tool (not just.... Also: zod, zod-v4, codegen, forms, form-generation, react-hook-form, schema-driven, cli, generator, component-codegen, schema-to-tsx.
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.
Sync linked issue status for before_plan hook.
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
This skill should be used when the user asks to "port an Xtext grammar to Langium", "migrate from Xtext to Langium", "convert Xtext grammar", "translate .xtext to .langium", "replace EMF metamodel with Langium AST", "port Xcore operations to TypeScript", "handle syntactic predicates in Langium", "restructure LL(*) grammar for LL(k)", "port Xtext scoping to Langium ScopeProvider", "port Xtext validation rules", or mentions migrating any Eclipse Xtext DSL to TypeScript/Langium.
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Perform a comprehensive security review of the current codebase
Security review of changes introduced on a branch compared to a base branch
Set up branch and folder naming rules for the current project
Review completed implementation work and update task status.
Validate current branch follows feature branch naming conventions
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Sync linked issue status for after_implement hook.
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.
Set up branch and folder naming rules for the current project
Execute all tasks from the task breakdown to build the feature. Use after task generation to systematically implement the planned solution following TDD approach where applicable.
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
General code quality review — project guideline compliance, bug detection, code quality analysis.
Review completed implementation work and update task status.
Sync linked issue status for before_plan hook.
Sync linked issue status for after_tasks hook.
Documentation site for dependabit Use when: Loading an existing manifest to pass to the monitor or detector..
Set up branch and folder naming rules for the current project
Check all feature branches and spec folders against the configured naming convention
Error handling review — silent failure detection, catch block analysis, error logging.
Detect Git remote URL for GitHub integration
Systematic debugging protocol. Loads the obra/superpowers systematic-debugging SKILL.md at runtime. Enforces root-cause investigation before any fix attempt. Use when TDD hits repeated failures or any unexpected behavior surfaces during implementation.
Set up branch and folder naming rules for the current project
Apply approved drift resolutions to specs and/or code
Mandatory pre-implement TDD gate. Loads the obra/superpowers test-driven-development SKILL.md at runtime and binds it to spec-kit's tasks.md task structure. Enforces RED-GREEN-REFACTOR for every task.
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
Build scalable design systems with design tokens, theming infrastructure, and component architecture patterns. Use when creating design tokens, implementing theme switching, building component libraries, or establishing design system foundations.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Sync linked issue status for after_specify hook.
Automatic graph layout using dagre with React Flow (@xyflow/react). Use when implementing auto-layout, hierarchical layouts, tree structures, or arranging nodes programmatically. Triggers on dagre, auto-layout, automatic layout, getLayoutedElements, rankdir, hierarchical graph.
Sync linked issue status for before_implement hook.
Modify an existing feature with impact analysis and backward compatibility tracking.
Update an existing spec.md in-place based on new requirements or feedback
Sync linked issue status for after_specify hook.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Apply approved drift resolutions to specs and/or code
Sync linked issue status for after_plan hook.
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.
Propose resolutions for detected drift. AI generates spec updates or code changes.
Sync linked issue status for after_plan hook.
Propose resolutions for detected drift. AI generates spec updates or code changes.
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
Perform a comprehensive security review of the current codebase
Generate technical implementation plans from feature specifications. Use after creating a spec to define architecture, tech stack, and implementation phases. Creates plan.md with detailed technical design.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.
Detect Git remote URL for GitHub integration
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Mandatory pre-implement TDD gate. Loads the obra/superpowers test-driven-development SKILL.md at runtime and binds it to spec-kit's tasks.md task structure. Enforces RED-GREEN-REFACTOR for every task.
Systematic debugging protocol. Loads the obra/superpowers systematic-debugging SKILL.md at runtime. Enforces root-cause investigation before any fix attempt. Use when TDD hits repeated failures or any unexpected behavior surfaces during implementation.
Modify an existing feature with impact analysis and backward compatibility tracking.
Sync linked issue status for before_plan hook.
Spawn an isolated git worktree for a new or existing feature branch
Create baseline documentation for the project, establishing context for all future specs.
Create baseline documentation for the project, establishing context for all future specs.
Mandatory completion gate. Loads the obra/superpowers verification skill at runtime and extends it with spec-kit's spec-coverage checklist. No task may be marked done without fresh evidence.
Code review response protocol. Loads the obra/superpowers receiving-code-review SKILL.md at runtime. Enforces technical verification before implementing review feedback — no performative agreement, no blind fixes. Pairs with speckit.superb.critique as the implementer counterpart.
Update an existing spec.md in-place based on new requirements or feedback
Master React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when building UI component libraries, designing component APIs, or implementing frontend design systems.
Security review of changes introduced on a branch compared to a base branch
Sync linked issue status for after_implement hook.
dependabot for resources, related projects, and knowledge Use when working with dependency, monitoring, security, vulnerability, changelog, version-tracking, github, automation, ai.
React Flow (@xyflow/react) for workflow visualization with custom nodes and edges. Use when building graph visualizations, creating custom workflow nodes, implementing edge labels, or controlling viewport. Triggers on ReactFlow, @xyflow/react, Handle, NodeProps, EdgeProps, useReactFlow, fitView.
Systematic debugging protocol. Loads the obra/superpowers systematic-debugging SKILL.md at runtime. Enforces root-cause investigation before any fix attempt. Use when TDD hits repeated failures or any unexpected behavior surfaces during implementation.
Mandatory completion gate. Loads the obra/superpowers verification skill at runtime and extends it with spec-kit's spec-coverage checklist. No task may be marked done without fresh evidence.
Sync linked issue status for before_tasks hook.
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Sync linked issue status for after_plan hook.
Create or update project governing principles and development guidelines. Use at project start to establish code quality, testing standards, and architectural constraints that guide all development.
Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Propose resolutions for detected drift. AI generates spec updates or code changes.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Sync linked issue status for after_specify hook.
Update an existing spec.md in-place based on new requirements or feedback
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Systematic debugging protocol. Loads the obra/superpowers systematic-debugging SKILL.md at runtime. Enforces root-cause investigation before any fix attempt. Use when TDD hits repeated failures or any unexpected behavior surfaces during implementation.
Apply typography, color theory, spacing systems, and iconography principles to create cohesive visual designs. Use when establishing design tokens, building style guides, or improving visual hierarchy and consistency.
Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.
Use when working with dependabit (action, detector, github-client, manifest, monitor, test-utils, utils, plugins, plugin-arxiv, plugin-context7, plugin-skills).
Create baseline documentation for the project, establishing context for all future specs.
Sync linked issue status for after_implement hook.
Implements React Flow node-based UIs correctly using @xyflow/react. Use when building flow charts, diagrams, visual editors, or node-based applications with React. Covers nodes, edges, handles, custom components, state management, and viewport control.
shadcn/ui component patterns with Radix primitives and Tailwind styling. Use when building UI components, using CVA variants, implementing compound components, or styling with data-slot attributes. Triggers on shadcn, cva, cn(), data-slot, Radix, Button, Card, Dialog, VariantProps.
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
Spec-aligned code review agent. Acts as a dedicated independent reviewer: loads spec.md, plan.md, and tasks.md, then reviews every code change against declared requirements, reporting issues by severity. Use after any significant implementation to catch spec divergence before it compounds.
Create baseline documentation for the project, establishing context for all future specs.
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Create a feature branch with sequential or timestamp numbering
Sync linked issue status for before_specify hook.
Sync linked issue status for after_tasks hook.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Create a minor enhancement workflow with condensed single-document planning.
Verify the generated tasks.md covers every requirement in spec.md before implementation begins. Produces a spec-coverage matrix and a gap report. Catches missing or under-specified tasks at planning time, not delivery time.
Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.
Audit and optimize governance documents for AI context efficiency.
Sync linked issue status for before_specify hook.
Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.
Orchestrates the obra/superpowers brainstorming skill within the spec-kit specify workflow. Loads the authoritative SKILL.md at runtime, binds spec-kit context, and produces an intent summary for speckit.specify.
UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.
Verify the generated tasks.md covers every requirement in spec.md before implementation begins. Produces a spec-coverage matrix and a gap report. Catches missing or under-specified tasks at planning time, not delivery time.
General code quality review — project guideline compliance, bug detection, code quality analysis.
Sync linked issue status for before_specify hook.
Sync linked issue status for after_specify hook.
Create baseline documentation for the project, establishing context for all future specs.
Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.
Documentation site for zod-to-form (Docusaurus 3 + TypeDoc) Use when: You need form rendering in storybook, playgrounds, or low-traffic admin UIs —....
Check all feature branches and spec folders against the configured naming convention
Validate and reorganize spec-kit artifacts with proper numbering and structure
Mandatory pre-implement TDD gate. Loads the obra/superpowers test-driven-development SKILL.md at runtime and binds it to spec-kit's tasks.md task structure. Enforces RED-GREEN-REFACTOR for every task.
Sync linked issue status for before_implement hook.
Sync linked issue status for before_specify hook.
Modify an existing feature with impact analysis and backward compatibility tracking.
Execute all tasks from the task breakdown to build the feature. Use after task generation to systematically implement the planned solution following TDD approach where applicable.
Show sync status between spec, plan, and tasks — identify stale artifacts
Show what changed in spec.md and predict downstream impact on plan and tasks
Sync linked issue status for before_tasks hook.
Verify the generated tasks.md covers every requirement in spec.md before implementation begins. Produces a spec-coverage matrix and a gap report. Catches missing or under-specified tasks at planning time, not delivery time.
Spawn an isolated git worktree for a new or existing feature branch
Sync linked issue status for before_specify hook.
Detect and surface conflicts between specs or between specs and design docs
Create baseline documentation for the project, establishing context for all future specs.
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Validate and reorganize spec-kit artifacts with proper numbering and structure
Propagate spec changes downstream to plan.md and tasks.md
Documentation site for dependabit
Track and report token usage across extensions and governance files.
Detect AI-generated code patterns — unnecessary abstractions, over-documentation, as any, defensive coding against impossible states.
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
Error handling review — silent failure detection, catch block analysis, error logging.
Set up branch and folder naming rules for the current project
Perform cross-artifact consistency analysis across spec.md, plan.md, and tasks.md. Use after task generation to identify gaps, duplications, and inconsistencies before implementation.
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Documentation site for dependabit Use when: Polling a set of tracked dependencies for state changes on a schedule..
Create or update project governing principles and development guidelines. Use at project start to establish code quality, testing standards, and architectural constraints that guide all development.
Modify an existing feature with impact analysis and backward compatibility tracking.
Execute the implementation planning workflow using the plan template to generate design artifacts.
Code comment accuracy verification, documentation completeness assessment, comment rot detection.
Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.
Error handling review — silent failure detection, catch block analysis, error logging.
Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.
Mandatory completion gate. Loads the obra/superpowers verification skill at runtime and extends it with spec-kit's spec-coverage checklist. No task may be marked done without fresh evidence.
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Sync linked issue status for after_plan hook.
Initiate a feature deprecation workflow with phased sunset process (warnings -> disabled -> removed).
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.
Sync linked issue status for after_implement hook.
Documentation site for objectenvy
Show all active worktrees with feature status and spec artifact summary
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
One-time command to enhance constitution with workflow quality gates using LLM intelligence
Analyze drift between specs and implementation. Compares requirements against code to find divergence.
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Create baseline documentation for the project, establishing context for all future specs.
Sync linked issue status for after_tasks hook.
Sync linked issue status for before_implement hook.
Create baseline documentation for the project, establishing context for all future specs.
Generate a new spec from unspecced code feature (backfill)
Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.
Show all active worktrees with feature status and spec artifact summary
Error handling review — silent failure detection, catch block analysis, error logging.
Audit and optimize governance documents for AI context efficiency.
Generate custom quality checklists for validating requirements completeness and clarity. Use to create unit tests for English that ensure spec quality before implementation.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Create baseline documentation for the project, establishing context for all future specs.
Initialize a Git repository with an initial commit
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
Perform a comprehensive security review of the current codebase
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Spec-aligned code review agent. Acts as a dedicated independent reviewer: loads spec.md, plan.md, and tasks.md, then reviews every code change against declared requirements, reporting issues by severity. Use after any significant implementation to catch spec divergence before it compounds.
Sync linked issue status for before_plan hook.
Detect and surface conflicts between specs or between specs and design docs
Langium port for Rune DSL tooling Use when working with rune, rosetta, dsl, langium, cdm, isda, drr, finos, language-server, lsp, visual-editor, reactflow.
Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.
Rename non-compliant branches and spec folders to match the configured convention
Sync linked issue status for after_implement hook.
Create an emergency hotfix workflow with expedited process and mandatory post-mortem.
Generate a deeply-reasoned, implementation-ready task breakdown for the current spec-kit feature using extended analysis.
Convert development phases into individual GitHub issues for better tracking and collaboration.
Create a refactoring workflow with metrics tracking and behavior preservation validation.
Capture workflow usage data for spec-kit optimization. Auto-activates when: (1) completing a spec-kit workflow (/speckit.review, final commit), (2) encountering friction or confusion during workflows, (3) user mentions issues with prompts or templates, (4) workflow deviates from expected quality gates. Reminds to export chat logs and tracks patterns for feedback.
Spec-aligned code review agent. Acts as a dedicated independent reviewer: loads spec.md, plan.md, and tasks.md, then reviews every code change against declared requirements, reporting issues by severity. Use after any significant implementation to catch spec divergence before it compounds.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Configuration for zod-to-form code generation (defineConfig / z2f.config.ts): component library, generation defaults, file selection, and per-schema overrides. Also: zod, zod-v4, forms, form-generation, schema, schema-walker, processor-registry, react-hook-form, schema-driven, form-schema, zod-registry.
Create baseline documentation for the project, establishing context for all future specs.
Create a minor enhancement workflow with condensed single-document planning.
Create a feature branch with sequential or timestamp numbering
Show sync status between spec, plan, and tasks — identify stale artifacts
Documentation site for langium-zod
Systematic debugging protocol. Loads the obra/superpowers systematic-debugging SKILL.md at runtime. Enforces root-cause investigation before any fix attempt. Use when TDD hits repeated failures or any unexpected behavior surfaces during implementation.
Remove stale or merged worktrees and reclaim disk space
Create baseline documentation for the project, establishing context for all future specs.
Remove stale or merged worktrees and reclaim disk space
Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Apply typography, color theory, spacing systems, and iconography principles to create cohesive visual designs. Use when establishing design tokens, building style guides, or improving visual hierarchy and consistency.
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.
Vitest testing framework patterns and best practices. Use when writing unit tests, integration tests, configuring vitest.config, mocking with vi.mock/vi.fn, using snapshots, or setting up test coverage. Triggers on describe, it, expect, vi.mock, vi.fn, beforeEach, afterEach, vitest.
Documentation site for zod-to-form (Docusaurus 3 + TypeDoc) Use when: Building a custom codegen pipeline that assembles `FormField[]` and needs the....
Vite plugin for zod-to-form — transforms ?z2f imports into generated form components and optionally replaces <ZodForm> JSX call sites with generated components at build time Use when: You want `import SignupForm from './signup.schema?z2f'` to Just Work in a.... Also: vite, vite-plugin, zod, zod-v4, codegen, forms, form-generation, schema-driven, react-hook-form, build-plugin, jsx-transform.
Validate and reorganize spec-kit artifacts with proper numbering and structure