Skip to content

Add token-analyzer to community catalog#2433

Merged
mnriem merged 1 commit intogithub:mainfrom
coderandhiker:add-token-analyzer
May 1, 2026
Merged

Add token-analyzer to community catalog#2433
mnriem merged 1 commit intogithub:mainfrom
coderandhiker:add-token-analyzer

Conversation

@coderandhiker
Copy link
Copy Markdown
Contributor

Extension Submission

Extension Name: Token Consumption Analyzer
Extension ID: token-analyzer
Version: 0.1.0
Author: Chris Roberts | coderandhiker
Repository: https://github.com/coderandhiker/spec-kit-token-analyzer

Description

Captures, analyzes, and compares token consumption across SDD workflows. Provides baseline/compare/report commands, optional hooks for automatic capture, and multi-provider support (Anthropic/Claude, OpenAI/Copilot, Google Gemini).

Checklist

  • Valid extension.yml manifest
  • README.md with installation and usage docs
  • LICENSE file included
  • GitHub release created (v0.1.0)
  • Extension tested on real project
  • All commands working
  • No security vulnerabilities
  • Added to extensions/catalog.community.json
  • Added to Community Extensions table in README.md

Testing

Tested on:

  • macOS 15 (arm64) with spec-kit 0.8.5.dev0
  • Project: todo-api (standard + lean presets)

Additional Notes

  • 3 commands: baseline, compare, report
  • 4 optional hooks: after_specify, after_plan, after_tasks, after_implement
  • Cross-platform scripts (bash + PowerShell)
  • Multi-provider token parsing (Claude, OpenAI, Gemini)

Extension ID: token-analyzer
Version: 0.1.0
Author: Chris Roberts | coderandhiker
Description: Captures, analyzes, and compares token consumption across SDD workflows
Repository: https://github.com/coderandhiker/spec-kit-token-analyzer
Copilot AI review requested due to automatic review settings May 1, 2026 18:33
@coderandhiker coderandhiker requested a review from mnriem as a code owner May 1, 2026 18:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the community extension Token Consumption Analyzer (token-analyzer) to Spec Kit’s community extension discovery surfaces, enabling users to find it via the published community catalog and the root README’s extensions table.

Changes:

  • Added a new token-analyzer entry to extensions/catalog.community.json (metadata, download URL, version, tags, provides/requires).
  • Added a corresponding row to the root README.md Community Extensions table.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
extensions/catalog.community.json Registers token-analyzer in the community catalog with required metadata fields (id/name/version/urls/requires/provides/tags).
README.md Adds Token Consumption Analyzer to the Community Extensions table for discoverability.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mnriem mnriem merged commit 9407406 into github:main May 1, 2026
14 of 15 checks passed
@mnriem
Copy link
Copy Markdown
Collaborator

mnriem commented May 1, 2026

Thank you! Very cool to see those numbers. Love the lean preset comparison!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants