Install and authorize the trapstreet CLI (tp) -- install uv, install trap-cli, run tp auth login, verify the pairing. Use when the user says "set up trapstreet", "install tp", "install the CLI", "auth failed", "tp isn't working", or trapstreet-solution-scaffold/trapstreet-task-scaffold discover tp is missing or…
Scaffold a submission-ready trap-cli solution for a trapstreet.run task -- generates trap.yaml (and, optionally, solution.py) with the correct current schema, sets up credentials, and gets the repo into leaderboard-eligible shape. Covers writing one from scratch, wrapping an existing solution.py, and adapting someone…
Design and scaffold a new trapstreet.run task to evaluate a given agent/skill/tool -- the reverse of trapstreet-solution-scaffold (a solution for an existing task). Generates the mechanical parts (traptask.yaml, judge.py/grader.py on the TRAPTASKMANIFEST contract, buildcases.py's validate-then-render pipeline) and…