LBA Plugins
Claude Code plugin marketplace from Little Bear Apps
Plugins · Install · Highlights · About
| Plugin | What It Does | Version | Links |
|---|---|---|---|
| PitchDocs | READMEs that sell, changelogs, roadmaps, user guides, and docs suite auditing — 16 skills, 15 commands | v2.0.0 | Repo |
| ContextDocs | Your AI agent maintains its own context files — CLAUDE.md, AGENTS.md, and 5 more, always fresh, always lean | v1.2.0 | Repo |
Claude Code plugins extend Claude's capabilities with domain-specific skills, slash commands, and automated agents. They're pure Markdown — no runtime dependencies, no build steps. Install a plugin and its skills are available in every session.
Marketplaces like this one let you discover and install plugins with a single command. Each plugin listed here is open-source and independently versioned.
# Add this marketplace (once)
/plugin marketplace add littlebearapps/lba-plugins
# Install a plugin
/plugin install pitchdocs@lba-plugins
/plugin install contextdocs@lba-plugins# Pull the latest plugin versions
/plugin marketplace update lba-pluginsGenerate and maintain public-facing repository documentation with a marketing edge.
/pitchdocs:readme # Generate a benefit-driven README
/pitchdocs:changelog # Changelog from git history in user language
/pitchdocs:docs-audit # Audit your full documentation suite
/pitchdocs:features benefits # Extract features and translate to user benefits
See the full command list in the PitchDocs README.
Keep AI context files fresh and consistent across tools.
/contextdocs:ai-context # Generate context files for your project
/contextdocs:ai-context audit # Check context file health and freshness
/contextdocs:context-guard # Install hooks that warn on stale context
/contextdocs:context-verify # Score context file quality (0–100)
See the full command list in the ContextDocs README.
Little Bear Apps builds microtools — small, focused utilities that do one thing well. These plugins follow the same philosophy: each solves a specific documentation or developer-experience problem without bloat.
This marketplace catalogue is released under the MIT Licence. Each plugin is independently licensed — see PitchDocs licence and ContextDocs licence.
