Installation
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "shipping-artifacts" skill by following the instructions at https://skill123.me/install/shipping-artifacts.
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/shipping-artifacts.sh | bash
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 4 KBAbout this skill
Overview
The durable documentation set that makes an AI-built (vibe-coded) app reviewable before shipping. A small core every app needs — architecture, user/permission flows, permissions, variables/secrets, and a test-coverage map — plus conditional docs added only when they apply: emails, scheduled work, SEO, and embedded agents/automation. Defines what each doc must capture and how a reviewer or auditor uses it. Use when documenting a codebase for handoff, mapping user journeys and trust-boundary crossings, planning test coverage, or preparing for a security or performance audit.
Source
- Repo: https://github.com/phuryn/pm-skills
- Path: pm-ai-shipping/skills/shipping-artifacts
Evaluation
AI-evaluated 2026-09-03: Clear taxonomy of core plus conditional docs with concrete must-capture lists per file, but it is pure methodology referencing sibling slash commands (/document-app, /derive-tests) that are not included, so it is not standalone. The approach itself is security-forward (secret scoping, trust boundaries, no client-bundled secrets) and involves no risky operations.
