Agent skills and repo tooling.
agents/skills/— skills, consumed via~/.agents(symlinked toagents/)- one skill per folder:
agents/skills/<name>/SKILL.mdplus bundled scripts
- one skill per folder:
agents/agent-files/— agent definition markdown files (frontmatter + prompt).githooks/— version-controlled git hook sourcessetup.sh— installs hooks from.githooks/into.git/hooks/(run after cloning)devtools/— developer workflow scripts (e.g.new-worktree.sh: split a herdr pane vertically with opencode on the left, lazygit on the right)
Commit messages must start with an allowed prefix, enforced by .githooks/commit-msg:
agents:— changes to agent skills/toolingproject:— changes to the project itselfisolation:— docker container isolation underdocker/models:— model serving and benchmarking undermodels/devtools:— developer workflow scripts underdevtools/
git commit --no-verify bypasses the check.