Agent Plugins Marketplace
All plugins

pm-ai-shipping

v2.1.0

AI Shipping Kit — for PMs and founders accountable for AI-built code. Document a vibe-coded app, review it for correctness, security and performance defects, and produce a reviewer-ready shipping packet.

Claude Code3 Skills

By Paweł HurynLicense: MIT26.3k GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 14, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install pm-ai-shipping for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pm-ai-shipping@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/phuryn/pm-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is pm-ai-shipping/.

Plugin files

pm-ai-shipping/
├── .claude-plugin/plugin.json
├── skills/code-review/SKILL.md
├── skills/intended-vs-implemented/SKILL.md
└── skills/shipping-artifacts/SKILL.md

Included Skills3

code-reviewskills/code-review/SKILL.md

Review code for actionable defects. Correctness is the core; performance and security are optional sub-cases of the same engine. Anchors on agreements between participants across a boundary, forces a violating execution, and refutes every candidate before reporting. Use when asked to review changes, find bugs, audit a codebase, or check whether a fix is safe.

intended-vs-implementedskills/intended-vs-implemented/SKILL.md

The method for finding the gap between what a system is supposed to do and what the code actually does — the class of bug generic scanners miss because they have no model of intent. Defines what counts as documented intent, what counts as implementation evidence, which mismatches matter, and how to avoid hand-wavy findings. Use when auditing AI-built code, reviewing access control against documented permissions, or checking whether a codebase matches its own documentation.

shipping-artifactsskills/shipping-artifacts/SKILL.md

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.

Plugin manifests1

pm-ai-shipping/.claude-plugin/plugin.json
{
  "name": "pm-ai-shipping",
  "version": "2.1.0",
  "description": "AI Shipping Kit — for PMs and founders accountable for AI-built code. Document a vibe-coded app, review it for correctness, security and performance defects, and produce a reviewer-ready shipping packet.",
  "author": {
    "name": "Paweł Huryn",
    "email": "[email protected]",
    "url": "https://www.productcompass.pm"
  },
  "keywords": [
    "product-management",
    "ai-shipping",
    "vibe-coding",
    "security-audit",
    "performance-audit",
    "code-review",
    "documentation",
    "owasp",
    "shipping"
  ],
  "homepage": "https://www.productcompass.pm",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pm-ai-shipping on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pm-ai-shipping)