feat: import 4 skills from mattpocock/skills#1
Merged
Conversation
Port handoff, grill-me, caveman, and write-a-skill from github.com/mattpocock/skills. Adapted to agent-seed conventions: genericized examples (no domain-specific refs), handoff docs live in handoffs/ in-repo (not /tmp), write-a-skill enforces size limits and README registration, caveman skips drafted external messages so the voice profile wins. Wired /write-a-skill into /learn Step 5 so the self-evolution loop has a concrete recipe when a new skill is needed. Source attribution and full evaluation matrix in memory/external-skill-sources.md.
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.
Summary
.claude/skills/:handoff,grill-me,caveman,write-a-skillhandoffs/directory —/handoffwrites tohandoffs/YYYY-MM-DD-<slug>.mdin-repo and commits, not/tmpmemory/external-skill-sources.mdwith attribution + full evaluation matrix (which mattpocock skills were skipped and why)/write-a-skillinto/learnStep 5 so the self-evolution loop has a concrete recipe when a new skill is neededREADME.md+memory/MEMORY.mdto surface the new skillsWhat changed vs. upstream
handoffhandoffs/in-repo, requires commit. Upstream uses OS tempdir.grill-mecavemancontext/voice/wins. Examples genericized.write-a-skillEach ported
SKILL.mdends with an attribution footer linking back to the upstream source.Duplicate check
Confirmed no overlap:
/learnprunes memory and evolves existing agents/skills — doesn't scaffold new skills from scratch/setupis a one-time wizard picking from a preset menu/write-a-skillfills the gap: the recipe for new skills from scratchTest plan
/handoffwrites tohandoffs/YYYY-MM-DD-<slug>.mdand the file is reviewed before commit/grill-measks one question at a time and recaps decisions at the end/cavemanactivates and persists across turns; drops out for external-message drafts/write-a-skillproduces a SKILL.md that respects agent-seed frontmatter and updates README/learnmentions/write-a-skillin Step 5 when a new-skill gap is detectedscripts/check-markdown-policy.shpasses (verified locally: 0 errors, 0 warnings)