Skip to content

feat(herdr-skills): package herdr's agent skill as a skill bundle - #4

Merged
sigma merged 1 commit into
mainfrom
tb-x2s/add-herdr-skills
Sep 9, 2026
Merged

feat(herdr-skills): package herdr's agent skill as a skill bundle#4
sigma merged 1 commit into
mainfrom
tb-x2s/add-herdr-skills

Conversation

@sigma

@sigma sigma commented Sep 9, 2026

Copy link
Copy Markdown
Member

Adds packages/herdr-skills, packaging herdr's agent skill (skills/herdr/) as a Claude Code plugin directory. The skill teaches an agent to drive Herdr from inside a Herdr-managed pane — inspect workspaces, tabs, panes and neighbouring agents, and split panes without stealing focus. Upstream docs: https://herdr.dev/docs/agent-skill/

Upstream ships no .claude-plugin/plugin.json, so this follows the tuicr-skills shape: fromClaudePlugin stays false and the builder discovers skills/*/SKILL.md and synthesizes the manifest. The source pin is a commit (b99002a, which is also v0.9.0), since the skill file moves independently of herdr's release cadence.

Verified:

  • nix flake check --impure (with devenv-root) — all checks passed
  • nix build .#herdr-skills.default → manifest {"name":"herdr-skills","skills":["./skills/herdr"]}, tree contains skills/herdr/SKILL.md
  • nix build .#herdr-skills.skills — flattened passthru builds
  • nix eval .#manifestkind: skill-bundle, same systems set as mattpocock-skills

Fixes tb-x2s

Herdr ships an agent skill at skills/herdr/ that teaches an agent to drive
Herdr from inside a Herdr-managed pane — inspect workspaces, tabs, panes and
neighbouring agents, and split panes without stealing focus.
https://herdr.dev/docs/agent-skill/

Upstream ships no .claude-plugin/plugin.json, so this follows the tuicr-skills
shape: fromClaudePlugin stays false and the builder discovers skills/*/SKILL.md
and synthesizes the manifest. The source pin is a commit, since the skill moves
independently of herdr's release cadence.

Fixes tb-x2s
@sigma
sigma merged commit d7a34ae into main Sep 9, 2026
1 check passed
@sigma
sigma deleted the tb-x2s/add-herdr-skills branch September 9, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant