GitHub - littlebearapps/lba-plugins: Claude Code plugin marketplace for Little Bear Apps

Little Bear Apps

LBA Plugins
Claude Code plugin marketplace from Little Bear Apps

Claude Code Marketplace MIT Licence Little Bear Apps

Plugins ยท Install ยท Highlights ยท About


๐Ÿ”Œ Available Plugins

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

๐Ÿ’ก What Are Claude Code Plugins?

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.

โšก Installation

# Add this marketplace (once)
/plugin marketplace add littlebearapps/lba-plugins

# Install a plugin
/plugin install pitchdocs@lba-plugins
/plugin install contextdocs@lba-plugins

Updating

# Pull the latest plugin versions
/plugin marketplace update lba-plugins

๐ŸŽฏ Plugin Highlights

PitchDocs

Generate 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.

ContextDocs

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.

๐Ÿป About

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.

๐Ÿ“„ Licence

This marketplace catalogue is released under the MIT Licence. Each plugin is independently licensed โ€” see PitchDocs licence and ContextDocs licence.