← Back to Skills Marketplace
1335
Downloads
3
Stars
9
Active Installs
2
Versions
Install in OpenClaw
/install angular
Description
Avoid common Angular mistakes — subscription leaks, change detection, dependency injection, and module organization.
README (SKILL.md)
When to Use
User needs Angular expertise — component architecture, RxJS patterns, change detection, dependency injection, routing, and forms.
Quick Reference
| Topic | File |
|---|---|
| Components & change detection | components.md |
| RxJS & subscriptions | rxjs.md |
| Forms & validation | forms.md |
| Dependency injection | di.md |
| Routing & guards | routing.md |
| HTTP & interceptors | http.md |
Common Mistakes
OnPushwith mutated objects won't trigger change detection — always create new reference:{...obj}or[...arr]@ViewChildis undefined in constructor/ngOnInit— access inngAfterViewInitor later*ngForwithouttrackByre-renders entire list on any change — addtrackByreturning stable ID- Manual
subscribe()without unsubscribe leaks memory — useasyncpipe,takeUntilDestroyed(), or unsubscribe inngOnDestroy HttpClientreturns cold Observable — eachsubscribe()fires new HTTP requestsetTimeout/setIntervaloutside NgZone — change detection won't run, useNgZone.run()or signals- Circular DI dependency crashes app — use
forwardRef()or restructure services ElementRef.nativeElementdirect DOM access breaks SSR — useRenderer2or@defer- Route params via
snapshotmiss navigation changes — useparamMapObservable for same-component navigation setValue()on FormGroup requires ALL fields — usepatchValue()for partial updates
Usage Guidance
This skill is just static guidance (Markdown) about Angular best practices and does not request credentials or install code — that makes it low-risk and consistent with its description. Before sharing, remember: an agent using this skill might ask you to paste project code or configs to give concrete advice; only share code you are comfortable exposing. If you plan to allow the agent autonomous access to your repositories or environment later, consider limiting that access and reviewing any proposed commands before execution.
Capability Analysis
Type: OpenClaw Skill
Name: angular
Version: 1.0.1
The skill bundle contains only documentation files related to Angular development best practices and common pitfalls. There is no executable code, no instructions for the AI agent to perform any actions beyond providing information, and no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts in SKILL.md or any other file. All content is purely informational and aligns with the stated purpose of providing Angular expertise.
Capability Assessment
Purpose & Capability
Name/description (Angular best practices) align with the provided files: components.md, rxjs.md, di.md, forms.md, http.md, routing.md and an overview SKILL.md. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
SKILL.md and the included Markdown files contain only guidance about Angular pitfalls and patterns. They do not instruct the agent to read local system files, access credentials, send data to external endpoints, or run arbitrary commands. They stay within the stated purpose.
Install Mechanism
No install spec and no code files are included. Because this is instruction-only, nothing is written to disk or downloaded during install — minimal install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no requests for unrelated secrets or broad permissions that would be disproportionate to an Angular guidance skill.
Persistence & Privilege
Flags are default (always: false, user-invocable: true, agent invocation allowed). The skill does not request permanent presence or modify other skills/configurations. Autonomous invocation is allowed by default but is not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install angular - After installation, invoke the skill by name or use
/angular - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Angular?
Avoid common Angular mistakes — subscription leaks, change detection, dependency injection, and module organization. It is an AI Agent Skill for Claude Code / OpenClaw, with 1335 downloads so far.
How do I install Angular?
Run "/install angular" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Angular free?
Yes, Angular is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Angular support?
Angular is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Angular?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.1.
More Skills