feat(skills): sync matt pocock skills + ban ai self-attribution - #16
Merged
Conversation
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
Syncs the vendored Matt Pocock skills to upstream
mattpocock/skills@391a270(2026-07-10) and adds a global rule banning AI self-attribution.Every imported skill was reviewed for prompt-injection, exfiltration, credential access, and destructive commands by an adversarial multi-agent pass before import — result: zero confirmed findings.
Skills
code-review,tdd,grill-me,grill-with-docs,improve-codebase-architecture,handoff,prototype(with their bundled reference files).debugging-protocol→diagnosing-bugs,write-a-skill→writing-great-skills,setup-project-context→domain-modeling,to-prd→to-spec,to-issues→to-tickets.codebase-design,research,triage,wayfinder,grilling, andsetup-agent-tracker(per-repo issue-tracker/triage/domain setup, de-branded from upstream'ssetup-matt-pocock-skills).caveman,zoom-out.chrome-test,brainstorming,refactoring-protocol, and the rest of the non-Pocock skills.All Matt-Pocock branding stripped from shipped content;
/setup-matt-pocock-skillsreferences rewritten to/setup-agent-tracker.Attribution ban
New global rule
no-ai-attributionforbids any model from addingCo-Authored-By, "Generated with", robot emoji, or any self-attribution to commits, PRs, code comments, or anywhere. Distributed to all CLIs likesafety/code-quality; cross-referenced from thegitskill. (These commits and this PR follow it.)Build fix
build-claude-plugin.shnow vendors full skill directories (previously dropped reference files liketdd/mocking.md) and prunes retired/renamed skills from.claude-plugin/skills/on each build instead of leaving them stale.Verification
test_memory_migratefailure is pre-existing and unrelated (fails identically onmain— a Python 3.14 nondeterminism in memory migration).CHANGELOG entries added under
[Unreleased];VERSIONleft forscripts/releaseto bump.