Skip to content
Proxer Proxer v0.5.0

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.md

  • --dry-run — print the target path without creating a directory or writing a file.
  • --force — overwrite an existing proxer.md file.

There are no environment variables for this command.


Preview the install location:

proxer skill install ./skills --dry-run

Install the skill:

proxer skill install ./skills

Refresh an existing skill file:

proxer skill install ./skills --force

If proxer.md already exists, the command fails unless you pass --force. This keeps local agent instructions from being replaced accidentally.