一键导入
angular-standalone-components
Use this skill when designing or refactoring Angular applications to use standalone components instead of NgModules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when designing or refactoring Angular applications to use standalone components instead of NgModules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when building, optimizing, or deploying Docker images for Spring Boot applications.
Use this skill when designing, structuring, or refactoring Spring Boot applications using Clean Architecture principles.
Use this skill when managing database transactions in Spring Boot applications to ensure data consistency, integrity, and correct transactional boundaries.
Use this skill when designing or refactoring data transfer and mapping in Spring Boot applications to ensure separation between API, domain, and infrastructure models.
Use this skill when handling, structuring, or refactoring error management in Spring Boot applications to ensure consistency, clarity, and separation of concerns.
Use this skill when implementing authentication and authorization in Spring Boot applications using JWT in a secure and scalable way.
| name | angular-standalone-components |
| description | Use this skill when designing or refactoring Angular applications to use standalone components instead of NgModules. |
When using Angular standalone components:
Prefer standalone components over NgModules:
standalone: true in all new componentsDefine dependencies explicitly:
imports array inside componentsStructure application:
Routing:
loadComponentReusability:
Dependency injection:
providers at component level when neededInteroperability:
Performance:
Testing:
Avoid:
Refactor by:
Ensure:
If components rely on NgModules unnecessarily or hide dependencies, it violates this skill.