Add Matt Pocock engineering-skills repo config - #450
Merged
Conversation
Scaffold the per-repo configuration the engineering skills expect: - CLAUDE.md gains an "## Agent skills" section pointing at the docs below - docs/agents/issue-tracker.md — GitHub via the gh CLI (PRs-as-request surface flag left off) - docs/agents/domain.md — single-context domain-doc consumer rules (root CONTEXT.md + docs/adr/) No triage-labels.md: the triage skill isn't installed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Scaffolds the per-repo configuration that Matt Pocock's engineering skills assume:
CLAUDE.md— adds an## Agent skillssection pointing at the two docs files below.docs/agents/issue-tracker.md— declares GitHub (via theghCLI) as this repo's issue tracker. The "PRs as a request surface" flag is left off.docs/agents/domain.md— single-context domain-doc consumer rules (rootCONTEXT.md+docs/adr/).Why
Skills like
to-tickets,to-spec,qa, andwayfinderneed to know where issues live and how to read/write them; codebase-exploring skills (code-review,domain-modeling,diagnosing-bugs) need theCONTEXT.md/ADR conventions. These files are the contract they read.Notes for reviewer
docs/agents/triage-labels.mdwas written because thetriageskill isn't installed. If it's added later, re-running the setup skill will add the label vocabulary.derduher/blaster), no monorepo signals → single-context.🤖 Generated with Claude Code