npx claudepluginhub aucun6352/project-cheat-sheet --plugin design-architectureA project cheat sheet repository for Claude Code.
Claude Code Plugin Repository for AI-Friendly Development
The goal is not just to create good plugins, but to make development itself AI-friendly.
Each plugin maximizes synergy with Claude Code to provide a more efficient AI-based development experience.
/plugin marketplace add aucun6352/project-cheat-sheet
# Install entire marketplace
/plugin install project-cheat-sheet
# Or install individual plugins
/plugin install creator-suite
/plugin install java-design-patterns
/plugin install designing-hexagonal-architecture
Automatically creates tools that help Claude better automate tasks.
/create-agent - Automatic Agent generation/create-command - Automatic Command generation/create-skill - Automatic Skill generation/project-tooling - Project analysis and customized tool recommendationsJava Design Patterns Cheat Sheet
Provides design patterns and best practices required for Java development.
Hexagonal Architecture Design Guide
Provides a hexagonal architecture design guide that reduces coupling between modules, thereby reducing the context AI needs to understand. More efficient development is possible when used with Claude Code.
If you would like to contribute to the project, please refer to CONTRIBUTE.md.
Using Creator Suite for plugin contributions is recommended:
MIT License
gglee
Version: 0.1.0
Editorial "Architecture & Design" bundle for Claude Code from Antigravity Awesome Skills.
Share bugs, ideas, or general feedback.
Use this agent when you need to design scalable architecture and folder structures for new features or projects. Examples include: when starting a new feature module, refactoring existing code organization, planning microservice boundaries, designing component hierarchies, or establishing project structure conventions. For example: user: 'I need to add a user authentication system to my app' -> assistant: 'I'll use the code-architect agent to design the architecture and folder structure for your authentication system' -> <uses agent>. Another example: user: 'How should I organize my e-commerce product catalog feature?' -> assistant: 'Let me use the code-architect agent to design a scalable structure for your product catalog' -> <uses agent>.
仕様書・要件定義からソフトウェアアーキテクチャを設計するスキル。5人の専門エージェントが協議しながらモジュール分割・依存関係・データフロー・インターフェース設計を行う。10案を比較・選定し、構造化された設計書を出力する。
Analyze codebase architecture using first-principles thinking. Understand structure and design decisions.
Three-phase design review producing an ADR: Architect → Refiner → Critique → Interactive Review. Run /arc-review after to produce the ADR. Run /arc-prd to add architecture section to a PRD.
Agents specialized in system architecture and solution design. Focuses on scalability, design patterns, and architectural decisions.