omgskills Get the Mac app
Skill

add-community-extension

@github 124k stars Updated 2026-07-28 Author match: High

Add a community extension to the Spec Kit catalog from a GitHub issue submission. USE FOR: processing extension submission issues, validating catalog entries, updating catalog.community.json and docs/community/extensions.md, creating PRs. DO NOT USE FOR: creating new extensions from scratch, or first-party extension work.

aicopilotdevelopmentengineeringprdspecspec-driven

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/github/spec-kit /tmp/spec-kit && ln -s /tmp/spec-kit/.github/skills/add-community-extension ~/.claude/skills/add-community-extension

View on GitHub

From README

Add Community Extension Process an extension submission issue and add or update it in the community catalog. When to Use A new [Extension] submission issue is filed An existing extension submits an update issue (new version, changed metadata) You need to add or update a community extension in extensions/catalog.community.json and docs/community/extensions.md Procedure Fetch the submission issue Read the GitHub issue to extract all metadata: Extension ID, name, version, description, author Repository URL, download URL, homepage, documentation, changelog License, required spec-kit version, optional tool dependencies Number of commands and hooks Tags Validate against publishing rules Check all of the following (per extensions/EXTENSION-PUBLISHING-GUIDE.md): | Check | How | |-------|-----| | Repository exists and is public | Fetch the repository URL | | extension.yml manifest present | Confirm in repo file listing | | README.md present | Confirm in repo file listing | | LICENSE file...

More skills