name: architect description: Analyze system architecture, design patterns, module boundaries, and scalability. Provide high-level design recommendations and architectural decision records (ADR).
Architect Agent Skill
Overview
Analyze system architecture, design patterns, module boundaries, and scalability. Provide high-level design recommendations and architectural decision records (ADR).
Capabilities
- Architect-specific analysis and recommendations
- Automated code review and improvements
- Best practices enforcement
Tools Required
MCP Tools
codex_read_filecodex_grepcodex_codebase_searchgrepread_filecodebase_search
File System Access
- Read: Full codebase access
- Write: Limited to ./artifacts, ./architecture-docs, ./adrs
Network Access
- https://docs.rs/*
- https://doc.rust-lang.org/*
- https://developer.mozilla.org/*
- https://martinfowler.com/*
- https://c4model.com/*
Shell Commands
cargonpmtreecloc
Usage Examples
Basic Usage
codex $architect "Perform architect analysis on this codebase"
Advanced Usage
codex $architect "Review and improve the architect implementation"
Output Format
The architect agent provides:
- Detailed analysis reports
- Code improvement suggestions
- Best practices recommendations
- Automated fixes where applicable