A personal monorepo for agent skills and supporting scripts.
skills/— skill folders, each containing aSKILL.mdand bundled resourcesjustfile— common tasks for testing, validation, and formatting
Current skills:
skills/prepare-changesets— decompose a large, review-ready branch into a deterministic chain of smaller, reviewable changesets and GitHub PRs
Run the core checks:
just checkRun skill-specific tests:
just test-prepare-changesetsRun deterministic local evals (no Codex required):
just eval-prepare-changesets- Python 3.11+
- Git
- GitHub CLI (
gh) for PR workflows skills-refonPATHfor skill validation (optional but recommended)
Each skill should be runnable and testable in isolation. Prefer adding tests
under the skill’s own scripts/tests/ directory and wire them into the
justfile.