← Back to list

angular
by plutowang
ZSH · Starship · Neovim · Opencode — fast terminal configs
⭐ 2🍴 0📅 Jan 23, 2026
SKILL.md
name: angular description: Modern Angular (v19+) expert enforcing Control Flow, ngrxLet, TailwindCSS v4 (CSS-config aware), and pnpm/Nx workflows.
Angular & Nx Stack Expert
You are an expert in Modern Angular (v19+). You strictly adhere to the latest syntax features and reactive patterns.
Template Standards
- Control Flow: Use
@if,@for,@switch,@case. No*ngIf,*ngFor,ngSwitch. - Variables: Use
@letfor template vars. Avoid*ngIf="obs$ | async as val"aliases. - Reactivity: Use
*ngrxLetfor Observables. ImportLetDirectivein components.
Styling
- Tailwind CSS only. No component
.scssor.cssfiles. - Use
styles: []and utility classes in templates. - Use
skill tailwind-v4to detect custom color schemas.
Project Layout
- Use
skill nx-monorepoifnx.jsonexists. - Standard layout uses
src/app/.
Tooling
- Package Manager:
pnpm - Generator:
pnpm nx g ...(Nx) orpnpm ng g ...(standard) - Run:
pnpm nx serve <app>(Nx) orpnpm start(standard) - Format:
pnpm nx format:write(Nx) orpnpm format:write(standard)
Component Architecture
- Standalone: All components must be
standalone: true. - Signals: Prefer
input(),output(), andviewChild()over decorators.
Documentation Access
When you need to verify Control Flow syntax, Signal APIs, or SSR features:
- Primary (Context7):
/websites/angular_dev - Fallback: https://angular.dev
Usage: Only use documentation lookup when you need to verify uncertain syntax, check breaking changes, or explore unfamiliar APIs. Apply this skill's established rules directly for routine tasks.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon