Agent Skills: command_guard

Enforce .agentpolicy rules before executing commands.

UncategorizedID: CheekyCodexConjurer/quant-lab/command_guard

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/HEAD/.codex/skills/command_guard

Skill Files

Browse the full folder contents for command_guard.

Download Skill

Loading file tree…

.codex/skills/command_guard/SKILL.md

Skill Metadata

Name
command_guard
Description
Enforce .agentpolicy rules before executing commands.

Purpose

Prevent destructive or risky commands without explicit approval.

Steps

  1. Read .agentpolicy before running commands.
  2. Block denied commands and request confirmation for guarded ones.
  3. Record the decision in the Action Log.

Guardrails

  • Always respect .agentpolicy and .agentignore.