feat(herdr-skills): package herdr's agent skill as a skill bundle - #4
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 thetuicr-skillsshape:fromClaudePluginstays false and the builder discoversskills/*/SKILL.mdand synthesizes the manifest. The source pin is a commit (b99002a, which is alsov0.9.0), since the skill file moves independently of herdr's release cadence.Verified:
nix flake check --impure(withdevenv-root) — all checks passednix build .#herdr-skills.default→ manifest{"name":"herdr-skills","skills":["./skills/herdr"]}, tree containsskills/herdr/SKILL.mdnix build .#herdr-skills.skills— flattened passthru buildsnix eval .#manifest—kind: skill-bundle, same systems set asmattpocock-skillsFixes tb-x2s