一键导入
using-arxitect
Bootstrap skill that teaches how to discover and use Arxitect's architecture enforcement skills. Loaded automatically on session start.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bootstrap skill that teaches how to discover and use Arxitect's architecture enforcement skills. Loaded automatically on session start.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Runs all three architecture reviewers (Object Oriented Design, Clean Architecture, and API Design Reviewers).
Orchestrates an architecture-enforced implementation feedback loop. Implements code, then runs Object Oriented Design, Clean Architecture, and API Design reviews, iterating until all reviewers approve or the safety valve triggers. Use when implementing code that should meet design quality standards.
Reviews code for API design quality including naming conventions, self-documenting interfaces, method signatures, parameter design, type safety, and REST endpoint design. Use when evaluating the usability and readability of public interfaces, class APIs, or REST endpoints.
Reviews code for clean architecture compliance including component cohesion principles (REP, CRP, CCP), component coupling principles (ADP, SDP, SAP), and quality attributes (maintainability, extensibility, testability). Use when evaluating architectural soundness of new or modified code.
Reviews code for object-oriented design quality including SOLID principles, DRY violations, composition and inheritance choices, and Gang of Four design pattern applicability. Use when evaluating object oriented design of new or modified code.
| name | using-arxitect |
| description | Bootstrap skill that teaches how to discover and use Arxitect's architecture enforcement skills. Loaded automatically on session start. |
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.