Rule Architect banner
moveju112 moveju112

Rule Architect

AI community

Description

--- description: Generate or update a runtime-neutral AI rule set (AI_RULES.md + docs/*.md) argument-hint: "[project-path] [--update]" --- Invoke the `rule-architect` skill. Target: $ARGUMENTS (default: current working directory). Follow the skill's SKILL.md exactly: 1. `scan.py` for the signal manifest — it decides the conditional doc set, and its `truncated` flags say whether the scan was complete. Stop if `brokenRuleLinks` is non-empty. 2. On an existing rule set, `manifest.py check

Installation

Installs to ~/.claude/skills/moveju112-rule-architect-rule-architect/SKILL.md

Terminal
mkdir -p ~/.claude/skills/moveju112-rule-architect-rule-architect && curl -fsSL https://raw.githubusercontent.com/moveju112/rule-architect/HEAD/commands/rule-architect.md -o ~/.claude/skills/moveju112-rule-architect-rule-architect/SKILL.md

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

Full documentation available on GitHub

View Source Repository