Add-herdr-skill-to-tracked-skills - #1866
Closed
blazingbunny wants to merge 1 commit into
Closed
Conversation
Copy the herdr pane-control/reasonix-dispatch/browser-harness-dispatch skill from ~/.claude/skills/herdr into firstmate's own tracked .agents/skills/herdr/. The skill previously lived only as a global Claude Code user-level skill outside any git repo; firstmate now has its own durable, tracked copy. - All 11 files (SKILL.md, 4 version snapshots, VERSIONING.md, 5 reference files) copied verbatim from source. - Added metadata.internal=true to SKILL.md frontmatter per AGENTS.md's .agents/skills/ convention (firstmate-loaded internal skills carry metadata.internal=true for installers). - Version snapshots (SKILL.v1-v4.md) left without the metadata flag: they are read-only history (per VERSIONING.md), v1 was named cyber-mux and never carried it, and installers discover the live SKILL.md only. Adding it would be anachronistic and unfaithful. - Added one trigger line to AGENTS.md section 13 (agent-only reference skills) pointing at herdr for pane-control/reasonix/browser-harness dispatch, per the firstmate-coding-guidelines trigger-hygiene rule. - Verified byte-for-byte fidelity via diff -r: only the SKILL.md metadata block differs from source. - The global ~/.claude/skills/herdr copy is untouched and keeps working via Claude Code's own skill discovery; this is a tracked copy, not a migration or removal.
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.
What
Copy the herdr pane-control/reasonix-dispatch/browser-harness-dispatch skill from ~/.claude/skills/herdr into firstmate's own tracked .agents/skills/herdr/. The skill previously lived only as a global Claude Code user-level skill outside any git repo; firstmate now has its own durable, tracked copy.
Changes
Verification
Out of scope