Update architecture and README for Claude Code plugins and skills#68
Update architecture and README for Claude Code plugins and skills#68hoangsonww merged 3 commits intomasterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates project documentation to reflect the Claude Code plugins/skills “agent extension layer” alongside the existing dashboard + MCP server architecture.
Changes:
- Update README badges and overview text to mention Claude Code Plugins & Skills and the agent extension layer.
- Update ARCHITECTURE badges and opening summary to include Claude Code plugins & skills.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Adds Claude Code Plugins & Skills badge and expands the overview to mention MCP + agent extension layer capabilities. |
| ARCHITECTURE.md | Updates the opening description and badges to include Claude Code plugins & skills. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|  | ||
|  |
There was a problem hiding this comment.
The Shields.io URL .../badge/Claude_Code-orange... likely renders a badge with message text orange (since with only two segments Shields treats it as label-message, not label-color). If the intent is an orange badge with no message/version, use the empty-message form (double hyphen) or keep an explicit message segment (e.g., version) and a separate -orange color segment.
|  | ||
|  |
There was a problem hiding this comment.
Same Shields.io formatting issue as in README: .../badge/Claude_Code-orange... will likely display orange as the badge message rather than setting the color to orange. Consider using the empty-message syntax (label--color) or providing an explicit message and color segment.
…notifications section
There was a problem hiding this comment.
Code Review
This pull request updates the documentation in ARCHITECTURE.md and README.md to include information about Claude Code plugins, skills, and the local MCP server implementation. The review feedback focuses on technical corrections for badge URLs, specifically URL-encoding special characters and ensuring logo consistency, as well as improving the clarity and flow of the newly added descriptive text.
|
|
||
|  | ||
|  | ||
|  |
There was a problem hiding this comment.
The & character in the badge URL should be URL-encoded as %26 to ensure it is correctly parsed by the badge service and does not interfere with query parameters. Additionally, using the claude logo instead of anthropic would be more consistent with the main Claude Code badge above.
|  | |
|  |
|
|
||
|  | ||
|  | ||
|  |
There was a problem hiding this comment.
The & character in the badge URL should be URL-encoded as %26 to ensure it is correctly parsed by the badge service and does not interfere with query parameters. Additionally, using the claude logo instead of anthropic would be more consistent with the main Claude Code badge above.
|  | |
|  |
| style D fill:#10b981,stroke:#34d399,color:#fff | ||
| ``` | ||
|
|
||
| In addition to the real-time monitoring dashboard, it also includes a local MCP server implementation in `mcp/` that exposes a catalog of tools for introspecting and managing the dashboard itself, making it easy to integrate dashboard operations directly into your Claude Code workflows. There is also an agent extension layer, which provides Claude Code plugins, skills, and subagents for dashboard interaction, analytics, and workflow intelligence. |
There was a problem hiding this comment.
The phrasing 'In addition to the real-time monitoring dashboard, it also includes...' is slightly redundant and ambiguous, as 'it' refers back to the dashboard mentioned in the same sentence. A more direct phrasing would improve clarity.
| In addition to the real-time monitoring dashboard, it also includes a local MCP server implementation in `mcp/` that exposes a catalog of tools for introspecting and managing the dashboard itself, making it easy to integrate dashboard operations directly into your Claude Code workflows. There is also an agent extension layer, which provides Claude Code plugins, skills, and subagents for dashboard interaction, analytics, and workflow intelligence. | |
| Beyond real-time monitoring, the platform includes a local MCP server implementation in mcp/ that exposes a catalog of tools for introspecting and managing the dashboard itself, facilitating direct integration of dashboard operations into your Claude Code workflows. It also features an agent extension layer providing plugins, skills, and subagents for dashboard interaction, analytics, and workflow intelligence. |
This pull request updates documentation to reflect new features and integrations related to Claude Code plugins and skills. The most important changes are:
Documentation Updates:
ARCHITECTURE.mdand updated the technology badges to include Claude Code Plugins & Skills.README.mdto include badges for Claude Code Plugins & Skills and expanded the description to mention the agent extension layer, which provides plugins, skills, and subagents for dashboard interaction and workflow intelligence. [1] [2]