shipwithai marketplace

A collection of Claude Code extensions covering different stages of software development. Claude Code is a coding assistant that can use commands, skills, and agents inside a project.

In plain words
What is it for?
For adding development workflows and specialised helpers to Claude Code, including authentication setup and design-system guidance.
Why use it?
It groups reusable tools for activities such as authentication, design work, and development checks instead of requiring each capability to be assembled separately.

Plugin for Claude Code

Install

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.

Claude Code
/plugin marketplace add ShipWithAI/shipwithai-plugins
agentmods
npx agentmods add plugins/shipwithai/shipwithai-plugins/marketplace
Clone the repo
git clone --depth 1 https://github.com/ShipWithAI/shipwithai-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade 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.

.claude-plugin/marketplace.json · 168 lines

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": {
     

Read the full file on GitHub · 168 lines

Changes

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.

  1. 3d ago First seen · 168 lines scan A 347ebc67b624

Subscribe to this mod's changes

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.

Related

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.

TheColliery/CoalTipple · not measured

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.

davesheffer/hunch · not measured

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.

Anuj7411/sipcode · not measured

mas-desktop-ops

MAS Desktop Ops - Major AI Skills specialized plugin.

alivirgo/Major-AI-Skills · not measured

codingbuddy

PLAN/ACT/EVAL workflow with auto-detection, specialist agents, and reusable skills for systematic TDD development.

JeremyDev87/codingbuddy · not measured

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.

TheColliery/CoalTipple · not measured