Shipping Artifacts
Defines the doc set that makes an AI-built app reviewable before it ships.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 10, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · 5586c91
For a Next.js + Supabase + Stripe app it produced a structured doc set with per-step deny cases and a permissions matrix instead of a flat README, and its own docs admit test docs need a separate command.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Shipping Artifacts does
Specifies a small core of documents (architecture, user/permission flows, permissions matrix, secrets/variables, test-coverage map) plus conditional docs for emails, cron, SEO, and embedded agents, each with exact required content and how a reviewer uses it. Triggers when documenting a codebase for handoff, mapping trust-boundary crossings, planning test coverage, or prepping for a security/performance audit.
How to install Shipping Artifacts
git clone https://github.com/phuryn/pm-skills
cd pm-skills
mkdir -p ~/.claude/skills
cp -r pm-ai-shipping/skills/shipping-artifacts ~/.claude/skills/shipping-artifacts
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Shipping Artifacts
-
/shipping-artifactsDefines the doc set that makes an AI-built app reviewable before it ships.
It also activates on plain-language prompts like these:
-
Write the architecture and permissions matrix docs before we ship -
Document trust-boundary crossings for this app's security review -
Prepare a test-coverage map so this codebase is reviewable
Frequently asked questions
- Is the Shipping Artifacts skill free?
- Yes. The skill itself is free from phuryn/pm-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Shipping Artifacts work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. For a Next.js + Supabase + Stripe app it produced a structured doc set with per-step deny cases and a permissions matrix instead of a flat README, and its own docs admit test docs need a separate command.
- What is the Shipping Artifacts SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Shipping Artifacts?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Shipping Artifacts with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.