komluk/scaffolding

15 stars · Last commit 2026-08-02

Spec-driven multi-agent orchestration plugin for Claude Code — 13 agents, 35 skills, per-phase model tiers, opt-in lifecycle hooks, and optional cross-device semantic memory.

README preview

# claude-scaffolding

[![Version](https://img.shields.io/badge/version-2.8.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-13-orange?style=flat-square)](agents/) [![Skills](https://img.shields.io/badge/skills-36-orange?style=flat-square)](skills/) [![Commands](https://img.shields.io/badge/commands-19-orange?style=flat-square)](commands/) [![Listed on ClaudePluginHub](https://www.claudepluginhub.com/badge/komluk-scaffolding)](https://www.claudepluginhub.com/plugins/komluk-scaffolding?ref=badge)

Spec-driven multi-agent orchestration for Claude Code — pure markdown, zero backend,
runs on the stock runtime. 13 agents, 36 skills, 19 commands, 15 hooks, per-phase model
tiers, opt-in lifecycle hooks, optional cross-device semantic memory.

## 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

**Pure markdown, zero backend, runs on stock Claude Code.**
Everything is markdown files — agents, skills, commands, hooks. No database, no backend service, no long-running process. All orchestration logic runs in Claude Code's built-in environment. Optional (not required) semantic-memory backend for cross-device recall; gracefully degrades without it.

View full repository on GitHub →