Custom Spec Kit extensions for Apro projects.
| Extension | Description | Version |
|---|---|---|
| ci-ship | Run E2E tests, commit, push to PR, and monitor CI | 1.0.0 |
# Set the catalogue URL (add to your shell profile)
export SPECKIT_CATALOG_URL="https://raw.githubusercontent.com/aproorg/speckit-extensions/main/catalog.json"
# Search and install
specify extension search
specify extension add ci-shipspecify extension add --from https://github.com/aproorg/speckit-extensions/archive/refs/heads/main.zipgit clone git@github.com:aproorg/speckit-extensions.git
specify extension add --dev ./speckit-extensions/extensions/ci-ship- Create your extension in
extensions/<name>/ - Follow the Extension Development Guide
- Add an entry to
catalog.json - Open a PR