proxer skill install
Install a Proxer skill file for AI agents.
proxer skill install <directory> writes a reusable Proxer skill file for AI agents that need to run or explain Proxer workflows.
proxer skill install <directory>The command writes:
<directory>/proxer.mdOptions
Section titled “Options”--dry-run— print the target path without creating a directory or writing a file.--force— overwrite an existingproxer.mdfile.
There are no environment variables for this command.
Examples
Section titled “Examples”Preview the install location:
proxer skill install ./skills --dry-runInstall the skill:
proxer skill install ./skillsRefresh an existing skill file:
proxer skill install ./skills --forceOverwrite Safety
Section titled “Overwrite Safety”If proxer.md already exists, the command fails unless you pass --force. This keeps local agent instructions from being replaced accidentally.