Prerequisites
Before installing Scope Rule Architects, ensure you have:Claude Code must be installed on your system. Follow the official Claude Code documentation to get started.
Installation Steps
Locate the agent files
Clone or download the Scope Rule Architects repository to access the agent files:You’ll find these agent files in the
.claude/agents/ directory:scope-rule-architect-Angular.mdscope-rule-architect-NextJS.mdscope-rule-architect-Astro.mdscope-rule-architect-React.md
Copy agents to your Claude directory
Copy the agent files you need to your local
.claude/agents/ directory:Verify installation
Verify the agents are properly installed by checking your You should see the agent files listed:
.claude/agents/ directory:scope-rule-architect-Angular.mdscope-rule-architect-NextJS.mdscope-rule-architect-Astro.mdscope-rule-architect-React.md
Optional: MCP Integration
Angular Agent
The Angular agent uses the Angular CLI MCP server for accessing Angular documentation:- Install the Angular CLI MCP server following the Angular CLI MCP documentation
- The agent will automatically use
mcp__angular-cli__search_documentationandmcp__angular-cli__get_best_practicestools
Astro Agent
The Astro agent uses the Astro Docs MCP server for accessing Astro documentation:- Install the Astro Docs MCP server following the Astro Docs MCP documentation
- The agent will automatically use
mcp__astro-docs__search_astro_docstool
