Skip to content

Commit 6288dea

Browse files
github-actions[bot]Copilotmnriem
authored
[extension] Add Analytics extension to community catalog (#3296)
* Add Analytics extension to community catalog Add analytics extension submitted by @Huljo to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3288 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix empty changelog field for analytics extension Set the analytics extension changelog to the GitHub releases page instead of an empty string, which the catalog treats as a URI when present and can fail schema validation and downstream tooling. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com>
1 parent 5b682b2 commit 6288dea

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following community-contributed extensions are available in [`catalog.commun
2828
| Agent Assign | Assign specialized Claude Code agents to spec-kit tasks for targeted execution | `process` | Read+Write | [spec-kit-agent-assign](https://github.com/xymelon/spec-kit-agent-assign) |
2929
| Agent Governance | Generate agent-platform repository governance files from Spec Kit metadata | `process` | Read+Write | [spec-kit-agent-governance](https://github.com/bigsmartben/spec-kit-agent-governance) |
3030
| AI-Driven Engineering (AIDE) | A structured 7-step workflow for building new projects from scratch with AI assistants — from vision through implementation | `process` | Read+Write | [aide](https://github.com/mnriem/spec-kit-extensions/tree/main/aide) |
31+
| Analytics | Measure what your AI builds, and how much time it saves you | `visibility` | Read+Write | [spec-kit-analytics](https://github.com/Fyloss/spec-kit-analytics) |
3132
| API Evolve | Managed API contract evolution — breaking-change detection, semver enforcement, deprecation orchestration, and lifecycle gates across REST, GraphQL, and gRPC | `process` | Read+Write | [spec-kit-api-evolve](https://github.com/Quratulain-bilal/spec-kit-api-evolve) |
3233
| Architect Impact Previewer | Predicts architectural impact, complexity, and risks of proposed changes before implementation. | `visibility` | Read-only | [spec-kit-architect-preview](https://github.com/UmmeHabiba1312/spec-kit-architect-preview) |
3334
| Architecture Guard | Framework-agnostic architecture review extension for validating implementation against governance and architecture constitutions, detecting architectural drift, and generating non-blocking refactor tasks | `process` | Read+Write | [spec-kit-architecture-guard](https://github.com/DyanGalih/spec-kit-architecture-guard) |

extensions/catalog.community.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-06-30T00:00:00Z",
3+
"updated_at": "2026-07-01T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -145,6 +145,40 @@
145145
"created_at": "2026-05-04T00:00:00Z",
146146
"updated_at": "2026-05-04T00:00:00Z"
147147
},
148+
"analytics": {
149+
"name": "Analytics",
150+
"id": "analytics",
151+
"description": "Measure what your AI builds, and how much time it saves you",
152+
"author": "Fyloss",
153+
"version": "0.1.0",
154+
"download_url": "https://github.com/Fyloss/spec-kit-analytics/archive/refs/tags/v0.1.0.zip",
155+
"repository": "https://github.com/Fyloss/spec-kit-analytics",
156+
"homepage": "https://github.com/Fyloss/spec-kit-analytics",
157+
"documentation": "https://github.com/Fyloss/spec-kit-analytics/tree/main/doc",
158+
"changelog": "https://github.com/Fyloss/spec-kit-analytics/releases",
159+
"license": "MIT",
160+
"category": "visibility",
161+
"effect": "read-write",
162+
"requires": {
163+
"speckit_version": ">=0.10.0"
164+
},
165+
"provides": {
166+
"commands": 2,
167+
"hooks": 16
168+
},
169+
"tags": [
170+
"analytics",
171+
"productivity",
172+
"metrics",
173+
"benchmarking",
174+
"tracking"
175+
],
176+
"verified": false,
177+
"downloads": 0,
178+
"stars": 0,
179+
"created_at": "2026-07-01T00:00:00Z",
180+
"updated_at": "2026-07-01T00:00:00Z"
181+
},
148182
"api-evolve": {
149183
"name": "API Evolve",
150184
"id": "api-evolve",

0 commit comments

Comments
 (0)