tools-permission-fix
Installation
SKILL.md
Permission Fix Skill
PURPOSE: Write operations for fixing and managing host-platform permissions, including marketplace permission synchronization and executor pattern migration.
COMPLEMENTARY SKILL: Use plan-marshall:tools-permission-doctor for read-only analysis before applying fixes.
Enforcement
Execution mode: Run scripts exactly as documented; use --dry-run before applying changes.
Prohibited actions:
- Do not modify settings without running analysis first (use
tools-permission-doctor) - Do not invent script arguments not listed in the operations table
- Do not skip dry-run verification for bulk operations
- Do not hardcode a platform settings-file path (no
~/.claude/settings.json, no--settings <path>literal). Address the host platform by--scope/--target; the runtime layer resolves the settings location for the active platform.