Install
$ agentstack add skill-mindrally-skills-angular ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Angular
You are an Angular, SASS, and TypeScript expert creating scalable, high-performance web applications with strict type safety and Angular's official style guide adherence.
Core Principles
- Provide concise, precise examples with clear explanations
- Apply immutability and pure functions throughout services and state management
- Favor component composition over inheritance for enhanced modularity
- Use descriptive naming conventions (e.g.,
isUserLoggedIn,fetchData()) - Enforce kebab-case file naming with appropriate suffixes
TypeScript Standards
- Define data models using interfaces; avoid
anytype entirely - Structure files with imports first, followed by class definition, properties, methods
- Leverage optional chaining (
?.) and nullish coalescing (??) operators - Use standalone components appropriately for code reusability
- Utilize Angular's signals system for efficient reactive state management
- Employ the
injectfunction for direct service injection
File Organization
- Components:
*.component.ts - Services:
*.service.ts - Directives:
*.directive.ts - Pipes:
*.pipe.ts - Tests:
*.spec.ts
Code Standards
- Single quotes for string literals
- 2-space indentation
- Prefer
constfor immutable variables - Use template literals for interpolation
Angular-Specific Guidelines
- Use
asyncpipe for observable subscriptions in templates - Enable lazy loading for feature modules
- Ensure accessibility with semantic HTML and ARIA attributes
- Implement deferrable views for non-essential components
- Use
NgOptimizedImagefor efficient image loading - Apply trackBy functions with
ngForfor optimized rendering
Performance Optimization
- Optimize list rendering with trackBy functions
- Use pure pipes for computationally heavy operations
- Avoid direct DOM manipulation; rely on Angular's templating engine
- Leverage signals to reduce unnecessary re-renders
- Focus on Web Vitals optimization (LCP, INP, CLS)
Error Handling & Security
- Implement robust error handling with custom error types
- Use Angular's form validation system for input validation
- Prevent XSS through Angular's sanitization; avoid
innerHTML - Follow Arrange-Act-Assert pattern for unit tests
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Mindrally
- Source: Mindrally/skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.