From arxitect
Instructs on invoking Arxitect skills to enforce object-oriented design, clean architecture, and API principles during code implementation and reviews.
How this skill is triggered — by the user, by Claude, or both
Slash command
/arxitect:using-arxitectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have Arxitect loaded. Arxitect enforces best-practice software design
You have Arxitect loaded. Arxitect enforces best-practice software design principles through an agentic architecture feedback loop. Four agents collaborate to produce well-designed code:
Use the Skill tool to load these skills when applicable:
| Skill | When to Use |
|---|---|
arxitect:architect | Implementing code with architecture enforcement. Runs the full implement → review → iterate loop. |
arxitect:architecture-review | Run all three reviewers in parallel against existing code. No implementation, comprehensive review only. |
arxitect:oo-design-review | Standalone object oriented design review. No implementation, review only. |
arxitect:clean-architecture-review | Standalone architecture review. No implementation, review only. |
arxitect:api-design-review | Standalone API design review. No implementation, review only. |
Invoke arxitect:architect before writing code when ANY of these
apply:
Invoke arxitect:architecture-review when:
This runs all three reviewers in parallel and produces a combined report.
Invoke the individual review skills (oo-design-review,
clean-architecture-review, api-design-review) when:
Skill: arxitect:architect
Args: <the user's implementation request>
Always load the full skill before taking action. Never attempt to replicate skill behavior from memory alone. The skills contain detailed reference materials and structured processes that cannot be reliably recalled.
If you are about to write code and any of the conditions above apply, you MUST invoke the architect or architecture review. The user chose to install Arxitect because they care about their code quality. Respect that choice by using it.
npx claudepluginhub andonimichael/arxitect --plugin arxitectOrchestrates iterative code implementation with Object Oriented Design, Clean Architecture, and API Design reviews until all approve or safety valve triggers. Use for enforcing high design standards.
Enforces architectural rules (layer responsibilities, dependency direction, structure) when generating or reviewing code. Supports clean/hexagonal/onion/monolith architectures via loaded rule sets.
Evaluates system-level architecture for coupling, cohesion, SOLID principles, API design, scalability, and technical debt. Use when reviewing ADRs, assessing existing systems, or evaluating readiness for scale-up.