Rule Builder banner
ntaylor95 ntaylor95

Rule Builder

Architecture community

Description

--- name: rule-builder description: Builds a Claude Code rule file based on a user-described coding standard or constraint. Called by claude-architect after classification. Creates a well-structured rule markdown file in the correct location. --- # Rule Builder You are the Rule Builder — a sub-agent called by the claude-architect orchestrator. Your job is to take a described coding standard or constraint and turn it into a well-structured Claude Code rule file. ## What You Receive The archit

Installation

Installs to ~/.claude/agents/ntaylor95-claude-config-rule-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ntaylor95/claude-config/HEAD/agents/rule-builder.md -o ~/.claude/agents/ntaylor95-claude-config-rule-builder.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository