mirror of
https://github.com/mattpocock/skills.git
synced 2026-09-12 10:28:06 +07:00
Every em-dash across docs, skill files, scripts, and JSON/YAML metadata was rewritten by hand (commas, colons, periods, parentheses, conjunctions) rather than mechanically substituted, so sentences still read naturally. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
24 lines
605 B
JSON
24 lines
605 B
JSON
{
|
|
"name": "mattpocock",
|
|
"owner": {
|
|
"name": "Matt Pocock",
|
|
"url": "https://www.aihero.dev"
|
|
},
|
|
"description": "Matt Pocock's skills for real engineering, as an installable Claude Code plugin.",
|
|
"plugins": [
|
|
{
|
|
"name": "mattpocock-skills",
|
|
"source": "./",
|
|
"description": "Matt Pocock's agent skills for real engineering (grilling, spec/ticket flows, TDD, code review, domain modelling and more).",
|
|
"category": "engineering",
|
|
"keywords": [
|
|
"engineering",
|
|
"skills",
|
|
"tdd",
|
|
"code-review",
|
|
"grilling"
|
|
]
|
|
}
|
|
]
|
|
}
|