Generate or update project-level plugin configuration with smart migration
# Configure Plugin Settings This command helps you set up `.claude/super-claude-config.json` for customizing plugin behavior (skills and hooks). ## What This Does Creates or updates `.claude/super-claude-config.json` with configuration for: - **Skills** - Auto-activation triggers, enable/disable - **Hooks** - Behavior customization (protected branches, timeouts, etc.) - **All installed plugins** - Unified configuration in one file ## Your Task Execute this workflow intelligently based on what configuration files exist: ### Step 1: Detect Existing Configuration Check for these files:...