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.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 file:
proxer skill install ./skillsRefresh an existing file:
proxer skill install ./skills --forceIf proxer.md already exists, the command fails unless you pass --force.