By eszxcvfd
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".
Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.
Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".
Ask which skill or flow fits your situation. A router over the skills in this repo.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent skills for real engineering — fork of mattpocock/skills plus personal extras (Herdr orchestrator).
Repo: https://github.com/eszxcvfd/skills
Use this README to pull the set into any other project.
Chọn một cách. Làm trong thư mục project đích (app/repo bạn đang code).
cd /path/to/your-project
npx skills@latest add eszxcvfd/skills
setup-matt-pocock-skills./setup-matt-pocock-skills một lần/repo (issue tracker, triage labels, docs layout).Cập nhật sau này: chạy lại cùng lệnh npx skills@latest add eszxcvfd/skills.
Giữ một clone; mọi agent đọc skill qua symlink home:
git clone https://github.com/eszxcvfd/skills.git ~/src/skills
cd ~/src/skills
./scripts/link-skills.sh
Script link toàn bộ skill (trừ deprecated/) vào:
~/.claude/skills — Claude Code~/.agents/skills — Codex / Agent Skills standardOpenCode / pi: trỏ skill path tới clone, hoặc copy/symlink thêm:
# OpenCode user config example — skills.paths
# "~/.config/opencode/opencode.json" → "skills": { "paths": ["~/src/skills/skills"] }
Cập nhật:
cd ~/src/skills && git pull && ./scripts/link-skills.sh
cd /path/to/your-project
git submodule add https://github.com/eszxcvfd/skills.git vendor/skills
# hoặc sparse: chỉ lấy skills/engineering + skills/productivity
Rồi cấu hình agent trỏ vào vendor/skills/skills (hoặc copy promoted buckets vào .agents/skills / .claude/skills của project).
Plugin chính thức vẫn từ upstream Matt (read-only, auto-update theo release của ông ấy):
claude plugin marketplace add mattpocock/skills
claude plugin install mattpocock-skills@mattpocock
Dùng A hoặc B nếu bạn muốn bản fork này (có orchestrator-herdr và chỉnh sửa riêng).
/setup-matt-pocock-skills trong agent (tracker + labels + docs)./ask-matt khi không chắc skill nào./grill-with-docs → /to-spec → /to-tickets → /implement.opencode (và agent bạn đang dùng), rồi /orchestrator-herdr — coding agent điều phối, spawn OpenCode workers theo skill project.skills/
engineering/ # promoted — code work (install vào project)
productivity/ # promoted — workflow
personal/ # setup riêng — không ship plugin
misc/ # hiếm dùng
in-progress/ # draft
deprecated/ # bỏ
Promoted = an toàn copy sang project khác (kể cả orchestrator-herdr).
Upstream framing (Matt Pocock) — common agent failure modes and the skills that fix them:
"No-one knows exactly what they want"
David Thomas & Andrew Hunt, The Pragmatic Programmer
The Problem. The most common failure mode in software development is misalignment. You think the dev knows what you want. Then you see what they've built - and you realize it didn't understand you at all.
This is just the same in the AI age. There is a communication gap between you and the agent. The fix for this is a grilling session - getting the agent to ask you detailed questions about what you're building.
The Fix is to use:
/grill-me - for non-code uses/grill-with-docs - same as /grill-me, but adds more goodies (see below)These are my most popular skills. They help you align with the agent before you get started, and think deeply about the change you're making. Use them every time you want to make a change.
With a ubiquitous language, conversations among developers and expressions of the code are all derived from the same domain model.
Eric Evans, Domain-Driven-Design
The Problem: At the start of a project, devs and the people they're building the software for (the domain experts) are usually speaking different languages.
I felt the same tension with my agents. Agents are usually dropped into a project and asked to figure out the jargon as they go. So they use 20 words where 1 will do.
The Fix for this is a shared language. It's a document that helps agents decode the jargon used in the project.
npx claudepluginhub eszxcvfd/skillsMatt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,916 supported skills.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,884 supported skills.