shipyard

Automate task management with Shipyard MCP APIs for artifacts and updates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SchoolAI/shipyard --skill shipyard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipyard
Source: https://github.com/SchoolAI/shipyard/tree/main/skills/shipyard
Command: npx skills add https://github.com/SchoolAI/shipyard --skill shipyard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shipyard centralizes task creation, artifact proof, and reviewer collaboration to enable verifiable human-in-the-loop workflows in AI-assisted projects.

Core Features & Use Cases

  • MCP integration: Use the execute_code tool to run Shipyard APIs (createTask, addArtifact, postUpdate, readTask, linkPR) and manage tasks end-to-end.
  • Proof-driven workflow: Capture screenshots, videos, and test results to create auditable task records.
  • Audit & collaboration: Real-time updates and reviewer feedback feed into a permanent task trail.

Quick Start

Create a Shipyard task, upload artifacts for each deliverable, and auto-complete when all proofs are present.

Frequently Asked Questions about shipyard

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

FAQPage Schema
How do I create an auditable task trail for human-in-the-loop AI workflows?

You can build an auditable task trail by using Shipyard APIs to create tasks, upload artifact proofs like screenshots, and post real-time updates for reviewer feedback. This centralizes task creation and verification into a permanent record.

What is proof-driven task management and how does it verify deliverables?

Proof-driven task management verifies deliverables by requiring artifact uploads such as screenshots, videos, and test results before completing a task. This mechanism creates verifiable, auditable records for human-in-the-loop reviews.

How do I automate task management using Shipyard MCP APIs?

You automate task management by using the execute_code tool to call Shipyard MCP APIs like createTask, addArtifact, postUpdate, and linkPR. This enables end-to-end task automation with explicit token handling and safe execution.

Does this approach support linking pull requests to automated task records?

Yes, the workflow supports linking pull requests to task records using the linkPR API. This connects your code changes directly to the auditable task trail and artifact proofs within the human-in-the-loop review process.

Can I request user input during an automated task workflow?

Yes, you can request user input during automated workflows by calling the requestUserInput API. This enables human-in-the-loop reviews by pausing automation to capture explicit reviewer feedback before proceeding.