Skip to content
Systems · Thirsty Skill Library

Thirsty Skill Library

internal designation — Thirstys Workshop

A governed, composable library of specialist skills for ChatGPT Skills, built under one constitutional baseline and a CI-enforced packaging pipeline.

What the library is

The library documents 79 specialist skills, each shipped as a self-contained skill.zip. Every skill inherits one constitutional baseline — provenance, uncertainty, reversibility, approval, and handoff rules — injected at build time from a single shared source, so amending the constitution is a one-file change that reaches every skill on the next build.

Build and validation pipeline

  • validate.ps1 — structure, frontmatter, catalog and docs sync
  • check-evals.ps1 — structural eval checks
  • build.ps1 — packages every skill into dist/<name>/skill.zip with a package-identity checksum
  • CI runs all three on every push and pull request

Maturity ladder

UNASSESSED → DRAFT → EXPERIMENTAL → REVIEWED → VALIDATED → STABLE. Maturity is a summary of a per-skill validation record — structural checks, executed trigger/functional/boundary evaluations, human review, and real-use evidence are tracked separately, and maturity may never claim more than the record shows. STABLE additionally requires evidence of actual use.

Limitations and proof trail

  • Documented Skill count and constitutional-baseline framing are as stated in the README; not independently recounted by this portal.
  • Verified CATALOG.json is the machine-readable index this page's maturity ladder is drawn from.
  • Unverified This portal has not independently re-run validate.ps1 or check-evals.ps1 against the pinned commit.