Skip to content

shaug/agent-scripts

Repository files navigation

shaug/agent-scripts

A personal monorepo for agent skills and supporting scripts.

Repository Layout

  • skills/ — skill folders, each containing a SKILL.md and bundled resources
  • justfile — 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

Quick Start

Run the core checks:

just check

Run skill-specific tests:

just test-prepare-changesets

Run deterministic local evals (no Codex required):

just eval-prepare-changesets

Prerequisites

  • Python 3.11+
  • Git
  • GitHub CLI (gh) for PR workflows
  • skills-ref on PATH for skill validation (optional but recommended)

Notes

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published