cd /news/ai-tools/introducing-ai-skills-for-real-engin… · home topics ai-tools article
[ARTICLE · art-101440] src=master.dev ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

Introducing AI Skills for Real Engineers

Matt Pocock released 'AI Skills for Real Engineers,' a suite of AI skills for AI harnesses like Claude Code, designed to improve AI tooling effectiveness for software engineers. The skills include /grill-me for refining requirements, /to-spec for saving work as issues, and /to-tickets for breaking large features into tickets, with installation via 'claude plugins install mattpocock-skills'.

read4 min views2 publishedAug 18, 2026
Introducing AI Skills for Real Engineers
Image: Master (auto-discovered)

AI is an undeniable force in software engineering right now. These tools are trivial to use: tell it what to do, and it does it. But as easy as these tools are to start using, they can be tricky to use well.

This is a post about “AI Skills for Real Engineers” which is a suite of AI “skills” (the kind you install into your AI harness) created by Matt Pocock. These skills exist to help you make AI tooling more effective. I’ve found them to be straightforward to use and very impactful.

We’ll take a brief tour through a few of these skills, which I think most clearly shows the kind of value they can add to almost any software dev’s workflow, no matter what you’re working on.

Installation

I’ll assume you’re using Claude Code (see the docs for other harnesses). To install:

claude plugins install mattpocock-skills

If that fails with something like…

"mattpocock-skills" not found in any marketplace

Then try clearing your Claude Code Marketplace cache (yes, really). This command will do just that:

claude plugins marketplace update

A Skill to Help You Use the Skills

The docs for these skills are pretty clear, but you might still have some questions. Believe it or not, there’s a skill that helps you understand what the other skills do.

Let’s check it out. Imagine you read the docs and you’re not quite sure what the difference between the /grilling

and /grill-me

skills is. You can just fire up the /ask-matt

skill, and ask it.

Let’s actually put these skills to work in an actual project.

Project Setup

Many of these skills will do things like create tickets, or even documentation like ADRs. To get those, and other things set up, the first thing you should do in a new project is run /setup-matt-pocock-skills

.

This is where we configure these skills: where to create issues, where to create ADRs, and so on. It’s a simple thing, but it’s a nice touch to help the other skills run more smoothly.

Producing Clear Requirements with /grill-me

Anyone who’s used LLMs for coding knows that clear, detailed prompts are essential. Missing details are anathema to effective AI use. If you leave AI to assume things you’ve left out of your prompt, you might be disappointed in the result. Tools like Claude Code do have a plan mode, and LLMs in general will happily accept things like “Did I miss anything?” at the end of your prompt, but there’s a better way.

The /grill-me

spec formalizes all that and takes it to the next level.

To get started, just do /grill-me

and describe your feature.

It’ll analyze your prompt and come up with some surprisingly detailed questions. As you answer those, you’ll likely be greeted with some follow-ups.

It’ll keep going like that until it has what it needs.

Implementing (Now, or Later)

At this point, your session and context should have everything needed to implement your feature. You can absolutely feel free to tell Claude something like “looks good, build it.”

Or if, for whatever reason, you’re not ready for this feature to be implemented right this second—perhaps you have 2 or 3 other AI-generated PRs to test and review, perhaps you have two other agents building things right this second, and were just using that waiting time to spec the next thing—then read on.

Saving Work for Later with /to-spec

If you’d like to take the entirety of the current conversation and context and turn it into a single issue for later, you can use the /to-spec

skill. Just call it up, and let the skill do the rest. It’ll even try to add some tests and check with you about the appropriate testing boundaries.

Saving Work for Later with /to-tickets

What if the feature you just designed is big? Humans work best with small, well-defined tasks, and AI agents are no different. You’ll likely get better results if you avoid letting your context window get flooded with content you wouldn’t otherwise need.

Inside that same conversation you just had, via the /grill-me

skill, you can call up the /to-tickets

skill, which will break that feature into multiple issues for you.

It’ll even be smart enough to block tickets as needed, based on dependencies. Naturally, you can make any tweaks to the proposed result you’d like.

Once you’re happy, tell it so, and it’ll do its thing.

You’ll wind up with a nicely filled-out board.

Learning with /teach

We’ve all used LLMs to help us learn or understand something. This skill suite actually has a skill that takes it to the next level. Fire up the /teach

skill, tell it what you’d like to learn about, and it’ll actually put an entire lesson together for you.

When it’s ready, the lesson will pop up in your browser.

When you’re done with that, it can keep churning on the next lesson in this topic.

Parting Thoughts

I hope you find these AI skills as useful as I do. They can really help refine and clarify your ideas into clear, actionable specs that your LLM can execute most effectively. This post has barely scratched the surface of everything they can do. Check the docs for a fuller picture!

── more in #ai-tools 4 stories · sorted by recency
── more on @matt pocock 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/introducing-ai-skill…] indexed:0 read:4min 2026-08-18 ·