ship skillA
ship is agent-read markdown (skill) from stevepolitodesign/skills: Implement, veryify and review a feature based on its SPEC..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Ship
`/slice` gives you a SPEC. This runs the rest of the chain against it:
```
Prepare --> Implement --> Review --> Verify --> Explain
prep tdd 5 lenses real app artifact
refactor + fix
```
Each step runs in a context that never saw the one before it. That's the whole
point — a session that just wrote the code is the worst possible reviewer of it,
and a session that watched the review happen writes a walkthrough that defends
the review instead of the change.
## Run it
Hand `assets/workflow.js` to the Workflow tool, with the SPEC path as `args`:
```
Workflow({
scriptPath: "<this skill's directory>/assets/workflow.js",
args: { spec: "docs/specs/<the-slug>.md" }
})
```
If `scriptPath` is refused, read the file and pass its contents as `script`
instead. Don't rewrite it inline from memory.
No SPEC path? Ask for one. The script throws without it, and every step after
`Prepare` measures itself against those acceptance criteria — the chain has
nothing to aim at otherwise.
## When it returns
The return value is the whole report — nothing reaches the user on its own. Open
…Read the whole file at its exact version.
How to install
mdr add stevepolitodesign/skills/ship@git:20260920.28244b1mdr add stevepolitodesign/skills/ship@sha256:f243151b9a3d4deePin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_gt5zhjs4rl5d3wpz)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (5297 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
stevepolitodesign/skills · 3 stars · license none · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_gt5zhjs4rl5d3wpz GET https://markdownregistry.com/api/v1/resolve?ref=stevepolitodesign/skills/ship GET https://markdownregistry.com/api/v1/blob/f243151b9a3d4dee941dada4f275e66b002cfe0e8bab73e2cd7b0e49ee77cf2b
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from stevepolitodesign/skills
Every file in stevepolitodesign/skills