Ship.

Collections

One page: workflows + tools + patterns

A collection is a curated bundle for a product shape—tables of links into workflows, tools, and patterns, plus manual chapters when you need prose.

Add or edit bundles in markdown under documentation/collections/ and collections/manifest.json.

Bundles

Pick a shape

Ready-made bundles: each entry stitches workflow intents, tool surfaces, and org patterns for a concrete product shape. 3 bundles.

Ship CLI

Collections commands

Reads collections/manifest.json from disk — no API. From the Ship repo root (or SHIP_REPO). Cross-link discovery: ship docs search when the API is running (http://127.0.0.1:8100).

List bundle ids

npm run ship -- collections list

Print one bundle (markdown)

npm run ship -- collections show web-application

Semantic search (needs API)

npm run ship -- docs search "collections bundle web app" --top-k 6

Workflows CLI · Tools CLI · Backend API