Lumagua

Scaffold Kit — Development skill for Claude Code

Development community

Installs the project-kit skeleton (.claude/ + CLAUDE.md) in the current project, without overwriting anything existing.

How to install Scaffold Kit

Installs to ~/.claude/skills/lumagua-claude-code-harness-scaffold-kit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lumagua-claude-code-harness-scaffold-kit && curl -fsSL https://raw.githubusercontent.com/Lumagua/claude-code-harness/HEAD/commands/scaffold-kit.md -o ~/.claude/skills/lumagua-claude-code-harness-scaffold-kit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Scaffold Kit does


description: Installs the project-kit skeleton (.claude/ + CLAUDE.md) in the current project, without overwriting anything existing.

Scaffold the "project-kit" in the folder of the **current** project. Goal: give the project an agent-native skeleton (build/verify skill, reviewer agent, `CLAUDE.md` map) at **context cost ≈ 0**, without touching existing files.

Steps

  1. Check the location. Confirm the working directory: is it the root of a real project? If it is a system folde

Alternatives in Development

  • Template Skill — Minimal skeleton for a new skill project structure 97.5k ★
  • Ars Revision Coach — ARS academic-paper revision-coach mode — Revision Roadmap + Response Letter Skeleton 4.5k ★
  • Portaljs Add Chart — Add a chart (line, bar, area, pie, or scatter) to a dataset's showcase in a PortalJS portal 2.3k ★

Full documentation available on GitHub

View Source Repository