suite-scaffold-gen

Installation
SKILL.md

SuiteScaffoldGen

Scaffold a new CLEF suite named $ARGUMENTS with a suite.yaml manifest, concept spec stubs, and sync directory structure.

When to use: Use when creating a new CLEF suite from scratch. Generates a suite.yaml manifest with concept declarations, sync tier groupings, type parameter alignment, and directory structure stubs.

Design Principles

  • Convention Over Configuration: Generated suite.yaml follows the standard layout — concepts at top, syncs by tier, uses for external references. Tools work without extra configuration.
  • Type Parameter Alignment: Every concept's type parameter has an as tag that enables cross-concept type alignment. Concepts sharing the same as tag share the same entity type.
  • Sync Tier Discipline: Required syncs protect data integrity. Recommended syncs provide useful defaults. Integration syncs wire to external suites. Never promote a recommended sync to required without justification.

Step-by-Step Process

Related skills
Installs
1
First Seen
Mar 11, 2026