agent-skills

Agent Skills and AGENTS.md: How to Organize What Your AI Agent Can Do

Agent skills are converging on a shared convention built around AGENTS.md and agent-optimized CLIs. Here's what that means, why how you organize skills changes runtime behavior, and how to structure agent tooling so the right capability fires at the right time.

06/13/2026 · AI Tutorials · 8 min read

How to Evaluate Agent Skills: Frameworks, Benchmarks, and What Actually Matters

New frameworks and benchmarks finally make agent skill quality measurable. Here's a practical playbook for scoring and evolving your own skills — and why how you organize them changes runtime behavior.

06/12/2026 · Model Evaluation · 7 min read

Agent Skills Explained: Building Reusable Claude Code Skills (With a TDD Example)

Stop re-prompting your coding agent from scratch. "Skills" are the unit of reuse for agents — here's the anatomy of a skill, why it beats one-off prompting, and a worked test-driven development example you can adapt.

06/07/2026 · AI Tutorials · 10 min read

How to Build Agent Skills: A Practitioner's Guide

Agent skills are how you turn a general-purpose AI agent into a reliable specialist. Here's a practitioner's guide to scoping, writing, and testing agent skills — with the vocabulary (harness vs. scaffold) and patterns that actually hold up.

06/06/2026 · AI Tutorials · 9 min read

How to Build an Agent Skill for Test-Driven Development

Learn to package test-driven development as a reusable agent skill for TDD, so your coding agent writes a failing test first, implements to green, and refactors — on every run.

06/06/2026 · AI Tutorials · 8 min read