Skip to content
ProxerProxerv0.13.0

proxer skill install

Install a local Proxer reference file for coding agents.

proxer skill install <directory> writes a proxer.md file that coding agents can read when they need local command notes. It is optional and has no effect on the tunnel server or client.

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 file:

proxer skill install ./skills

Refresh an existing file:

proxer skill install ./skills --force

If proxer.md already exists, the command fails unless you pass --force.