komluk/scaffolding

11 stars · Last commit 2026-06-14

11 agents, 31 skills, 15 commands, 8 hooks — spec-driven multi-agent orchestration for Claude Code.

README preview

# claude-scaffolding

[![Version](https://img.shields.io/badge/version-2.7.0-blue?style=flat-square)](https://github.com/komluk/scaffolding/releases) [![License: MIT](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE) [![Works with Claude Code](https://img.shields.io/badge/Claude%20Code-plugin-8A2BE2?style=flat-square)](https://github.com/komluk/scaffolding) [![Agents](https://img.shields.io/badge/agents-11-orange?style=flat-square)](agents/) [![Skills](https://img.shields.io/badge/skills-35-orange?style=flat-square)](skills/) [![Commands](https://img.shields.io/badge/commands-18-orange?style=flat-square)](commands/) [![Listed on ClaudePluginHub](https://www.claudepluginhub.com/badge/komluk-scaffolding)](https://www.claudepluginhub.com/plugins/komluk-scaffolding?ref=badge)

Portable Claude Code configuration: 11 agents, 35 skills, 18 commands, 9 hooks,
spec-driven workflows. Installs as a Claude Code plugin.

## Overview

`claude-scaffolding` is a portable, markdown-only Claude Code configuration. It
provides multi-agent orchestration, a library of reusable skills, guardrail
hooks, and spec-driven workflows — everything ships as plain markdown and runs
entirely on the Claude Code runtime, with no backend, database, or
long-running process required.

## Why use this

- **Spec-driven workflows** — OpenSpec-style specs keep work grounded and reproducible.
- **11 specialized agents** — analyst, architect, developer, reviewer, debugger, and more, each with a focused role.
- **Parallel multi-agent orchestration** — fan out work across agents and coordinate results.

View full repository on GitHub →