debug:angular
✓使用专家级诊断技术系统地调试 Angular 应用程序。该技能为解决依赖注入错误、更改检测问题 (NG0100)、RxJS 订阅泄漏、延迟加载失败、zone.js 问题和常见 Angular 运行时错误提供了全面的指导。包括结构化四阶段调试方法、Angular DevTools 使用、控制台调试实用程序 (ng.probe) 以及现代 Angular 应用程序的性能分析策略。
SKILL.md
This guide provides a systematic approach to debugging Angular applications, covering common error patterns, debugging tools, and structured resolution phases.
| NG0100 | Expression changed after checked | Use detectChanges() or setTimeout | | NG0200 | Circular dependency in DI | Refactor service dependencies | | NG0201 | No provider for service | Add to providers array or use providedIn | | NG0300 | Multiple components match selector | Make selectors more specific |
| NG0301 | Export not found | Check export name in directive/component | | NG0302 | Pipe not found | Import module containing pipe | | NG0303 | No matching element | Check selector syntax | | NG0500 | Hydration mismatch (SSR) | Ensure server/client render same content | | NG0910 | Unsafe binding | Sanitize or use bypassSecurityTrust |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:angular- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-06
- 更新时间
- 2026-02-18
快速解答
什么是 debug:angular?
使用专家级诊断技术系统地调试 Angular 应用程序。该技能为解决依赖注入错误、更改检测问题 (NG0100)、RxJS 订阅泄漏、延迟加载失败、zone.js 问题和常见 Angular 运行时错误提供了全面的指导。包括结构化四阶段调试方法、Angular DevTools 使用、控制台调试实用程序 (ng.probe) 以及现代 Angular 应用程序的性能分析策略。 来源:snakeo/claude-debug-and-refactor-skills-plugin。
如何安装 debug:angular?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:angular 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/snakeo/claude-debug-and-refactor-skills-plugin
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-06