[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-497":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},497,"skills","mattpocock\u002Fskills","mattpocock","Skills for Real Engineers. Straight from my .claude directory.","",null,"Shell",119342,10456,786,56,0,800,7080,54813,4833,120,"MIT License",false,"main",[],"2026-06-07 04:00:15","\u003Cp>\n  \u003Ca href=\"https:\u002F\u002Fwww.aihero.dev\u002Fs\u002Fskills-newsletter\">\n    \u003Cpicture>\n      \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fres.cloudinary.com\u002Ftotal-typescript\u002Fimage\u002Fupload\u002Fv1777382277\u002Fskills-repo-dark_2x.png\">\n      \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Fres.cloudinary.com\u002Ftotal-typescript\u002Fimage\u002Fupload\u002Fv1777382277\u002Fskill-repo-light_2x.png\">\n      \u003Cimg alt=\"Skills\" src=\"https:\u002F\u002Fres.cloudinary.com\u002Ftotal-typescript\u002Fimage\u002Fupload\u002Fv1777382277\u002Fskill-repo-light_2x.png\" width=\"369\">\n    \u003C\u002Fpicture>\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n# Skills For Real Engineers\n\nMy agent skills that I use every day to do real engineering - not vibe coding.\n\nDeveloping real applications is hard. Approaches like GSD, BMAD, and Spec-Kit try to help by owning the process. But while doing so, they take away your control and make bugs in the process hard to resolve.\n\nThese skills are designed to be small, easy to adapt, and composable. They work with any model. They're based on decades of engineering experience. Hack around with them. Make them your own. Enjoy.\n\nIf you want to keep up with changes to these skills, and any new ones I create, you can join ~60,000 other devs on my newsletter:\n\n[Sign Up To The Newsletter](https:\u002F\u002Fwww.aihero.dev\u002Fs\u002Fskills-newsletter)\n\n## Quickstart (30-second setup)\n\n1. Run the skills.sh installer:\n\n```bash\nnpx skills@latest add mattpocock\u002Fskills\n```\n\n2. Pick the skills you want, and which coding agents you want to install them on. **Make sure you select `\u002Fsetup-matt-pocock-skills`**.\n\n3. Run `\u002Fsetup-matt-pocock-skills` in your agent. It will:\n   - Ask you which issue tracker you want to use (GitHub, Linear, or local files)\n   - Ask you what labels you apply to ticks when you triage them (`\u002Ftriage` uses labels)\n   - Ask you where you want to save any docs we create\n\n4. Bam - you're ready to go.\n\n## Why These Skills Exist\n\nI built these skills as a way to fix common failure modes I see with Claude Code, Codex, and other coding agents.\n\n### #1: The Agent Didn't Do What I Want\n\n> \"No-one knows exactly what they want\"\n>\n> David Thomas & Andrew Hunt, [The Pragmatic Programmer](https:\u002F\u002Fwww.amazon.co.uk\u002FPragmatic-Programmer-Anniversary-Journey-Mastery\u002Fdp\u002FB0833F1T3V)\n\n**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.\n\nThis 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.\n\n**The Fix** is to use:\n\n- [`\u002Fgrill-me`](.\u002Fskills\u002Fproductivity\u002Fgrill-me\u002FSKILL.md) - for non-code uses\n- [`\u002Fgrill-with-docs`](.\u002Fskills\u002Fengineering\u002Fgrill-with-docs\u002FSKILL.md) - same as [`\u002Fgrill-me`](.\u002Fskills\u002Fproductivity\u002Fgrill-me\u002FSKILL.md), but adds more goodies (see below)\n\nThese 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.\n\n### #2: The Agent Is Way Too Verbose\n\n> With a ubiquitous language, conversations among developers and expressions of the code are all derived from the same domain model.\n>\n> Eric Evans, [Domain-Driven-Design](https:\u002F\u002Fwww.amazon.co.uk\u002FDomain-Driven-Design-Tackling-Complexity-Software\u002Fdp\u002F0321125215)\n\n**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.\n\nI 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.\n\n**The Fix** for this is a shared language. It's a document that helps agents decode the jargon used in the project.\n\n\u003Cdetails>\n\u003Csummary>\nExample\n\u003C\u002Fsummary>\n\nHere's an example [`CONTEXT.md`](https:\u002F\u002Fgithub.com\u002Fmattpocock\u002Fcourse-video-manager\u002Fblob\u002F076a5a7a182db0fe1e62971dd7a68bcadf010f1c\u002FCONTEXT.md), from my `course-video-manager` repo. Which one is easier to read?\n\n- **BEFORE**: \"There's a problem when a lesson inside a section of a course is made 'real' (i.e. given a spot in the file system)\"\n- **AFTER**: \"There's a problem with the materialization cascade\"\n\nThis concision pays off session after session.\n\n\u003C\u002Fdetails>\n\nThis is built into [`\u002Fgrill-with-docs`](.\u002Fskills\u002Fengineering\u002Fgrill-with-docs\u002FSKILL.md). It's a grilling session, but that helps you build a shared language with the AI, and document hard-to-explain decisions in ADR's.\n\nIt's hard to explain how powerful this is. It might be the single coolest technique in this repo. Try it, and see.\n\n> [!TIP]\n> A shared language has many other benefits than reducing verbosity:\n>\n> - **Variables, functions and files are named consistently**, using the shared language\n> - As a result, the **codebase is easier to navigate** for the agent\n> - The agent also **spends fewer tokens on thinking**, because it has access to a more concise language\n\n### #3: The Code Doesn't Work\n\n> \"Always take small, deliberate steps. The rate of feedback is your speed limit. Never take on a task that’s too big.\"\n>\n> David Thomas & Andrew Hunt, [The Pragmatic Programmer](https:\u002F\u002Fwww.amazon.co.uk\u002FPragmatic-Programmer-Anniversary-Journey-Mastery\u002Fdp\u002FB0833F1T3V)\n\n**The Problem**: Let's say that you and the agent are aligned on what to build. What happens when the agent _still_ produces crap?\n\nIt's time to look at your feedback loops. Without feedback on how the code it produces actually runs, the agent will be flying blind.\n\n**The Fix**: You need the usual tranche of feedback loops: static types, browser access, and automated tests.\n\nFor automated tests, a red-green-refactor loop is critical. This is where the agent writes a failing test first, then fixes the test. This helps give the agent a consistent level of feedback that results in far better code.\n\nI've built a **[`\u002Ftdd`](.\u002Fskills\u002Fengineering\u002Ftdd\u002FSKILL.md) skill** you can slot into any project. It encourages red-green-refactor and gives the agent plenty of guidance on what makes good and bad tests.\n\nFor debugging, I've also built a **[`\u002Fdiagnose`](.\u002Fskills\u002Fengineering\u002Fdiagnose\u002FSKILL.md)** skill that wraps best debugging practices into a simple loop.\n\n### #4: We Built A Ball Of Mud\n\n> \"Invest in the design of the system _every day_.\"\n>\n> Kent Beck, [Extreme Programming Explained](https:\u002F\u002Fwww.amazon.co.uk\u002FExtreme-Programming-Explained-Embrace-Change\u002Fdp\u002F0321278658)\n\n> \"The best modules are deep. They allow a lot of functionality to be accessed through a simple interface.\"\n>\n> John Ousterhout, [A Philosophy Of Software Design](https:\u002F\u002Fwww.amazon.co.uk\u002FPhilosophy-Software-Design-2nd\u002Fdp\u002F173210221X)\n\n**The Problem**: Most apps built with agents are complex and hard to change. Because agents can radically speed up coding, they also accelerate software entropy. Codebases get more complex at an unprecedented rate.\n\n**The Fix** for this is a radical new approach to AI-powered development: caring about the design of the code.\n\nThis is built in to every layer of these skills:\n\n- [`\u002Fto-prd`](.\u002Fskills\u002Fengineering\u002Fto-prd\u002FSKILL.md) quizzes you about which modules you're touching before creating a PRD\n- [`\u002Fzoom-out`](.\u002Fskills\u002Fengineering\u002Fzoom-out\u002FSKILL.md) tells the agent to explain code in the context of the whole system\n\nAnd crucially, [`\u002Fimprove-codebase-architecture`](.\u002Fskills\u002Fengineering\u002Fimprove-codebase-architecture\u002FSKILL.md) helps you rescue a codebase that has become a ball of mud. I recommend running it on your codebase once every few days.\n\n### Summary\n\nSoftware engineering fundamentals matter more than ever. These skills are my best effort at condensing these fundamentals into repeatable practices, to help you ship the best apps of your career. Enjoy.\n\n## Reference\n\n### Engineering\n\nSkills I use daily for code work.\n\n- **[diagnose](.\u002Fskills\u002Fengineering\u002Fdiagnose\u002FSKILL.md)** — Disciplined diagnosis loop for hard bugs and performance regressions: reproduce → minimise → hypothesise → instrument → fix → regression-test.\n- **[grill-with-docs](.\u002Fskills\u002Fengineering\u002Fgrill-with-docs\u002FSKILL.md)** — Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates `CONTEXT.md` and ADRs inline.\n- **[triage](.\u002Fskills\u002Fengineering\u002Ftriage\u002FSKILL.md)** — Triage issues through a state machine of triage roles.\n- **[improve-codebase-architecture](.\u002Fskills\u002Fengineering\u002Fimprove-codebase-architecture\u002FSKILL.md)** — Find deepening opportunities in a codebase, informed by the domain language in `CONTEXT.md` and the decisions in `docs\u002Fadr\u002F`.\n- **[setup-matt-pocock-skills](.\u002Fskills\u002Fengineering\u002Fsetup-matt-pocock-skills\u002FSKILL.md)** — Scaffold the per-repo config (issue tracker, triage label vocabulary, domain doc layout) that the other engineering skills consume. Run once per repo before using `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out`.\n- **[tdd](.\u002Fskills\u002Fengineering\u002Ftdd\u002FSKILL.md)** — Test-driven development with a red-green-refactor loop. Builds features or fixes bugs one vertical slice at a time.\n- **[to-issues](.\u002Fskills\u002Fengineering\u002Fto-issues\u002FSKILL.md)** — Break any plan, spec, or PRD into independently-grabbable GitHub issues using vertical slices.\n- **[to-prd](.\u002Fskills\u002Fengineering\u002Fto-prd\u002FSKILL.md)** — Turn the current conversation context into a PRD and submit it as a GitHub issue. No interview — just synthesizes what you've already discussed.\n- **[zoom-out](.\u002Fskills\u002Fengineering\u002Fzoom-out\u002FSKILL.md)** — Tell the agent to zoom out and give broader context or a higher-level perspective on an unfamiliar section of code.\n- **[prototype](.\u002Fskills\u002Fengineering\u002Fprototype\u002FSKILL.md)** — Build a throwaway prototype to flush out a design — either a runnable terminal app for state\u002Fbusiness-logic questions, or several radically different UI variations toggleable from one route.\n\n### Productivity\n\nGeneral workflow tools, not code-specific.\n\n- **[caveman](.\u002Fskills\u002Fproductivity\u002Fcaveman\u002FSKILL.md)** — Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler while keeping full technical accuracy.\n- **[grill-me](.\u002Fskills\u002Fproductivity\u002Fgrill-me\u002FSKILL.md)** — Get relentlessly interviewed about a plan or design until every branch of the decision tree is resolved.\n- **[write-a-skill](.\u002Fskills\u002Fproductivity\u002Fwrite-a-skill\u002FSKILL.md)** — Create new skills with proper structure, progressive disclosure, and bundled resources.\n\n### Misc\n\nTools I keep around but rarely use.\n\n- **[git-guardrails-claude-code](.\u002Fskills\u002Fmisc\u002Fgit-guardrails-claude-code\u002FSKILL.md)** — Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, etc.) before they execute.\n- **[migrate-to-shoehorn](.\u002Fskills\u002Fmisc\u002Fmigrate-to-shoehorn\u002FSKILL.md)** — Migrate test files from `as` type assertions to @total-typescript\u002Fshoehorn.\n- **[scaffold-exercises](.\u002Fskills\u002Fmisc\u002Fscaffold-exercises\u002FSKILL.md)** — Create exercise directory structures with sections, problems, solutions, and explainers.\n- **[setup-pre-commit](.\u002Fskills\u002Fmisc\u002Fsetup-pre-commit\u002FSKILL.md)** — Set up Husky pre-commit hooks with lint-staged, Prettier, type checking, and tests.\n","该项目提供了一系列面向实际工程需求的技能脚本，旨在帮助开发者更高效地进行软件开发。核心功能包括易于适应、可组合的小型技能脚本，这些脚本基于多年的工程经验设计，能够与任何模型配合使用。技术特点上，通过简洁的安装命令和快速配置流程，用户可以轻松挑选并自定义所需技能。特别适合那些希望保持对开发过程控制权、减少因工具过度干预而产生的错误，并且需要灵活调整工作流以适应不同项目需求的场景。",2,"2026-06-06 02:36:56","top_all"]