npx claudepluginhub olioapps/claude-code-plugins --plugin codebase-documentationCompare `.claude/docs/codebase-schema.yaml` against actual filesystem to detect drift.
Arguments: `/codebase-documentation:document-codebase [FLAGS]`
Deep domain analysis to generate or update documentation
Re-analyze the codebase and intelligently update documentation while preserving manual customizations.
Olio Apps' Claude Code plugin marketplace - custom agents, commands, and workflows for enhanced AI-assisted development.
A Claude Code plugin marketplace providing custom agents, commands, and workflows for AI-assisted development.
Add this marketplace to your Claude Code settings to install plugins:
settings.json file in ~/.claudeextraKnownMarketplaces object:{
"extraKnownMarketplaces": {
"olio-plugins": {
"source": {
"source": "github",
"repo": "olio-apps/claude-code-plugins"
}
}
}
}
/plugin marketplace add olio-plugins
/plugin install git-actions@olio-plugins
/plugin enable git-actions@olio-plugins
/git-actions
Category: Productivity
AI-powered git workflow automation with intelligent commit messages, comprehensive PR descriptions, and thorough code reviews.
All plugins follow the standard Claude Code plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── agents/ # AI agent definitions
│ └── agent-name.md
├── commands/ # Slash commands
│ └── command-name.md
├── hooks/ # Tool execution hooks
│ └── hooks.json
└── scripts/ # Helper scripts
└── script-name.sh
This repository includes a marketplace manifest at .claude-plugin/marketplace.json that catalogs available plugins with detailed metadata including:
Detailed documentation for each plugin is available in plugins/README.md, including:
This marketplace provides production-ready plugins for enhancing your development workflow with AI-powered automation.
✓ Commands: Markdown-based slash commands with YAML frontmatter ✓ Agents: Specialized AI personas with specific capabilities ✓ Plugin Composition: Commands that invoke agents
Add to settings.json and use /plugin install (see Quick Start above)
Clone this repository and point Claude Code to it:
git clone https://github.com/your-org/claude-code-plugins.git
cd claude-code-plugins
# Use /plugin enable <plugin-name> in Claude Code
Copy a single plugin directory to your .claude/plugins/ directory
MIT License - See LICENSE file for details
Plugins are provided as-is. Feel free to fork and modify for your own use.
Author: Dustin Herboldshimer Organization: Olio Apps Created: 2025 Purpose: AI-powered development workflow automation
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Uses power tools
Uses Bash, Write, or Edit tools
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern. Optional DragonScale Memory extension adds hierarchical log folds, deterministic page addresses, embedding-based semantic tiling lint, and boundary-first autoresearch topic selection.
Complete developer workflow toolkit. Includes 34 reference skills, 34 specialized agents, and 21 slash commands covering TDD, debugging, code review, architecture, documentation, refactoring, security, testing, git workflows, API design, performance, UI/UX design, plugin development, and incident response. Full SDLC coverage with MCP integrations.