Use this skill PROACTIVELY when you observe "Operation not permitted" or "permission denied" in Bash tool output that appears to be a macOS sandbox (seatbelt) denial — do not wait for the user to report it. Also use when the user explicitly reports sandbox or permission issues. Triggers on: "Operation not permitted", "permission denied", "sandbox blocking", "sandbox error", "seatbelt", "sandbox-exec", "agent hanging", "agent stuck", "can't write to", "can't read". Do NOT trigger for general file permission issues unrelated to aide or sandboxing (e.g., wrong file ownership, missing sudo). The key indicator is "Operation not permitted" which is the macOS seatbelt denial message.
$npx -y skills add jskswamy/aide --skill sandbox-doctorInstalls into the current project.
Run `npx skills use "https://github.com/jskswamy/aide" --skill "jskswamy/aide/sandbox-doctor"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jskswamy/aide" that are relevant to the current task. Run `npx skills add "https://github.com/jskswamy/aide"` and select the relevant skills, then follow their instructions.