arkhe-claude-plugins
Supercharge Claude Code with 109 specialized components — 22 agents, 32 commands, 55 skills across 13 modular plugins. Deep reasoning, autonomous dev loops, DDD architecture, design system enforcement, git automation, and more.
Arkhe Claude Plugins
Supercharge Claude Code with 109 specialized components — from deep reasoning and autonomous dev loops to
DDD architecture, design system enforcement, and git workflow automation. 22 agents, 32 commands, 55 skills across 13 modular plugins.
Quick Start · Browse Plugins · Developer Docs · Report Bug
:electric_plug: Available Plugins
| Plugin | Description | Key Components | Docs |
|---|---|---|---|
| 🧠 Core | 6-phase SDLC pipeline with multi-agent orchestration and deep research. | deep-think-partner, deep-researcher, /develop, /research |
View |
| 🤖 AI | AI engineering toolkit for production LLM apps, RAG, and prompt optimization. | ai-engineer, prompt-engineer, lyra, /improve-agent |
View |
| 📝 Doc | Documentation generation with diagrams, ADRs, RFCs, and Johnny.Decimal management. | rfc-critic, adr-critic, doc-coauthoring, /diagram, /rfc |
View |
| 🔍 Review | Code quality, security, and design reviews with pragmatic standards. | pragmatic-code-review, design-review, false-positive-verifier |
View |
| 🧵 Stitch | Atomic UI prompt authoring and MCP-powered Google Stitch screen generation. | /prompt, /stitch-generate, generating-stitch-screens |
View |
| 🔀 Git | Workflow automation with smart commits, PRs, changelogs, and Dependabot triage. | /commit, /create-pr, /changelog, dependabot-review |
View |
| 📐 Design Intent | Visual React prototyping from Figma/mockups with persistent pattern memory. | design-intent-specialist, /design-intent, /save-patterns |
View |
| 💻 Lang | Production-grade language-specific skills (Bash/Shell). | scripting-bash, POSIX compliance, ShellCheck |
View |
| 🎭 Playwright | Browser automation via Playwright CLI for testing and screenshots. | playwright-cli, /playwright-setup |
View |
| 🍃 Spring Boot | DDD with Spring Boot 4, Modulith 2.0, Security 7, and OpenTelemetry. | 10 skills: DDD, data, web-api, modulith, security, observability, testing, flyway | View |
| 🔄 Ralph | Autonomous development loop with fresh context, task sets, and memory system. | ralph-agent, /ralph, /create-prd, Hat-lite system |
View |
| 🗺️ Roadmap | Product management, roadmap analysis, and solution architecture. | product-manager, system-architect, roadmap-analyst |
View |
| 🔧 Devtools | Developer tooling: SOPS encryption, Claude Code environment setup, quality stack. | sops-setup, code-env-setup, quality-stack |
View |
:rocket: Quick Start
1. Add the Marketplace
Option A: Install directly from GitHub (recommended)
/plugin marketplace add joaquimscosta/arkhe-claude-plugins
Option B: Clone and install locally
git clone https://github.com/joaquimscosta/arkhe-claude-plugins.git
/plugin marketplace add ./arkhe-claude-plugins
2. Install Plugins
You can install all plugins at once:
/plugin install core@arkhe-claude-plugins
/plugin install ai@arkhe-claude-plugins
/plugin install doc@arkhe-claude-plugins
/plugin install review@arkhe-claude-plugins
/plugin install design-intent@arkhe-claude-plugins
/plugin install git@arkhe-claude-plugins
/plugin install google-stitch@arkhe-claude-plugins
/plugin install lang@arkhe-claude-plugins
/plugin install playwright@arkhe-claude-plugins
/plugin install spring-boot@arkhe-claude-plugins
/plugin install ralph@arkhe-claude-plugins
/plugin install roadmap@arkhe-claude-plugins
/plugin install devtools@arkhe-claude-plugins
Or install selectively based on your needs.
3. Usage
After installation, run /reload-plugins and use:
- Agents: Type
/agentsto see and select available agents. - Commands: Type
/helpto see all available commands. - Skills: Skills are automatically invoked when Claude detects relevant tasks.
:compass: Recommendations & Namespacing
Recommended Plugin Stacks
Start with core + git — they provide the SDLC pipeline, deep reasoning, commit/PR automation, and changelog generation that benefit every workflow.
Then add plugins for your focus area:
| Focus | Add These | You Get |
|---|---|---|
| Frontend/UI | design-intent, playwright |
Figma-to-React prototyping, pattern memory, browser testing |
| Backend (Java) | spring-boot |
DDD, Spring Modulith, Security 7, observability, Flyway |
| AI/LLM Apps | ai |
RAG systems, prompt optimization, multi-agent coordination |
| Code Quality | review |
Pragmatic code review, security audits, design review |
| Documentation | doc |
Diagrams, ADRs, Johnny.Decimal, co-authored docs |
| Product/Planning | roadmap |
User stories, scope assessment, architecture design |
| Shell/DevOps | lang |
Production Bash scripting, POSIX compliance |
| Google Stitch | google-stitch |
Atomic UI prompts, MCP-powered screen generation |
Namespacing
If multiple plugins provide commands with similar names, use namespaced invocation:
# Direct invocation
/commit
# Namespaced invocation (to avoid conflicts)
/git:commit
/design-intent:design-intent
:books: Developer Documentation
Click to expand Developer ResourcesSkills Development
- Skills Guide — Creating and managing Agent Skills
- Skill Development Best Practices — Real-world lessons and token optimization
- Anthropic Skills Repository — Reference implementations
Plugin & Agent Development
- Plugins Guide — Plugin system documentation
- Subagents Guide — Agent configuration and usage
- Best Practices — Official Claude Code best practices
Reference
- Claude Code Guide — Curated practitioner's guide
arkhe-claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/ # All 13 plugins
│ ├── core/ # 1. Quality control & orchestration
│ ├── ai/ # 2. AI engineering toolkit
│ ├── doc/ # 3. Documentation toolkit
│ ├── review/ # 4. Code review tools
│ ├── google-stitch/ # 5. Google Stitch prompting
│ ├── git/ # 6. Git workflow automation
│ ├── design-intent/ # 7. Design Intent for UI development
│ ├── lang/ # 8. Language-specific skills
│ ├── playwright/ # 9. Browser automation via Playwright CLI
│ ├── spring-boot/ # 10. Domain-Driven Design with Spring Boot 4
│ ├── ralph/ # 11. Autonomous development loop
│ ├── roadmap/ # 12. Product management & architecture
│ └── devtools/ # 13. Developer tooling & environment setup
├── docs/ # Developer documentation
├── templates/ # Plugin templates
├── assets/ # Project assets
├── README.md
├── INSTALLATION.md
└── CLAUDE.md
:warning: License
This project is licensed under the MIT License - see the LICENSE file for details.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found