Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Forge by ShipToday — Free, AI-powered product development lifecycle automation. Describe what you want to build and Forge routes your feature requests, bug reports, and architecture explorations through structured PDLC workflows. No trigger words needed.

Install to Claude Code

/plugin install forge-shiptoday@shiptoday

Run in Claude Code. Add the marketplace first with /plugin marketplace add ShipToday/forge-plugin-claude-mp if you haven't already.

README.md

ShipToday Marketplace for Claude Code

The official Claude Code plugin marketplace from

ShipToday.

Available plugins

| Plugin | Description | | ------ | ----------- | | forge-shiptoday | Free, AI-powered product development lifecycle automation. Just describe what you want to build — Forge routes your feature requests, bug reports, and architecture explorations through structured PDLC workflows. No trigger words needed. |

Installation

Add this marketplace to Claude Code, then install a plugin from it:

/plugin marketplace add ShipToday/forge-plugin-claude-mp
/plugin install forge-shiptoday@shiptoday

The first command registers the marketplace (referenced by its name,

shiptoday). The second installs the Forge plugin from it. Browse everything available with /plugin.

To update later:

/plugin marketplace update shiptoday

Repository structure

forge-plugin-claude-mp/
├── .claude-plugin/
│   └── marketplace.json          # Marketplace manifest (lists the plugins)
├── plugins/
│   └── forge-shiptoday/          # The Forge plugin
│       ├── .claude-plugin/
│       │   └── plugin.json       # Plugin manifest
│       ├── .mcp.json             # Forge MCP server definition
│       ├── hooks/
│       │   ├── hooks.json        # Hook wiring
│       │   └── *.cjs             # Hook scripts
│       ├── skills/
│       │   ├── forge-autopilot/SKILL.md
│       │   └── forge-workflow/SKILL.md
│       ├── README.md
│       └── LICENSE
├── README.md
└── LICENSE

The marketplace manifest lives at .claude-plugin/marketplace.json. Each plugin lives in its own directory under plugins/, and the manifest's source fields are repo-relative paths (e.g. ./plugins/forge-shiptoday) pointing at those directories.

Local development & testing

Test the marketplace from a local checkout before pushing:

git clone https://github.com/ShipToday/forge-plugin-claude-mp
/plugin marketplace add ./forge-plugin-claude-mp
/plugin install forge-shiptoday@shiptoday

To work on the Forge plugin in isolation, point Claude Code at its directory:

claude --plugin-dir ./forge-plugin-claude-mp/plugins/forge-shiptoday

Adding a plugin to this marketplace

1. Create plugins/<your-plugin>/ with a .claude-plugin/plugin.json manifest (plus any skills/, agents/, commands/, hooks/, and .mcp.json the plugin needs). 2. Add an entry to the plugins array in .claude-plugin/marketplace.json with a

name, a repo-relative source (./plugins/<your-plugin>), and a

description. 3. Validate the JSON and confirm it loads with

/plugin marketplace add ./forge-plugin-claude-mp.

License

MIT — see LICENSE. Each plugin is additionally covered by the license in its own directory.

Related plugins

Browse all →