Skip to content
the fractally marketplace

Claude Code plugins, end to end. pick one, or run both.

Focused plugins for Claude Code, each a guided orchestrator plus standalone, individually callable skills. Add the marketplace once, then install what you need.

2  plugins 14  skills resume-aware living  docs
install

add the marketplace, once

One marketplace, every plugin. Add it, then install any plugin by name, in the Claude Code CLI or the /plugin menu.

step 1 · add the marketplace

claude plugin marketplace add pricklywiggles/fractally-claude-marketplace

step 2 · install a plugin

claude plugin install ship-it@fractally-claude-marketplace
claude plugin install stack-it@fractally-claude-marketplace

Already added it? Refresh listings with claude plugin marketplace update fractally-claude-marketplace. Plugins activate on install; their skills run when Claude judges them relevant, or call one directly as /ship-it:init, /stack-it:setup-stack.

the plugins

two plugins, both end to end

Each is a guided orchestrator over a set of standalone skills. Use the whole pipeline, or call any one stage on its own.

ship-it

v0.2.1

From ticket to merged PR, a batch at a time.

Drives issue-tracker tickets, or your current local changes, through plan, implement, review, and PR, concurrently across a batch, keeping living docs in step. Every stage is a standalone skill you can call on its own.

orchestrator + 7 standalone skills concurrent lanes git worktrees
open the ship-it manual

the run, end to end

resolve plan checkpointyou approve run batch PR concurrent lanes, one gate before anything ships

zero to a verified stack

identify decide install verify document stack fault loops back to decide

stack-it

v0.4.0

Your stack is the foundation of everything you build.

From the database to the framework to the test tooling, every choice shapes your developer experience and your results. stack-it takes you from an empty folder to a fully set-up stack, with options and guidance at each step, and the pesky install and compatibility issues handled for you.

orchestrator + 5 standalone skills version-pinned runs it green
open the stack-it manual
shared design

built on the same bones

Different jobs, one philosophy. Whichever plugin you reach for, the shape is familiar.

01

orchestrator + standalone skills

A guided orchestrator runs the whole flow; every stage is also a skill you can call on its own.

02

resume-aware & idempotent

Re-run safely. Each picks up from wherever you are and writes into managed, refreshable blocks.

03

living docs, kept current

The work and its record stay in step, so CLAUDE.md and the README never drift from reality.

teams

set it up for a team

Skip the prompts. Register the marketplace and enable both plugins in .claude/settings.json (project) or ~/.claude/settings.json (user). Teammates are prompted to trust and install.

// .claude/settings.json
{
  "extraKnownMarketplaces": {
    "fractally-claude-marketplace": {
      "source": { "source": "github",
        "repo": "pricklywiggles/fractally-claude-marketplace" }
    }
  },
  "enabledPlugins": {
    "ship-it@fractally-claude-marketplace": true,
    "stack-it@fractally-claude-marketplace": true
  }
}