Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add ShipWithAI/shipwithai-pluginsnpx agentmods add plugins/shipwithai/shipwithai-plugins/marketplacegit clone --depth 1 https://github.com/ShipWithAI/shipwithai-pluginsGrade A, and why
shipwithai marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "shipwithai",
"description": "ShipWithAI SDLC Toolkit — Claude Code plugins covering the full software development lifecycle.",
"owner": {
"name": "ShipWithAI",
"email": "[email protected]"
},
"plugins": [
{
"name": "shipwithai-auth",
"description": "Set up production-ready auth in minutes. Supports Better Auth and Firebase Auth with OAuth social login, UI components, database schemas. Auto-detects existing themes.",
"version": "1.7.1",
"author": {
"name": "ShipWithAI",
"email": "[email protected]"
},
"source": "./plugins/auth",
"category": "productivity",
"tags": [
"auth",
"authentication",
"login",
"oauth",
"google-oauth",
"better-auth",
"firebase",
"nextjs"
]
},
{
"name": "shipwithai-design-toolkit",
"description": "Governance harness for the ShipWithAI design system: spec-first workflow skills, read-only auditor agents (incl. design-harness-doctor), and warn-only guardrail hooks. Install one plugin and a dev/agent inherits the whole workflow.",
"version": "0.7.3",
"author": {
"name": "ShipWithAI",
"email": "[email protected]"
},
"source": {
"source": "github",
"repo": "MangalaHQ/shipwithai-design-toolkit"
},
"category": "design",
"tags": [
"design-system",
"harness",
"governance",
"tokens",
"dtcg",
"spec-first",
"hooks",
"agents",
"wcag"
]
},
{
"name": "shipwithai-harness",
"description": "Generate a production-ready Claude Code harness for your project. Auto-detects stack (Next.js, Laravel, Spring Boot). Generates CLAUDE.md, settings.json, and safety hooks in one command.",
"version": "2.0.0",
"author": {
The plugins it lists here
This marketplace lists 5 plugins kept in the same repository. Each has its own page, its own measurements and its own install command.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 168 lines scan A 347ebc67b624
shipwithai marketplace is a plugin published in the GitHub repository ShipWithAI/shipwithai-plugins (10 stars, last pushed 20d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other plugins, from other repositories
coaltipple
CoalTipple — model/effort router for Claude Code. Delegates a task you CAN do but is large+cheap DOWN to a lower tier to save tokens; escalates a task beyond the current tier UP for quality — up to Fable 5, the top rung (a consent-gated, real-money spawn). Two-knob routing (tier × effort, effort-before-tier), an alias.
hunch
A git-native reasoning graph of decisions, bugs, and invariants for your codebase — queried and enforced at reasoning time. Adds the hunch MCP tools plus /hunch:capture, /hunch:heal, /hunch:why, /hunch:fix, /hunch:fragile.
sipcode
Token-economy observatory for Claude Code: forensic per-session audit, A/B savings verifier, reproducible benchmark, and cost prediction — directly in Claude chat. Auto-installs via npx on first use; no separate npm install required.
mas-desktop-ops
MAS Desktop Ops - Major AI Skills specialized plugin.
codingbuddy
PLAN/ACT/EVAL workflow with auto-detection, specialist agents, and reusable skills for systematic TDD development.
coaltipple
CoalTipple — model/effort router for Claude Code. Delegates a task you CAN do but is large+cheap DOWN to a lower tier to save tokens; escalates a task beyond the current tier UP for quality — up to Fable 5, the top rung (a consent-gated, real-money spawn). Two-knob routing (tier × effort, effort-before-tier), an alias.