debug:angular
✓専門家レベルの診断技術を使用して、Angular アプリケーションを体系的にデバッグします。このスキルは、依存関係挿入エラー、変更検出の問題 (NG0100)、RxJS サブスクリプション リーク、遅延読み込みの失敗、zone.js の問題、および一般的な Angular ランタイム エラーのトラブルシューティングに関する包括的なガイダンスを提供します。構造化された 4 フェーズのデバッグ手法、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 ランタイム エラーのトラブルシューティングに関する包括的なガイダンスを提供します。構造化された 4 フェーズのデバッグ手法、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 で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/snakeo/claude-debug-and-refactor-skills-plugin
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-06