Canonical skill scaffold for Git-backed personal data lists: assets/list.json, validation scripts, and authoring guides.
Published from go-code-bot/list-builder.
npx github:go-code-bot/list-builder
npx github:go-code-bot/list-builder add ./my-list
npx github:go-code-bot/list-builder sync ./my-listOr:
curl -fsSL https://raw.githubusercontent.com/go-code-bot/list-builder/main/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/go-code-bot/list-builder/main/install.sh | bash -s -- ./my-listSKILL.md
assets/list.json
scripts/validate-list.js
assets/list.json is the canonical list definition. It stores the list id,
name, description, optional pipelineId, and column schema. It must not
store records or per-user UI state.
node scripts/validate-list.js assets/list.json