From antigravity-awesome-skills
Reviews, summarizes, and edits opencode permission configs including always-allow lists, skill permissions, and wildcard patterns. Recommends safe read-only commands for auto-approval and audits for security.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:permission-managerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Review and summarize currently always-allowed commands
Use this when optimizing opencode's permission settings, reviewing allowed commands, or configuring skill access controls.
~/.config/opencode/opencode.json or project-level opencode.jsonComplements opencode's built-in allow/deny/ask permissions by auditing current config and recommending adjustments through conversation.
git status --short, git diff --stat, and ls -lagit status* unless the expanded command family has been manually reviewed as read-onlyUse the Task tool with the permission-manager subagent type:
/permissions
Or in natural language, ask opencode to "manage opencode permissions" or "review allowed commands".
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderGuides Claude Code permission configuration, rules (allow/ask/deny), modes, tool-specific patterns (Bash/read/edit/WebFetch), /permissions command, and troubleshooting via docs-management delegation.
Extracts safe Bash commands from Claude Code session history and auto-updates settings.json allowlist to minimize permission prompts.
Provides reference for Claude Code permission modes (default, acceptEdits, plan, dontAsk, bypass), allow/deny lists, pattern matching, and tool categories. Use to configure secure tool access and switch modes runtime.