ai-agents
8 posts tagged.
-
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…
-
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…
-
Most coding agents rely on sub-agents to manage complex workflows. Pi's session branching offers a different way to handle multiple lines of work in a single session, with deliberate control over context and state. This short post explains my main insight into Pi's session manage…
-
This month I'm attending a conference for the first time in years. When a friend asked if I'd be bringing business cards, we both wondered if that was still relevant. How about a digital business card, then? Turns out there are online apps for that, and they charge a monthly fee.…
-
This article shows how I added plan mode to Pi using artefacts that stay as reusable as possible across other coding agents. Pi lacks a first-class plan mode. If you want one, you have to build it yourself, use an extension, or adapt Pi's example. I have a fairly low threshold fo…
-
Sometimes I want to refer to my agents setup or people ask me what my configuration looks like. For general system configuration dotfiles are used so I am going to share my agent configuration in what I'll just call "agentfiles". I do have a private dotfiles repository but I am n…
-
This is a short experience report about building a tiny TUI/CLI to inspect configured agents and model assignments in Opencode. I wanted a simple way to see which models were configured on which (sub)agents and their relative costs. I also did not want to spend much time building…
-
After wrapping my head around the constant changes in LLM subscriptions and performance, here's my new coding stack for October 2025: Warp Pro: my go-to agentic CLI, speedy and reliable for coding and task automation. Supports most top end LLMs. Zed Pro (using the $20 trial, then…