AI agent skills
7 stories tagged AI agent skills.
Matt Pocock's Modular Claude Code Skills Explained
Matt Pocock's Claude Code skills take a modular approach to AI-assisted development. Here's what /grill-me, /to-spec, and /to-tickets actually do differently.
David Ondrej's Open-Source Agent Skills Repo Explained
David Ondrej's Open-Source Agent Skills Repo Explained
David Ondrej open-sourced his AI agent skills repo and it went viral. Here's what the eight highlighted skills actually do—and why they matter.
A Practical Checklist for Writing Better AI Agent Skills
A Practical Checklist for Writing Better AI Agent Skills
Matt's four-part framework—trigger, structure, steering, pruning—offers the shared rubric developers need to escape the growing chaos of AI agent skill hell.
AI Agents Learn Procedural Knowledge Through Skills
AI Agents Learn Procedural Knowledge Through Skills
AI agents know facts but lack procedural knowledge. Skills—simple markdown files—teach them workflows and judgment. Here's how the standard works.
AI Agent Skills: The Markdown Files That Teach Once
AI Agent Skills: The Markdown Files That Teach Once
Skills are markdown files that give AI agents context on demand—solving the problem of repeating instructions without overloading context windows.
How to Build AI Agent Skills That Actually Work
How to Build AI Agent Skills That Actually Work
Nufar Gaspar's masterclass reveals the frameworks for creating effective AI agent skills—from trigger design to the critical 'gotcha' section most skip.
The Dry Run Workflow: Teaching AI Agents New Skills
The Dry Run Workflow: Teaching AI Agents New Skills
A developer demonstrates how to convert one-off terminal tasks into reusable AI agent skills through manual execution—and it actually works.