Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By slamb2k
AI-assisted planning, development, and governance for full project lifecycle: scaffolding, feature dev, web design prototyping, CI/CD, IaC, automated PR management, and code review with guardrails.
npx claudepluginhub slamb2k/mad-skills --plugin mad-skillsInitialize any project directory with a standard scaffold for AI-assisted development. Creates specs/ and context/ directories, a project CLAUDE.md with development workflow and guardrails, .gitignore, and branch protection. Recommends claude-mem for persistent memory. Idempotent — safe to run on existing projects. Triggers: "init project", "setup brace", "brace", "initialize", "bootstrap", "scaffold".
Context-isolated feature development pipeline. Takes a detailed design/plan as argument and executes the full feature-dev lifecycle (explore, question, architect, implement, review, ship) inside subagents so the primary conversation stays compact. Use when you have a well-defined plan and want autonomous execution with minimal context window consumption.
Generate multiple unique web design variations for any website or web application. Accepts site specifications from a file (--spec path) or pasted text block. Creates a Vite + React + TypeScript + Tailwind project with Bun and produces N different creative designs accessible at /1, /2, /3, etc. Use when prototyping or exploring design directions for any web interface.
Generate container-based release pipelines that build once and promote immutable artifacts through environments (dev → staging → prod). Detects your stack, interviews for infrastructure choices, then outputs deterministic CI/CD files (Dockerfile, workflows, deployment manifests) that run without an LLM. Use when setting up deployment pipelines, containerizing an app, creating release workflows, or connecting CI to container-friendly infrastructure (Azure Container Apps, AWS Fargate, Google Cloud Run, Kubernetes, Dokku, Coolify, CapRover, etc.).
Generate Infrastructure as Code (IaC) pipelines that provision the cloud and container infrastructure your app deploys to. Interview-driven: detects your stack and cloud provider, then outputs deterministic IaC files (Terraform, Bicep, Pulumi, or CDK) plus CI/CD pipelines that plan on PR and apply on merge. Use when setting up cloud infrastructure, provisioning container registries, databases, networking, DNS, or any infrastructure that containers deploy onto. Designed to run before /dock — /keel lays the infrastructure, /dock deploys to it.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Full-cycle project development - brainstorm ideas, create specifications, plan architecture, initialize projects, and execute implementation with integrated workflows from superpowers and spec-kit
Scaffold new projects and add features with best-practice templates
Full-stack agents — frontend, backend, API, DevOps architects
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Use Claude Code As Is - native plugin leveraging built-in architecture
Development toolkit for Claude Code — plan, implement, ship, review, and assess features with AI-assisted workflows. Progressive zero-config init: auto-configures with sensible defaults on first skill invocation, no upfront ceremony required. Three-tier ceremony model: swift (lightweight), standard (mid-ceremony spec-plan-execute), and thorough (full pipeline) with severity-aware scope routing. Five entry points: arn-planning (scope router, spec, plan), arn-implementing (execute plans, swift, or standard changes), arn-shipping (commit, push, PR), arn-reviewing-pr (PR feedback), arn-assessing (codebase health). Includes arn-code-sketch for UI preview, arn-code-swift for quick implementations, and arn-code-standard for mid-ceremony changes. Includes arn-code-catch-up for retroactive documentation of out-of-pipeline commits. Pipeline preference persistence for streamlined repeat sessions. Batch pipeline: arn-code-batch-planning (multi-feature planning), arn-code-batch-implement (parallel worktree execution), arn-code-batch-merge (conflict-aware merge), arn-code-batch-simplify (cross-feature quality).
AI-native Git workflow automation for Claude Code
Have a squiz at any web page from Claude Code. Token-efficient browser automation using agent-browser with context isolation. Works on Windows, WSL, Linux VMs, and macOS — no Chrome extension required.
Intelligent financial management plugin containing an intelligent skill for Claude Code with PocketSmith API integration. Features AI-powered categorization, tax intelligence, scenario planning, and health checks.

A skill framework for Claude Code. Ships 10 skills covering the full development lifecycle — from project initialization to shipping PRs.
| Skill | Command | Description |
|---|---|---|
| build | /build | Context-isolated feature development pipeline. Takes a design/plan and executes explore, question, architect, implement, review, ship inside subagents. |
| brace | /brace | Initialize projects with a standard scaffold. Creates specs/, tools/, context/ directories, project CLAUDE.md, and branch protection. |
| distil | /distil | Generate multiple unique web design variations. Creates a Vite + React + TypeScript + Tailwind project with N designs at /1, /2, /3. |
| dock | /dock | Generate container release pipelines. Builds once, promotes immutable images through dev → staging → prod. Supports Azure Container Apps, AWS Fargate, Cloud Run, Kubernetes, Dokku, Coolify, CapRover. |
| keel | /keel | Generate IaC pipelines (Terraform, Bicep, Pulumi, CDK) to provision cloud infrastructure. Plans on PR, applies on merge. Provisions what /dock deploys to. |
| prime | /prime | Load project context before feature work. Supports domain-specific context (security, routing, dashboard, etc.). |
| rig | /rig | Bootstrap repos with lefthook hooks, commit templates, PR templates, and GitHub Actions workflows. Idempotent. |
| ship | /ship | Full PR lifecycle — sync with main, create branch, commit, push, create PR, wait for CI, fix issues, squash merge, cleanup. |
| speccy | /speccy | Interview-driven specification builder. Reviews code/docs, interviews through targeted questions, produces structured specs. |
| sync | /sync | Sync local repo with origin/main. Stashes changes, pulls, restores stash, cleans up stale branches. |
The 10 skills form a complete development-to-deployment pipeline. Each skill produces artifacts that downstream skills consume.
graph LR
A["/brace<br/>Project Init"] --> B["/rig<br/>Dev Tooling"]
B --> C["/speccy<br/>Spec Builder"]
C --> D["/build<br/>Features"]
D --> E["/ship<br/>Merge PRs"]
E --> F["/keel<br/>Infra (IaC)"]
F --> G["/dock<br/>Deploy"]
style A fill:#4a9eff,color:#fff
style B fill:#4a9eff,color:#fff
style C fill:#9b59b6,color:#fff
style D fill:#2ecc71,color:#fff
style E fill:#2ecc71,color:#fff
style F fill:#e67e22,color:#fff
style G fill:#e67e22,color:#fff
| Phase | Skills | What happens |
|---|---|---|
| Setup | /brace → /rig | Initialize project structure, install hooks, templates, CI workflows |
| Develop | /speccy → /build → /ship | Spec features, implement in isolated subagents, merge via PR lifecycle |
| Deploy | /keel → /dock | Provision cloud infrastructure, then deploy containers to it |
Supporting skills (/sync, /prime, /distil) are used as needed throughout:
/sync — Pull latest changes before starting work/prime — Load domain context before complex features/distil — Generate multiple web design variationsThis walkthrough follows a Node.js app from an empty folder to a deployed container running on cloud infrastructure.
When you open Claude Code in any project with the mad-skills plugin installed, the session guard runs automatically. It validates your development environment before you write a single line of code.
┌─────────────────────────────────────────────────────┐
│ Session Guard — automatic on every session start │
│ │
│ ✅ CLAUDE.md found │
│ ✅ Git repository initialized │
│ ✅ On branch: main │
│ ⚠️ CLAUDE.md last modified 5 days ago │
│ ℹ️ Task list configured: my-project │
└─────────────────────────────────────────────────────┘
The session guard checks: git status, CLAUDE.md presence and freshness, task list configuration, and branch state. If issues are found, they're surfaced before your first prompt.
/brace — Initialize the ProjectStart in an empty folder. /brace creates the project scaffold.
> /brace my-webapp
What it generates:
my-webapp/
├── CLAUDE.md # AI-readable project instructions
├── .gitignore # Ignores credentials, data, temp files
├── specs/ # Specifications (/speccy → /build)
├── context/ # Domain knowledge and references
└── .tmp/ # Scratch work (gitignored)
The CLAUDE.md it creates becomes the foundation — every subsequent skill reads it for project context.
/rig — Set Up Dev ToolingWith the skeleton in place, /rig bootstraps the development infrastructure.