Angular Enterprise Architecture

Enforces lazy-feature isolation and a one-way dependency graph in Angular apps, with an ESLint boundaries config to lock it in.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 7400f9e

On a real 'two features need the same badge component' question, the baseline (no-skill) answer okayed a direct sideways import between features as an acceptable shortcut; the skill's answer forbade it, extracted the generic part to ui/, and pointed at the bundled eslint-plugin-boundaries config to make the violation a lint error instead of a code-review miss.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Angular Enterprise Architecture does

Gives concrete folder-placement rules for Angular's core/layout/ui/feature/pattern building blocks, a one-way dependency matrix, and a ready-made eslint-plugin-boundaries flat config to enforce it in CI. Triggers when designing, reviewing, refactoring, or enforcing Angular architecture, lazy feature isolation, or folder placement decisions.

How to install Angular Enterprise Architecture

git clone https://github.com/angular-experts-io/ax-skills
mkdir -p ~/.claude/skills
cp -r ax-skills/angular-enterprise-architecture ~/.claude/skills/angular-enterprise-architecture

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Angular Enterprise Architecture

  • /angular-enterprise-architecture Enforces lazy-feature isolation and a one-way dependency graph in Angular apps, with an ESLint boundaries config to lock it in.

It also activates on plain-language prompts like these:

  • Where should this shared badge component live in my Angular app?
  • Review my Angular feature module for improper cross-feature imports
  • Set up an ESLint boundaries config to enforce my Angular architecture

Frequently asked questions

Is the Angular Enterprise Architecture skill free?
Yes. The skill itself is free from angular-experts-io/ax-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Angular Enterprise Architecture work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. On a real 'two features need the same badge component' question, the baseline (no-skill) answer okayed a direct sideways import between features as an acceptable shortcut; the skill's answer forbade it, extracted the generic part to ui/, and pointed at the bundled eslint-plugin-boundaries config to make the violation a lint error instead of a code-review miss.
What is the Angular Enterprise Architecture SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Angular Enterprise Architecture?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Angular Enterprise Architecture with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.