slamb2k
01Plugin Claude Code
Claude Code plugins by Simon Lamb.
Plugin Claude Code
Claude Code plugins by Simon Lamb.
Plugin Claude Code
AI-assisted planning, development and governance tools.
Instructions file
Instructions for slamb2k/mad-skills, covering claude.md, skill usage guide, positioning: complementary to superpowers, when to use each skill and lifecycle ordering.
Skill Claude CodeCodex
The digital librarian for Claude Code projects. Enforces structured document lifecycle management - organizing, indexing, and archiving project documentation automatically. Use when creating, organizing, or managing project documentation. Ensures documents are created in the proper docs/ directory structure with…
Agent
Use this template when delegating document operations via Task tool.
Skill Claude CodeCodex
An example skill demonstrating the expected structure for this repository. Use this as a template when creating new skills. Trigger whenever someone asks about creating a new skill for this repo or wants to see the expected format.
Skill Claude CodeCodex
Context-efficient Git and Graphite workflows for Claude Code. Automatically delegates verbose git/Graphite CLI operations to isolated subagents, reducing context pollution by 225x. Use when working with git operations, Graphite stacked diffs, or any git workflow that produces verbose output. Prevents context window…
Agent
Use this template when creating a custom graphite-ops agent via /agents create.
Skill Claude CodeCodex
Run the full OMC idea-to-merged-PR pipeline — cancel + deep-interview + ralplan + autopilot + mad-skills:ship — in a single invocation. Explicit-only; this skill never auto-activates. Only run when the user literally types /launch. Do not invoke on phrases like "launch this", "ship it", "full pipeline", or similar …
Skill Claude CodeCodex
Comprehensive UI/UX design system for creating professional web interfaces through structured multi-stage process. Use when users request website designs, landing pages, web apps, UI mockups, design systems, or interface prototypes. Guides through requirements gathering, design system creation from…
Skill Claude CodeCodex
Context-efficient browser automation using Playwright scripts and subagent isolation. Use when you need to interact with web pages, extract data from websites, verify page elements, or automate browser tasks while avoiding context window pollution from verbose HTML/accessibility trees. Provides both direct script…
Agent
You are a browser investigation specialist that handles verbose web automation tasks while keeping the parent agent's context clean.
Skill Claude CodeCodex
Comprehensive repository initialization and scaffolding for new projects. Use when setting up a new repository from scratch with git, GitHub, CI/CD workflows, branch protection, validation checks (format, lint, type-check, tests, builds), git hooks (husky/lefthook), GitHub Actions for PR and main branch validation…
Hook
Runs when a session starts on startup, clear, compact, startup and resume, executing session-guard.cjs and ferry.sh (3 commands). From slamb2k/mad-skills.
Hook
Runs when you submit a prompt, before the agent sees it, executing session-guard.cjs. From slamb2k/mad-skills.
Skill Claude CodeCodex
Initialize 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. Idempotent — safe to run on existing projects. Triggers: "init project", "setup brace"…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Ferry a session's live state across a context reset — persist a waybill document and signal the next fresh session to resume from it. Use when the user types /ferry, says they want to hand off, checkpoint, wrap up, clear context, or start fresh while preserving state, or asks to carry work into a new session with…
Skill Claude CodeCodex
Generate secure, low-infrastructure release pipelines that publish artifacts directly — language packages (npm, PyPI, crates, RubyGems, NuGet, Go), GitHub Releases with binaries, static sites/Pages, or serverless functions — without building a container image. OIDC/trusted publishing, provenance, idempotent publish…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
The project's single "what's on deck" surface — one command, two sections. Shows the best-practice lifecycle stages this project should adopt next (computed from repo state, via the recommendation engine) AND the durable backlog of follow-ups (ideas, deferred fixes, open questions, risks, tech debt) captured at /build…
Skill Claude CodeCodex
Load project context before implementing features or making architectural decisions. Invoke proactively at the start of significant work on any project. Scans CLAUDE.md, README, specs/, docs/, and source structure to build a context summary. Supports optional domain hints to focus on specific areas of the codebase.…
Skill Claude CodeCodex
Idempotently bootstrap any repository with standard development tools, hooks, and workflows. Use when starting work on a new repo, onboarding to an existing project, or ensuring a repo has proper CI/CD setup. Configures: git hooks (lefthook) including a secret-scan pre-commit check for accidentally staged…