Skip to content
Closed
Changes from all commits
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 |
| [aSPARK](https://github.com/a-lottes/aSPARK) | a-lottes | Gated agile delivery process with a full AI product team (PO, Designer, EM, Reviewer, QA, Release) and real-browser QA gates |

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Informational

1. Overlong table description 🐞 Bug ⚙ Maintainability

The newly added aSPARK row uses a much more verbose description than surrounding entries and omits a
trailing period, reducing scanability and conflicting with the repo’s contribution guidance for
short/simple descriptions ending with a period.
Agent Prompt
### Issue description
The new `aSPARK` entry’s description is substantially longer than neighboring rows and does not end with a period, which hurts consistency and readability of the table.

### Issue Context
`contributing.md` asks to keep descriptions short/simple and end them with a period. While the README uses a table (not the exact `[Title](link) - Description.` layout), the description-length and punctuation guidance still applies for consistency.

### Fix Focus Areas
- README.md[33-33]

### Suggested change (example)
Replace the current description with a concise one that ends in a period, e.g.:
- `Gated agile delivery process with an AI product team and QA gates.`

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


## MCP Servers

Expand Down