• On Fluent Acceptance-Testing DSLs

    I just completed a small CLI tool in which I used a testing style, 'fluent acceptance-testing Domain Specific Languages (DSLs)', heavily, with good results. They are custom test specifications that read close to natural language, test behaviour rather than implementation, and sur…

  • Implementing and understanding agent skills

    This article explains how to add agent skills support to coding harnesses lacking native support, based on my experience implementing Skills Primer, a CLI tool I wrote. Skills integration instructions and skills catalogue The agent skills documentation explains very well how to i…

  • Why I built skills-primer: making skills work in any agent

    This page explains why I implemented Skills Primer, a CLI tool that enables skills integration in coding agents that lack native skills support. Why I implemented skills-primer Most major agents (Claude Code, Codex, others) support Agent Skills natively. But some agents do not, b…