angular-ai-architecture-guide

RaminMammadzada/angular-ai-architecture-guide
★ 0 stars Unknown language AI/LLM Updated 4d ago
Comprehensive reference guide to AI-assisted Angular architecture — executable contracts, Sheriff, tsarch, Rules, Skills, MCP servers, Stop hooks, and defense-in-depth patterns for maintaining reliable architectures with coding agents (Cursor AI, Claude Code, Codex, Antigravity)
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": {
    "angular-ai-architect": {
      "command": "npx",
      "args": [
        "-y",
        "RaminMammadzada/angular-ai-architecture-guide"
      ]
    }
  }
}

README Excerpt

A detailed reference guide based on Manfred Steyer's two-part blog series on maintaining reliable Angular architectures with AI coding agents. **Series:** "AI-assisted Angular Architecture" — Angular Architects (June 2026) --- How to make architecture guardrails machine-readable and self-enforcing for AI coding agents.