add-project

Link a board project to a local project by recording workspace_id and project_id in project.json.

24|5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/yves-s/just-ship --skill add-project-yves-s
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-project
Source: https://github.com/yves-s/just-ship/tree/main/skills/add-project
Command: npx skills add https://github.com/yves-s/just-ship --skill add-project-yves-s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verknüpft ein neues Board-Projekt mit dem lokalen Projekt, indem es workspace_id und project_id in project.json schreibt. Kein API-Key nötig — der Workspace muss bereits verbunden sein.

Core Features & Use Cases

  • Verknüpft ein Board-Projekt mit dem lokalen Projekt, aktualisiert workspace_id und project_id in project.json.
  • Erlaubt die Verknüpfung ohne API-Key, sofern der Workspace konfiguriert ist.
  • Prüft die Workspace-Konfiguration aus project.json; falls nicht vorhanden, wird der Standard-Workspace aus ~/.just-ship/config.json verwendet.

Quick Start

Führe den Verknüpfungsvorgang aus, um das Board-Projekt mit dem lokalen Projekt zu verbinden.

Frequently Asked Questions about add-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I link a board project to my local workspace configuration?▼

Linking a board project requires recording workspace_id and project_id in project.json. You must provide the --project UUID and have a workspace already connected, either locally or via the default config file.

Do I need an API key to connect a board project to project.json?▼

No, an API key is explicitly not required to link a board project. The mechanism enforces no API key usage and instead verifies that a workspace is already connected before updating the project configuration.

Where does the workspace configuration check look if project.json has no settings?▼

The workspace configuration check first examines project.json, and if no workspace is configured there, it falls back to the default workspace setting located at ~/.just-ship/config.json to complete the project linking.

What is the --project UUID parameter used for during project linking?▼

The --project UUID parameter is a required argument that identifies the specific board project to link. It ensures the correct project_id is recorded in project.json alongside the active workspace_id.

Can I use a default workspace setting to link a board project without local project configuration?▼

Yes, you can link a board project using the default workspace setting stored at ~/.just-ship/config.json. The system checks this global configuration if no workspace is defined locally in project.json.

Why does the board project linking process enforce no API key usage?▼

Linking a board project enforces no API key usage to simplify the local configuration process. It verifies the existing workspace connection directly instead of requiring remote authentication to update project.json.