Angular Architect
Scaffolds Angular 17+ standalone components, NgRx stores, and RxJS patterns with tests.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 10, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 5f521ec
An unguided component defaulted to legacy @Input()/@Output() decorators; the skill version used modern signal-based APIs with explicit OnPush - a real modernization gain, not just style.
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 8/10
- Docs & honesty 5/5
What Angular Architect does
Generates Angular 17+ standalone components with signal-based inputs/outputs, NgRx state (actions/reducers/selectors), and RxJS patterns using OnPush change detection. Triggers when a user asks to build Angular 17+ features, set up NgRx stores, configure lazy-loaded routing with guards, or tune Angular app performance and tests. Ships five topic-specific reference files (components, RxJS, NgRx, routing, testing) that load on demand instead of bloating the main SKILL.md.
How to install Angular Architect
git clone https://github.com/Jeffallan/claude-skills
cd claude-skills
mkdir -p ~/.claude/skills
cp -r skills/angular-architect ~/.claude/skills/angular-architect
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Angular Architect
-
/angular-architectScaffolds Angular 17+ standalone components, NgRx stores, and RxJS patterns with tests.
It also activates on plain-language prompts like these:
-
Scaffold an Angular 17 standalone component with signal inputs -
Set up an NgRx store with actions, reducers, and selectors -
Configure lazy-loaded Angular routes with guards and OnPush
Frequently asked questions
- Is the Angular Architect skill free?
- Yes. The skill itself is free from Jeffallan/claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Angular Architect work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. An unguided component defaulted to legacy @Input()/@Output() decorators; the skill version used modern signal-based APIs with explicit OnPush - a real modernization gain, not just style.
- What is the Angular Architect SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Angular Architect?
- 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 Architect 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.