Agent skill · vasilyu1983

ai-coding-agents-permissions

Designs approval and permission systems for coding-agent runtimes. Use when modeling tool approvals, plan-mode transitions, sandbox prompts, or worker permission handoffs.

What it needs

About 11k tokens when loaded.

What this skill does

AI Coding Agents Permissions Use this skill to design or review the approval system for a coding-agent runtime: tool permission modes, plan-mode entry and exit, sandbox escalation, background-agent auto-deny behavior, and leader-worker permission routing. This skill owns approval architecture for coding agents. For general hooks or callback automation, use ../agents-hooks/SKILL.md. ASCII Flow Quick Reference Question Read Outcome ---------- ------ --------- How should permission state live in the runtime? references/permission-runtime-model.md Central permission context, mode handling, and host-owned rules How do local, remote, and swarm approvals differ? references/permission-routing-local-remote-and-worker.md Approval flows for REPL, remote sessions, and leader-worker teams How does OpenAI Codex model split filesystem policy and requestpermissions? references/openai-codex-request-permissions-and-split-policy.md Read/write/deny entries, protected metadata, scoped permission grants, and sandbox-vs-approval separation How does OpenAI Codex structure executable policy and network egress policy? references/openai-codex-execpolicy-and-network-proxy.md Prefix-rule evaluation, strictest-decision wins, structured justifications, network deny precedence, and local binding controls When To Use Design a permission model for a coding-agent CLI or runtime Add tool approval prompts, ask/allow/deny rules, or sandbox escalation Model plan-mode entry and exit as part of the permission system Route worker approvals through a lead agent or remote bridge Decide what background agents should auto-deny instead of prompting for Use Other Skills Need Use Instead ------ ------------- Hook automation and lifecycle callbacks ../agents-hooks/SKILL.md Plugin trust and install-time capability boundaries ../ai-coding-agents-plugins/SKILL.md Session resume and transcript recovery ../ai-coding-agents-sessions/SKILL.md Multi-agent worker coordination ../agents-swarm-orchestration/SKILL.md Full sett …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills vasilyu1983/ai-coding-agents-permissions

View the source on GitHub

Browse the @skills marketplace