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.
Add the marketplace
claude plugin marketplace add softwaresoftware-dev/softwaresoftware-plugins
Run in your terminal.
Install the installer
claude plugin install softwaresoftware@softwaresoftware-plugins
Run in your terminal.
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.
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.
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.
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.
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.
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.
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.
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.
Apps
Plugins you install because you want what they do. Each one solves a specific problem — the installer handles their dependencies automatically.
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.
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.
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.
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.
browser-automation
Navigate, screenshot, click, and fill forms in a real browser.
claude-browser-bridge
MCP bridge between Claude Code and your real browser via WebSocket-connected extension.
agent-spawning
Spawn and manage long-running autonomous Claude Code sessions.
taskpilot
Autonomous agents with crash recovery, channel communication, and reboot persistence via systemd.
docker-dev-environment
Dynamic Docker dev environments with port allocation and namespacing.
dockside
Reads docker-compose.yml and runs containers with random host ports so multiple worktrees can run simultaneously.
deploy
Deploy local services and static sites to public HTTPS URLs.
nginx-cloudflare-deploy
Nginx reverse proxy + Cloudflare Tunnel for public HTTPS from your local machine. Guided setup with persistent config.
human-approval
Gate actions behind human confirmation before agents proceed.
approval-channel
Human approval state machine. Channel-agnostic — delivers via any channel provider.
channel
Bidirectional message channel between agents and humans.
termux-channel
Bidirectional message channel via Termux notifications with inline reply routing.
daemon
Persistent background processes that survive across sessions.
daemon-manager
Start, stop, and monitor long-running daemons with PID files, IPC sockets, and lock files. Auto-restarts daemons when their plugin updates.
social-posting-reddit
Reddit posting with rate limiting and performance tracking.
reddit-poster
Tracks posts, enforces rate limits, and stores performance metrics via browser automation.
prompt-security
Detect and flag prompt injection attempts in tool results and file reads.
prompt-guard
Passive rules detecting privilege escalation, fake system prompts, instruction smuggling, and exfiltration attempts.
design-system
Consistent visual identity for generated pages and sites.
softwaresoftware-design-system
CSS tokens, font links, and base styles matching the softwaresoftware.dev visual identity.
Marketplace
The infrastructure that makes everything else work — the installer that wires plugins together and the tools that test the install pipeline.
softwaresoftware
Plugin installer
Detects your environment, resolves capability contracts, and auto-selects the right providers. The glue layer between plugins.
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.