smp-pm
Installation
SKILL.md
Simplified PM CLI (smp pm:<cmd>) Usage Guide
Help users and agents interact with the Simplified Project Manager via the smp CLI.
Setup
Auth is read from environment variables — set once, use everywhere:
export SMP_TOKEN=your_api_token # API key (sQL00kSs.xxx) or DRF token
export SMP_WORKSPACE=270 # required for DRF tokens; inferred for API keys
export SMP_URL=https://api.simplified.com # default, omit for prod
Or pass per-call: smp --token xxx --workspace 270 pm:list-boards