AI agent skills
5 stories tagged 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.