From pdca-debug-suite
Complete Flutter debugging toolkit combining PDCA methodology, Dart logging patterns, and MCP tools. Use when debugging Flutter apps - visual issues, runtime behavior, widget problems, or verifying fixes through device testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pdca-debug-suite:flutter-debug-cycleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Flutter開発に特化したPDCAデバッグツールキット。
Flutter開発に特化したPDCAデバッグツールキット。
You MUST read all of the following files before proceeding:
${CLAUDE_PLUGIN_ROOT}/skills/debug-cycle/SKILL.md
${CLAUDE_PLUGIN_ROOT}/skills/debug-log-patterns/references/dart-flutter.md
${CLAUDE_PLUGIN_ROOT}/skills/dart-mcp-tools/SKILL.md
${CLAUDE_PLUGIN_ROOT}/skills/mobile-debug-tools/SKILL.md
PLAN: Symptom → Hypothesis → Log points (use debug-cycle)
DO: Add debugPrint (use dart-flutter patterns) → hot_restart (use dart-mcp-tools)
CHECK: get_app_logs (dart-mcp-tools) → take_screenshot (mobile-debug-tools) → Analyze
ACT: Confirmed → Fix | Refuted → New hypothesis | Unclear → More logs
initState の変更は hot_restart が必要build() メソッドにログを追加して再描画を追跡npx claudepluginhub xmgrex/ccx-arsenal --plugin pdca-debug-suiteEntry point for AI-driven inspection, control, debugging, and custom tooling of running Flutter apps; performs preflight check and routes to task-specific skills.
Provides Flutter/Dart guidance on architecture (BLoC, Riverpod), state management, widgets, navigation (GoRouter), data (Dio, Hive), performance, and testing for cross-platform mobile apps.
Provides expert guidance on Flutter 3.27+ and Dart 3.3+ for building/optimizing mobile/web/desktop apps, covering Riverpod/BLoC state, GoRouter navigation, Drift storage, Patrol testing, on-device AI.