From just-ship
Links a new Board project to the current workspace by writing workspace_id and project_id to project.json. Requires pre-configured workspace via just-ship connect; invokes write-config.sh script.
npx claudepluginhub yves-s/just-ship --plugin just-shipThis skill uses the workspace's default tool permissions.
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.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
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~/.just-ship/config.json → default_workspace (UUID)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