Add PitchDocs plugin to Plugins & Extensions#19
Add PitchDocs plugin to Plugins & Extensions#19nathanschram wants to merge 3 commits intojmanhype:mainfrom
Conversation
Review Summary by QodoAdd PitchDocs documentation generation plugin
WalkthroughsDescription• Adds PitchDocs plugin to Plugins & Extensions section • Provides documentation generation with marketing-ready outputs • Includes feature extraction, quality scoring, GEO optimization Diagramflowchart LR
A["Plugins & Extensions<br/>README.md"] -- "adds PitchDocs<br/>entry" --> B["Documentation<br/>Generation Plugin"]
B -- "produces" --> C["README, CHANGELOG,<br/>CONTRIBUTING, etc."]
C -- "with" --> D["Feature Extraction<br/>& Quality Scoring"]
File Changes1. README.md
|
Code Review by Qodo
1. Unclear install syntax
|
| - [Claude Code Plugins (jeremylongshore)](https://github.com/jeremylongshore/claude-code-plugins) - Marketplace-style repo bundling instruction-template plugins and MCP plugin packs, with install docs. | ||
| - [Multi-Agent Intelligence Marketplace](https://github.com/jmanhype/claude-code-plugins) - 19 production-grade plugins for trading, swarm intelligence, and GitHub automation built from 68+ specialized agents. Includes quantitative trading systems, DSPy research pipelines, distributed consensus protocols, and multi-agent swarm coordination; add with `/plugin marketplace add jmanhype/claude-code-plugins`. | ||
| - [Docker Claude Plugins](https://github.com/docker/claude-plugins) - Integrates Docker Desktop's MCP Toolkit as a Claude Code plugin to expose containerized MCP servers through Claude. | ||
| - [PitchDocs](https://github.com/littlebearapps/pitchdocs) - Documentation generation plugin that produces marketing-ready README, CHANGELOG, CONTRIBUTING, AI context files, and 15+ more files with evidence-based feature extraction, quality scoring, and GEO optimisation; install with `/plugin marketplace add littlebearapps/lba-plugins` then `/plugin install pitchdocs@lba-plugins`. |
There was a problem hiding this comment.
1. Unclear install syntax 🐞 Bug ✓ Correctness
README’s “How to use” section documents installs as /plugin install <owner>/<repo>, but the new PitchDocs entry uses /plugin install pitchdocs@lba-plugins. If the @marketplace form is unsupported (or just undocumented here), users will be blocked or confused by conflicting instructions.
Agent Prompt
### Issue description
The README currently documents plugin installation as `/plugin install <owner>/<repo>`, but the new PitchDocs entry uses `/plugin install pitchdocs@lba-plugins`. This makes the README inconsistent and may mislead users.
### Issue Context
If the `@marketplace` syntax is correct, the README should explicitly document it alongside the existing install form. If it’s not correct, the PitchDocs entry should be changed to match the documented install format.
### Fix Focus Areas
- README.md[5-14]
- README.md[21-21]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
Address Qodo review: - Shorten description to match repo's concise entry style - Use single-step marketplace add (consistent with repo conventions) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Addressed both Qodo review items:
|
Adds PitchDocs to the Plugins & Extensions section — a documentation generation plugin that produces marketing-ready README, CHANGELOG, CONTRIBUTING, AI context files, and 15+ more files with evidence-based feature extraction and quality scoring.\n\n100% Markdown, zero runtime dependencies, MIT licensed. Install via
/plugin marketplace add littlebearapps/lba-plugins.