Claude Code Plugins

Plugins that do real work.

Frameworks compose capabilities into full workflows. Toolkits bundle related skills into coordinated sets. Apps do specific jobs. Capability providers handle the rest. You install what you need — the installer wires it together.

Setup

Two commands in your terminal, then install any plugin from inside Claude Code.

1

Add the marketplace

claude plugin marketplace add softwaresoftware-dev/softwaresoftware-plugins

Run in your terminal.

2

Install the installer

claude plugin install softwaresoftware@softwaresoftware-plugins

Run in your terminal.

3

Launch Claude Code and install any plugin

/softwaresoftware:install <plugin-name>

Run inside Claude Code.

Frameworks

Opinionated orchestration that composes capabilities. A framework gives you the workflow and opinions — capability providers handle the implementation. Install a framework and the installer pulls in everything it needs for your environment.

preview

ironframe

Enterprise apps from a prompt

Everything in zapframe plus SSO, RBAC, audit logging, multi-tenancy, API key management, and GDPR compliance. Build enterprise-grade apps with org isolation, custom roles, and a full audit trail out of the box.

Django Next.js RBAC Audit Multi-tenant
preview

zapframe

Full SaaS from a prompt

Django + Next.js with auth, billing, email, monitoring, and Docker already wired up. Create new apps from a description, or develop features on existing ones with regression playbooks.

Django Next.js Stripe Docker
preview

liteframe

Static pages, no ceremony

Clean HTML + CSS at any subdomain. No frameworks, no node_modules, no Docker. Just a page and an Nginx vhost.

HTML CSS Nginx Cloudflare
preview

mindframe

AI agents that learn your org and act on it

Builds a knowledge base of how your organization works from the systems you already use, then runs agents that act on it — reports, reviews, incident triage. Includes the agent runtime, knowledge base, event router, and dashboard.

Knowledge Base AI Agents Automation Reporting
v0.1.0

taskboard

Dashboards Claude writes for your stack

Describe what you watch. Claude captures real API responses from your infrastructure, generates source packs against those fixtures, and serves a live status dashboard. Standalone, or bundled into mindframe.

FastAPI Python Fixtures Observability

Toolkits

Pre-bundled sets of skills that work together as a cohesive unit. Each skill is an individual tool — the toolkit packages them into a coordinated set for a specific workflow.

preview

plugin-dev

Dev loop for plugin authors

Spawns test sessions that load your plugin locally, exercise skills and MCP tools, and report pass/fail. Includes marketplace install smoke testing.

Taskpilot tmux E2E

Apps

Plugins you install because you want what they do. Each one solves a specific problem — the installer handles their dependencies automatically.

preview

gummymine

What are people actually asking for

Scrapes subreddits for complaints, requests, and gaps. Tells you what people want and can't find so you can build it.

Reddit Research Python
GA

tokenboard

Claude Code token leaderboard

Calculates your equivalent API cost from local stats and uploads to a public leaderboard. Runs silently in the background on every session.

Python Leaderboard Stats
GA

knowledge-base

Obsidian-powered project wiki

Claude maintains an Obsidian vault across sessions. Tracks project status, decisions, infrastructure, and cross-project relationships with wikilinks, tags, and git history.

Obsidian Wiki Memory

Capability Providers

Plugins declare what they need — notification, browser automation, scheduling — and capability providers handle the implementation. The installer picks the right provider for your environment. You rarely install these directly.

notification

Send alerts to the user — desktop, email, Slack, or phone.

preview

notify-linux

Desktop notifications via notify-send for Linux environments.

Linux
preview

notify-windows

Desktop notifications via the Windows toast API.

Windows
preview

notify-slack

Notifications via Slack incoming webhooks.

Slack
preview

notify-email

Email notifications via Gmail SMTP.

Gmail

browser-automation

Navigate, screenshot, click, and fill forms in a real browser.

preview

claude-browser-bridge

MCP bridge between Claude Code and your real browser via WebSocket-connected extension.

Browser WebSocket

agent-spawning

Spawn and manage long-running autonomous Claude Code sessions.

preview

taskpilot

Autonomous agents with crash recovery, channel communication, and reboot persistence via systemd.

Agents Python

docker-dev-environment

Dynamic Docker dev environments with port allocation and namespacing.

preview

dockside

Reads docker-compose.yml and runs containers with random host ports so multiple worktrees can run simultaneously.

Docker Compose

deploy

Deploy local services and static sites to public HTTPS URLs.

preview

nginx-cloudflare-deploy

Nginx reverse proxy + Cloudflare Tunnel for public HTTPS from your local machine. Guided setup with persistent config.

Nginx Cloudflare

human-approval

Gate actions behind human confirmation before agents proceed.

preview

approval-channel

Human approval state machine. Channel-agnostic — delivers via any channel provider.

Agents

channel

Bidirectional message channel between agents and humans.

preview

termux-channel

Bidirectional message channel via Termux notifications with inline reply routing.

Android Termux

daemon

Persistent background processes that survive across sessions.

preview

daemon-manager

Start, stop, and monitor long-running daemons with PID files, IPC sockets, and lock files. Auto-restarts daemons when their plugin updates.

Cross-platform

social-posting-reddit

Reddit posting with rate limiting and performance tracking.

preview

reddit-poster

Tracks posts, enforces rate limits, and stores performance metrics via browser automation.

Reddit SQLite

prompt-security

Detect and flag prompt injection attempts in tool results and file reads.

preview

prompt-guard

Passive rules detecting privilege escalation, fake system prompts, instruction smuggling, and exfiltration attempts.

Security Rules

design-system

Consistent visual identity for generated pages and sites.

GA

softwaresoftware-design-system

CSS tokens, font links, and base styles matching the softwaresoftware.dev visual identity.

CSS Design

Marketplace

The infrastructure that makes everything else work — the installer that wires plugins together and the tools that test the install pipeline.

GA

softwaresoftware

Plugin installer

Detects your environment, resolves capability contracts, and auto-selects the right providers. The glue layer between plugins.

Framework Python

How it works

Plugins declare what they need — notification, browser automation, scheduling — as abstract capabilities. Capability providers implement those contracts for specific environments. The installer detects your setup and picks the right providers automatically.

Data providers are secure vaults for personal information — payment cards, addresses, identity documents. Store sensitive data at install time, then use it in workflows without exposing raw values to conversation context. Built-in approval gates for high-sensitivity operations.

Frameworks are opinionated orchestration that composes capabilities into full workflows. Toolkits are pre-bundled sets of skills that work together — each skill is an individual tool, the toolkit packages them as a coordinated set. Apps do specific jobs. You install what you want — the system handles the wiring.

All open source, all free.