{"slug": "ai-skills-for-real-engineers", "title": "AI Skills for Real Engineers", "summary": "Developer Matt Pocock released a public repository of AI agent skills for Claude Code, packaged as markdown files that define repeatable workflows for tasks like spec interrogation and PRD writing. The skills are installable via a single command and aim to help engineers maintain consistent standards while delegating work to AI agents.", "body_md": "These are the agent skills I lean on every day. They live in my `~/.claude`\n\ndirectory and ship as a public repo so anyone can install them, fork them, or open a PR with their own.\n\n[What's a skill?](#whats-a-skill)\n\nA skill is a focused, repeatable workflow an agent can run. It bundles a clear instruction set, the inputs it needs, and the outputs you should expect. Skills live as small markdown files that any Claude-compatible agent picks up.\n\nThe point isn't to wrap the agent in scaffolding. It's to write down the exact moves I'd make for a given problem so the agent runs them the same way I would, every time.\n\n[Install](#install)\n\nOne command pulls the whole catalog into your global skills directory:\n\n```\nnpx skills add mattpocock/skills -y -g\n```\n\nDrop `-g`\n\nto install into the current project only. Once installed, any agent that reads `~/.claude/skills`\n\n(Claude Code is the obvious one) can pick a skill from the catalog and run it.\n\nYou can also install individual skills if you don't want the whole set. Browse the source for slugs: [github.com/mattpocock/skills](https://github.com/mattpocock/skills).\n\n[How I use them](#how-i-use-them)\n\nEach skill below is a workflow I reach for in a specific moment: a vague spec to interrogate, a domain to model, a PRD to write, a backlog to break down, a feature to test-drive. They aren't \"AI productivity hacks.\" They're how I keep my taste and standards intact while the agent does the work.\n\n[Open source](#open-source)\n\nThe catalog lives at [github.com/mattpocock/skills](https://github.com/mattpocock/skills). If you've shaped a skill that's earned its place in your workflow, share it.", "url": "https://wpnews.pro/news/ai-skills-for-real-engineers", "canonical_source": "https://www.aihero.dev/skills-catalog", "published_at": "2026-07-06 16:04:48+00:00", "updated_at": "2026-07-09 05:52:31.877628+00:00", "lang": "en", "topics": ["ai-tools", "developer-tools", "ai-agents"], "entities": ["Matt Pocock", "Claude Code", "GitHub"], "alternates": {"html": "https://wpnews.pro/news/ai-skills-for-real-engineers", "markdown": "https://wpnews.pro/news/ai-skills-for-real-engineers.md", "text": "https://wpnews.pro/news/ai-skills-for-real-engineers.txt", "jsonld": "https://wpnews.pro/news/ai-skills-for-real-engineers.jsonld"}}