project-scaffold

Installation
SKILL.md

ProjectScaffold

Scaffold a new CLEF project named $ARGUMENTS with the standard directory layout, example concept, and configuration files.

When to use: Use when starting a new CLEF project from scratch. Creates the standard directory structure, example concept spec, and configuration files.

Design Principles

  • Minimal Viable Structure: Scaffold the minimum needed to run clef check and clef generate — don't overload with unused templates.
  • Convention Over Configuration: Project follows standard directory layout (specs/, syncs/, implementations/) so tools work without configuration.

Step-by-Step Process

Related skills
Installs
1
First Seen
Mar 11, 2026