debug-kit
Installation
SKILL.md
Debug Kit
Cross-platform app debug toolkit. One skill to build, launch, interact with, and inspect apps across 9 platforms.
Step 1: Determine Platform
Use pilot.sh detect or check project files manually:
| Marker File | Platform | Reference | macOS perms† |
|---|---|---|---|
pubspec.yaml |
Flutter | references/flutter.md |
only for macOS target |
package.json + react-native dep |
React Native | references/react-native.md |
— |
package.json + electron dep |
Electron | references/electron.md |
— |
package.json (other) or *.html |
Web | references/web.md |
— |
*.xcodeproj / project.yml (iOS) |
iOS | references/ios.md |
— |
*.xcodeproj / project.yml (macOS) |
macOS | references/macos.md |
required |
build.gradle / settings.gradle |
Android | references/android.md |
— |
src-tauri/tauri.conf.json / src-tauri/Cargo.toml |
Tauri | references/tauri.md |
required |
manifest.json (manifest_version: 3) + wxt.config.* |
Chrome Extension | references/chrome-extension.md |
— |