Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A list of Claude Code plugins, MCP servers, editor integrations, and learning re

| Metric | Value |
|--------|------|
| Plugins listed | 4 |
| Plugins listed | 5 |
| MCP servers | 5 |
| Editor integrations | 6 |
| Learning resources | 5 |
Expand All @@ -30,6 +30,7 @@ A list of Claude Code plugins, MCP servers, editor integrations, and learning re
| [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. |

Copilot AI Mar 30, 2026

Copy link

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!


## MCP Servers

Expand Down
Loading