Skip to main content

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

1

Locate the agent files

Clone or download the Scope Rule Architects repository to access the agent files:
git clone https://github.com/Gentleman-Programming/gentleman-architecture-agents.git
cd gentleman-architecture-agents
You’ll find these agent files in the .claude/agents/ directory:
  • scope-rule-architect-Angular.md
  • scope-rule-architect-NextJS.md
  • scope-rule-architect-Astro.md
  • scope-rule-architect-React.md
2

Copy agents to your Claude directory

Copy the agent files you need to your local .claude/agents/ directory:
# Copy all agents
cp .claude/agents/scope-rule-architect-*.md ~/.claude/agents/

# Or copy specific agents
cp .claude/agents/scope-rule-architect-Angular.md ~/.claude/agents/
cp .claude/agents/scope-rule-architect-NextJS.md ~/.claude/agents/
3

Verify installation

Verify the agents are properly installed by checking your .claude/agents/ directory:
ls -la ~/.claude/agents/
You should see the agent files listed:
  • scope-rule-architect-Angular.md
  • scope-rule-architect-NextJS.md
  • scope-rule-architect-Astro.md
  • scope-rule-architect-React.md
4

Open Claude Code

Launch Claude Code in your project directory. The agents are now available and will be automatically invoked when you ask architectural questions related to component placement and project structure.

Optional: MCP Integration

Some agents integrate with Model Context Protocol (MCP) servers for enhanced documentation access:

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_documentation and mcp__angular-cli__get_best_practices tools

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_docs tool

Next.js Agent

The Next.js agent has built-in Next.js knowledge and doesn’t require additional MCP setup.

React Agent

The React agent focuses on general React patterns and doesn’t require additional MCP setup.

Next Steps

Now that you’ve installed the agents, proceed to the Quickstart to learn how to use them in your projects.

Build docs developers (and LLMs) love