angular-primeng
Angular 21 + PrimeNG 開發規範
適用場景
- MES 製造執行系統
- ERP 企業資源規劃
- 後台管理系統
- 資料密集型應用
核心原則
1. 專案結構
src/app/
├── core/ # 核心模組(單例服務)
│ ├── auth/ # 認證相關
│ ├── guards/ # 路由守衛
│ ├── interceptors/ # HTTP 攔截器
More from seikaikyo/dash-skills
fastapi-patterns
FastAPI + SQLModel + Neon PostgreSQL 後端開發最佳實踐。適用於 Render 部署的 API 服務。涵蓋路由設計、資料庫操作、錯誤處理、認證授權。
21openspec
Use when planning new features, starting spec-driven development workflows, or when the user mentions OpenSpec, SDD, or spec-driven development. Also triggers when user asks about feature specifications, change proposals, or wants to organize development workflow.
20security-reviewer
安全漏洞檢測與修復專家。在撰寫處理用戶輸入、認證、API 端點或敏感資料的程式碼後主動使用。檢測機密資料外洩、SSRF、注入攻擊、不安全加密和 OWASP Top 10 漏洞。
20refactor-cleaner
死代碼清理與整合專家。用於移除未使用的程式碼、重複程式碼和重構。執行分析工具 (knip, depcheck, ts-prune) 識別死代碼並安全移除。
19build-error-resolver
建構與 TypeScript 錯誤修復專家。當建構失敗或出現類型錯誤時主動使用。僅修復建構/類型錯誤,最小化 diff,不做架構修改。專注於快速讓建構通過。
19designer
Transform frontend designs with uncompromising perfectionism. Use when redesigning UI/UX, improving visual aesthetics, creating polished interfaces, or when user mentions design improvements, beautification, visual polish.
1