By olioapps
Meta-skill plugin that generates /atlas skills for any repository, providing AI-optimized codebase navigation plus optional workflow commands for spec-driven development.
npx claudepluginhub olioapps/claude-code-plugins --plugin cartographerArguments: `/cartographer:capture [TYPE] [DESCRIPTION]`
Arguments: `/cartographer:chart [OPTIONS] [CONTEXT]`
Deep domain analysis to enrich atlas references
Arguments: `/cartographer:health [OPTIONS]`
Incrementally update atlas with auto-migration support
Quick keyword to path lookup using atlas
Arguments: `/cartographer:embed [OPTIONS]`
Display Cartographer usage guide and workflow documentation
Execute spec with atlas pattern guidance (auto-creates implementation branch)
Create implementation spec with atlas context
Review implementation against spec and patterns (outputs JSON for iteration)
Add minimal atlas awareness to CLAUDE.md (for human readers)
Expert at detecting atlas drift by validating paths, file counts, and identifying orphan directories
Analyzes import graphs to detect domain boundaries, coupling patterns, and layering violations
Scans code for codebase-specific anti-patterns documented in schema.yaml
Validates architectural boundaries using layers section from schema.yaml
Validates atlas document structure, format, and reference integrity
Validates file naming and locations against schema.yaml conventions
Validates code changes against documented patterns in schema.yaml, using atlas as authoritative voice
Expert at exploring codebases to detect project type, map domains, and extract patterns for atlas generation
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
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams