ai-agent-rule-system-template

ArsenyNevsky/ai-agent-rule-system-template
★ 0 stars Unknown language AI/LLM Updated 7d ago
Boilerplate template for an AI Agent Rule system with centralized rule management and dynamic fetching via MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-agent-rule-system": {
      "command": "npx",
      "args": [
        "-y",
        "ArsenyNevsky/ai-agent-rule-system-template"
      ]
    }
  }
}

README Excerpt

This repository provides a centralized, version-controlled rule system for AI agents. Rules are dynamically fetched during development sessions via an MCP server to ensure consistency across projects and team members. - `AGENTS.md` – Main documentation for the rule system - `/rules/` – Categorized Markdown files with coding, testing, security, and architectural rules