How this skill is triggered — by the user, by Claude, or both
Slash command
/buildpartner:open-dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open my dashboard in the browser, automatically signed in.
Open my dashboard in the browser, automatically signed in.
Read the auth file at ~/.buildpartner/auth.json using the Read tool.
If the file doesn't exist or has no token, tell the user:
"You haven't set up BuildPartner.ai yet. Re-run the install script: curl -fsSL https://buildpartner.ai/install.sh | sh"
Stop here.
Extract the token value from the auth file.
Determine the base URL:
api_base exists in the auth file, use that (e.g. https://dev.buildpartner.ai)https://buildpartner.aiOpen the dashboard by running:
open "BASE_URL/dashboard?t=TOKEN_HERE"
Replace BASE_URL with the determined base URL and TOKEN_HERE with the actual token.
Tell the user: "Your dashboard is open."
npx claudepluginhub austinmarchese/buildpartner-plugin --plugin buildpartnerCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.