
Description
Manage Spec Kit presets via `specify preset`. USE FOR: installing/removing presets, searching the preset catalog, showing preset info, resolving which template a preset name maps to, enabling/disabling presets, setting preset resolution priority, managing preset catalogs. DO NOT USE FOR: extensions (use speckit-extension), bundles (use speckit-bundle), or workflows (use speckit-workflow).
SKILL.md
Spec Kit — presets
Manage spec-kit presets with the Specify CLI specify preset command group.
Presets bundle templates/configuration for a particular domain or workflow.
Prerequisite: needs the
specifyCLI. Ifspecify --versionfails, install it with the speckit-cli-setup skill first.
When to use
- Find, install, or remove a preset.
- Check which template a preset name resolves to.
- Enable/disable a preset or adjust its resolution priority.
How to invoke
# Discover
specify preset list
specify preset search <query>
specify preset info <id>
specify preset resolve <name> # show which template a name resolves to
# Install
specify preset add <id>
specify preset add --from <url> # install from a ZIP URL
specify preset add --dev <path> # install from a local directory
specify preset add <id> --priority <n> # lower number = higher precedence
# Lifecycle
specify preset enable <id>
specify preset disable <id>
specify preset set-priority <id> <n>
specify preset remove <id>
# Catalogs (sources presets are resolved from)
specify preset catalog list
specify preset catalog add <url>
specify preset catalog remove <name>
Notes
- Resolution priority: lower number = higher precedence (default
10). - A preset can also be installed at project creation:
specify init <name> --preset <id>(see the speckit-init skill). - Use
specify preset resolveto debug unexpected template resolution. - Unlike extensions/bundles,
specify preset adddoes not scaffold skills — a preset overrides the templates used to generate command content and is applied at init time./skills reloadonly matters if a regeneration actually changesSKILL.mdfiles under.github/skills/.
More skills from the spec-kit-copilot repository
View all 9 skillsspeckit-bundle
manage Spec Kit bundles
Jul 24AutomationGitHubPlugin Developmentspeckit-check
diagnose Spec Kit environment configuration
Jul 24CLIDebuggingEngineeringGitHubspeckit-cli-setup
install and configure Spec Kit CLI
Jul 24CLIEngineeringGitHubspeckit-extension
manage Spec Kit extensions
Jul 24CLIEngineeringGitHubspeckit-init
scaffold Spec Kit projects for Copilot
Jul 24CLICopilotEngineeringGitHubspeckit-self
update Spec Kit CLI
Jul 24CLIEngineeringGitHub
More from GitHub
View publisherqdrant-horizontal-scaling
guide Qdrant horizontal scaling decisions
awesome-copilot
Apr 18AI InfrastructureArchitectureCapacity PlanningDatabase +1qdrant-indexing-performance-optimization
optimize Qdrant indexing performance
awesome-copilot
Apr 18Data EngineeringDatabaseETLPerformance +1qdrant-memory-usage-optimization
optimize Qdrant memory usage
awesome-copilot
Apr 18Cost OptimizationDatabaseObservabilityPerformance +1qdrant-minimize-latency
minimize Qdrant query latency
awesome-copilot
Apr 18ArchitectureDatabasePerformanceQdrant +1qdrant-monitoring-debugging
debug Qdrant production issues with metrics
awesome-copilot
Apr 18DebuggingMonitoringObservabilityPerformance +1qdrant-monitoring-setup
set up Qdrant monitoring and alerting
awesome-copilot
Apr 18AI InfrastructureMonitoringObservabilityQdrant +1