From just-ship
Links a board project to the current local workspace by writing workspace and project IDs to project.json. Requires pre-configured workspace. Use /add-project --project <UUID>.
How this skill is triggered — by the user, by Claude, or both
Slash command
/just-ship:add-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verknüpft ein neues Board-Projekt mit dem lokalen Projekt. Schreibt nur `workspace_id` + `project_id` in `project.json`. Kein API Key nötig — der Workspace muss bereits verbunden sein.
Verknüpft ein neues Board-Projekt mit dem lokalen Projekt. Schreibt nur workspace_id + project_id in project.json. Kein API Key nötig — der Workspace muss bereits verbunden sein.
| Flag | Beschreibung | Pflicht |
|---|---|---|
--project | Projekt UUID vom Board | Ja |
Prüfe ob ein Workspace konfiguriert ist:
project.json → pipeline.workspace_id (primär).env.local → JSP_WORKSPACE_ID (fallback)~/.just-ship/config.json → default_workspace (nur wenn vorhandene Alt-Installation)Schreibe Projekt-Referenz:
".claude/scripts/write-config.sh" set-project \
--workspace-id <workspace_id> --project-id <project>
Bestätigung:
✓ Projekt '<project-id>' verknüpft mit Workspace '<workspace_id>'
✓ project.json aktualisiert
npx claudepluginhub yves-s/just-ship --plugin just-shipConnects projects to Just Ship Board using /connect-board jsp_ token or checks connection status via project.json and bash scripts. Handles plugin mode with CLAUDE_PLUGIN_ROOT.
Sets up GitHub Projects V2, Azure Boards, or GitLab Issue Boards with hatch3r's label taxonomy, status fields, and board structure. Platform detected from hatch.json. Part of hatch3r delivery orchestration.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.