Skip to content

Instantly share code, notes, and snippets.

@iannuttall
iannuttall / SKILL.md
Created August 18, 2026 12:18
cull-tests skill: delete agent slop tests, keep ones that would survive a rebuild
name cull-tests
description Cull tests that do not protect behaviour. Use when the user says tests are slop, agents wrote too many tests, tests only check that text exists, or they want a suite an agent could rebuild the product against.

Cull tests

Agents pad test suites. They write tests that confirm a feature exists, that a type already proves, that a button is on the page, or that a mocked API still returns the mock. Those tests pass forever and catch nothing. This skill deletes them and keeps the ones that would still fail if someone rewrote the product from scratch.

The starting cull list is from Howaboua. The bar is Ian's: if you handed only the surviving tests to an agent and said "rebuild this," would it ship the real product?

@iannuttall
iannuttall / agentos-blueprint.md
Created August 14, 2026 12:10
AgentOS blueprint — reconstructed from Danny Postma's Agent SDK talk so an agent can build the system

AgentOS — Product Spec & Implementation Blueprint

Reconstructed from Danny Postma's talk How I Built My Own AgentOS on Claude's Agent SDK (So You Can Too) (2026). This document is both a product spec for a human and an implementation prompt for an AI coding agent. Build exactly this system. Do not invent features that are not specified here.

Role contracts and prompts in this file are reconstructed from the talk, not his verbatim files. Mark every reconstructed prompt in code comments and docs as such.


1. Goal and non-goals

@iannuttall
iannuttall / css-hot-air-balloon.markdown
Created September 23, 2024 15:03
CSS Hot Air Balloon
@iannuttall
iannuttall / flip-clock-countdown.markdown
Created September 20, 2024 16:45
Flip Clock & Countdown
@iannuttall
iannuttall / countdown-timer-w-flip-animation-wip.markdown
Created September 20, 2024 16:44
Countdown Timer w/Flip Animation (WIP)

Countdown Timer w/Flip Animation (WIP)

This project is part of the frontendmentor.io challenges. Adding the flip animation with the timer has proven to be a particular challenge. Although it looks to be working I am looking into a smoother animation effect to make it flip more reliably.

A Pen by Joseph Warren on CodePen.

License.