# Scaffold

> Scaffold Claude Code Agent Teams into a project. Use for initial agent system setup or new project configuration. Use when this capability is needed.

- Skill: `tomevault-io/scaffold-4` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/scaffold-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/scaffold-4/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/scaffold-4

---


# /scaffold

Scaffold a Claude Code Agent Teams-based development system into your project.

## Usage

### Interactive mode (default)

```bash
npx create-agent-system
```

Guides you through preset selection, project name, and tech stack confirmation interactively.

### Non-interactive mode

```bash
npx create-agent-system --preset <preset> --yes [options]
```

Options:
- `--preset, -p` — Preset name (solo-dev, small-team, full-team)
- `--project-name, -n` — Project name
- `--target, -t` — Target directory (default: current directory)
- `--no-run` — Skip automatic Claude Code launch
- `--yes, -y` — Skip interactive prompts
- `--dry-run` — Preview only, no files created
- `--save-config` — Save settings to agent-system.config.yaml

## Presets

| Preset | Target | Agents | Workflow |
|--------|--------|--------|----------|
| solo-dev | Solo developer | 5 (essential only) | Streamlined, no review |
| small-team | 2-5 people | 8 (all) | EPIC-based, standard review |
| full-team | Large team | 8 (all) | Full process, strict QA |

## Conflict handling

If an existing CLAUDE.md or .claude/ directory is found, conflict resolution options are provided:
- **Merge** — Keep existing content, add new sections
- **Overwrite** — Replace with new content
- **Skip** — Skip generating that file

## Generated files

- `CLAUDE.md` — Project memory and agent rules
- `.claude/agents/*.md` — Agent definitions
- `.claude/skills/*/SKILL.md` — Skill definitions
- `.claude/settings.json` — Agent Teams settings

---
> Source: [Jeremy-Kr/create-agent-system](https://github.com/Jeremy-Kr/create-agent-system) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 -->

