Hidde de Smet
Hidde de Smet

Meet me

Stories, journeys, and ideas for the creatively curious

Join me on a journey where every post brings a fresh perspective. This blog is for those who are driven by curiosity and a desire to learn.

Featured

98 skill folders, three coding setups, seven that don't exist: auditing your own SKILL.md library

I counted the skill folders across Claude Code, a shared agents catalog, and Copilot on my own machine. 98 total, including seven Google ADK Agents CLI folders pointing at nothing. Here's what a real audit finds and the checklist to run it yourself.

Spec-Kit vs OpenSpec: two takes on spec-driven development

Spec-Kit and OpenSpec are two prominent spec-driven workflows for AI coding agents. They look similar on the surface and diverge sharply once you actually use them. Here's how they compare on workflow, philosophy, brownfield support, and customization.

The real cost of AI coding agents: what your team actually spends

A quick chat costs about $0.0015. A heavy agent session costs $5. GitHub just admitted flat-rate pricing can't survive this gap. Here's what AI coding agents actually cost at team scale, with real numbers from official sources.

Five files, one repo: the complete Copilot customization stack

Five customization files, one .NET Aspire repo, one complete agent setup. How AGENTS.md, .instructions.md, SKILL.md, .prompt.md, and .agent.md work together in practice.

AGENTS.md vs .agent.md: repo rules and custom agent roles explained

The difference between AGENTS.md and .agent.md, how GitHub Copilot uses both, and when to write repo instructions versus a custom agent persona.

SKILL.md, explained: the file is singular, the folder is plural

Why GitHub Copilot skills live in plural folders but singular SKILL.md files, how they load, and when supporting files are pulled in on demand.

Single-agent, tools, or a team? A practical comparison of AI coding setups

Single-agent, agent-with-tools, or multi-agent? The same feature through all three setups, the failure modes to watch for, and a decision matrix you can actually use.