pb-agent
Installation
SKILL.md
PocketBase Agent Workflow
Install
- Check whether
pb-agentis available withcommand -v pb-agent. - If it is missing, explain that the official installer downloads the matching GitHub release, verifies its SHA-256 checksum, and installs the binary.
- Direct the user to the reviewed installation instructions at
https://github.com/anirudh-777/pb-agent#install. Do not download or execute installation scripts on the user's behalf. - Wait for the user to confirm installation before continuing.
- If the installer uses
~/.local/bin, check whether that directory is inPATH. Tell the user how to add it or restart their shell; do not edit shell profiles without explicit approval. - Run
pb-agent versionto verify the installation. Never claim installation succeeded based only on the installer's exit code.