plugin-discovery
Installation
SKILL.md
Plugin & Extension Auto-Discovery
Detect the runtime platform and surface the best available extensions
Quick Start — One-Shot Setup
Run the setup wizard to auto-detect your platform and configure everything:
# Interactive (asks one confirmation question)
python3 skills/plugin-discovery/scripts/platform_setup.py --project-dir .
# Auto-apply everything
python3 skills/plugin-discovery/scripts/platform_setup.py --project-dir . --auto
# Preview without changes
python3 skills/plugin-discovery/scripts/platform_setup.py --project-dir . --dry-run