Skip to content

Add claude-token-analyzer#31

Open
li195111 wants to merge 3 commits intojmanhype:mainfrom
li195111:add-claude-token-analyzer
Open

Add claude-token-analyzer#31
li195111 wants to merge 3 commits intojmanhype:mainfrom
li195111:add-claude-token-analyzer

Conversation

@li195111
Copy link
Copy Markdown

New Plugin: claude-token-analyzer

Diagnoses token waste in Claude Code sessions with 6 anomaly types, cost audit, and trend forecasting.

  • Install: claude plugin install claude-token-analyzer
  • Fully local -- parses ~/.claude JSONL files into SQLite, nothing leaves your machine
  • MIT licensed

GitHub: https://github.com/li195111/claude-token-analyzer

Copilot AI review requested due to automatic review settings March 30, 2026 03:23
@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Add claude-token-analyzer plugin to registry

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Add claude-token-analyzer plugin to registry
• Update plugin count from 4 to 5
• Include token analysis and cost audit capabilities
Diagram
flowchart LR
  README["README.md"] -- "Add plugin entry" --> Registry["Plugin Registry"]
  Registry -- "Update count" --> Metrics["Metrics: 4→5"]
Loading

Grey Divider

File Changes

1. README.md ✨ Enhancement +2/-1

Add claude-token-analyzer plugin entry

• Added claude-token-analyzer plugin entry to the plugins table
• Updated plugin count metric from 4 to 5
• Included plugin description highlighting token waste diagnosis, anomaly detection, cost audit, and
 trend forecasting features

README.md


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review bot commented Mar 30, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider


Advisory comments

1. Stale update timestamp🐞 Bug ⚙ Maintainability
Description
The PR adds a new plugin entry but leaves the README "Last updated" field unchanged, making the
status metadata inaccurate relative to the list contents.
Code

README.md[33]

+| [claude-token-analyzer](https://github.com/li195111/claude-token-analyzer) | li195111 | Diagnoses token waste in Claude Code sessions: 6 anomaly types, cost audit, trend forecasting. Fully local, plugin-native. |
Evidence
README.md includes a "Last updated" status field, which still reads "2025-Q2" after this PR adds a
new plugin row; this makes the freshness indicator inconsistent with the updated list.

README.md[7-34]
README.md[25-34]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
README.md's Status table contains a `Last updated` field that still shows an older value after adding a new plugin entry, which makes the status metadata inconsistent with the document contents.
## Issue Context
This PR updates the plugin list, so the "Last updated" indicator should be updated accordingly (or removed if you don't intend to maintain it).
## Fix Focus Areas
- README.md[7-13]
- README.md[25-34]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

Copy link
Copy Markdown

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 claude-token-analyzer plugin to the Awesome Claude Code listing.

Changes:

  • Update the “Plugins listed” metric from 4 → 5
  • Add a new plugin entry for claude-token-analyzer with repo link, maintainer, and description

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

README.md Outdated
| [Claude Code Plugins](https://github.com/jeremylongshore/claude-code-plugins) | jeremylongshore | Instruction-template plugins and MCP plugin packs |
| [Multi-Agent Intelligence Marketplace](https://github.com/jmanhype/claude-code-plugins) | jmanhype | 19 plugins for trading, swarm intelligence, GitHub automation |
| [Docker Claude Plugins](https://github.com/docker/claude-plugins) | Docker | Exposes containerized MCP servers via Docker Desktop |
| [claude-token-analyzer](https://github.com/li195111/claude-token-analyzer) | li195111 | Diagnoses token waste in Claude Code sessions: 6 anomaly types, cost audit, trend forecasting. Fully local, plugin-native. |
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

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

In the Plugins table, other entries use a human-friendly product name as the link text (e.g., "Claude Code Commands Marketplace", "Docker Claude Plugins") and their descriptions don’t end with a trailing period. Consider changing the link text to a title-cased name (e.g., "Claude Token Analyzer") and removing the final period to match the established table style.

Suggested change
| [claude-token-analyzer](https://github.com/li195111/claude-token-analyzer) | li195111 | Diagnoses token waste in Claude Code sessions: 6 anomaly types, cost audit, trend forecasting. Fully local, plugin-native. |
| [Claude Token Analyzer](https://github.com/li195111/claude-token-analyzer) | li195111 | Diagnoses token waste in Claude Code sessions: 6 anomaly types, cost audit, trend forecasting. Fully local, plugin-native |

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Fixed — updated to title case and removed trailing period. Thanks for the review!

@li195111
Copy link
Copy Markdown
Author

Updated 'Last updated' field from 2025-Q2 to 2026-Q1 as noted by the code review.

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.

2 participants