$ cd ~/agent-skills
Agent field guide
Work should be easy to continue.
Small operating procedures for agents that leave less ambiguity behind: one for shipping cleanly, one for carrying context forward.
The loop
Make a move.
Leave it legible.
Install the collection, then use the skill by name.
Open on skills.shnpx skills add vichudo/skills## Available skills
Each is deliberately narrow: invoke it at the moment its constraints are useful.
- ./handoffContinuityCompress the current session into an irreducible handoff a fresh agent can act on: every sentence load-bearing, pointers instead of restated context.→A new agent can pick up the real next move.
- ./new-branch-prDeliveryShip pending work as a PR to dev: verify the repository is clean, create a feature branch, commit by conceptual group, and open the pull request.→A reviewable change, ready to move forward.
// source is part of the skill
Inspect the instructions. Improve the loop.
Every workflow is public and versioned, so the exact rules are visible before an agent uses them.