A growing collection of agent skills from my work on ViteHub, Nuxt, auth, validation, Nimiq, and AI coding tools.
npx skills add onmax/skillsThese skills are meant to compose into a lightweight delivery loop:
| Phase | Artifact | Main skills |
|---|---|---|
| Clarify direction | Shared understanding, vocabulary, maybe an ADR | grill-me, grill-with-docs, evidence-research, codex-session-finder, handoff |
| Capture durable memory | .agents/CONTEXT.md terms and atomic ADRs |
grill-with-docs, validate-direction |
| Refine PRs | Focused PR cleanup and checks | pr-refiner, pr-body, strict-code-review, simplify |
| Review reusable code | Package, SDK, or public API review | library-craft, validate-direction |
| Clean workspaces | Worktree and build artifact cleanup | worktree-cleanup |
validate-direction is not a phase. Use it whenever a direction is about to harden into docs, issues, code, PR strategy, or merge action.
| Skill | What it does |
|---|---|
codex-session-finder |
Finds local Codex sessions for review. |
evidence-research |
Researches internal or external evidence for a decision. |
fast-forward |
Skips obvious branches during grilling sessions. |
grill-me |
Interrogates a plan one decision at a time. |
grill-with-docs |
Stress-tests a plan and captures project language. |
handoff |
Captures continuation notes for another agent or session. |
library-craft |
Reviews reusable package shape and public API craft. |
people-skills |
Drafts relationship-preserving messages and interpersonal next actions. |
pr-body |
Writes or reviews PR bodies in the repository's preferred style. |
pr-refiner |
Reviews PR blockers and routes the next refinement step. |
simplify |
Finds the smallest useful simplification for a PR or scope. |
strict-code-review |
Runs a strict maintainability review for structural quality and code-judo simplifications. |
ui |
Routes UI work to the smallest useful design/reference workflow. |
validate-direction |
Challenges a direction before it becomes a plan or doc. |
worktree-cleanup |
Safely cleans current-repo worktrees, stale branches, remote workspaces, and disk-heavy artifacts. |
write-a-skill |
Creates agent skills with proper structure and review checks. |
Use worktree-cleanup from the repo you want to clean:
Use worktree-cleanup here. Clean this repo locally, then clean the shared VPS workspace if relevant. Preserve dirty, untracked, or unique local work and report it first.
The skill defaults to the current session repository for manual cleanup. Daily automation can broaden the scope to common local roots and /home/workspace on the VPS.
These skills build on patterns and ideas from:

