Packaged a team knowledge-system rollout as a runbook another agent executes
7 Aug·Agent infra
Turned a team knowledge-system rollout into a self-contained install runbook a second coding agent runs top to bottom, five skills installed, the config edits quoted back for review, each skill run once to prove it works, and the scheduled tasks handed back at the end because an agent cannot create them. Built a sensitivity classification into the sharing step so anything marked confidential is refused rather than surfaced, and instructed the runbook to halt and report on a structure mismatch rather than improvise a bridge.
Claude CodeCodexMarkdown
Wrote a reusable store-launch playbook out of a live build
6 Aug·Ops
Fixed a checkout where local pickup silently refused payment, reconciled parcel weights and the free-shipping threshold against real test orders, and rebuilt the order confirmation email so it reads branded rather than default. Wrote the build up afterwards as a reusable launch playbook, an ordered config-to-cosmetics checklist plus the ten traps that cost real time on the way through, including a password-gated storefront quietly making automated checks pass on the wrong page.
ShopifyClaude CodeMarkdown
Untangled a product catalogue so bundles draw down real stock
5 Aug·E-commerce
Rebuilt a product catalogue where bundles, single flavours and multipacks had drifted into competing listings, collapsing them into one pack ladder with variants so stock still draws down from the component packets rather than the bundle. Traced a welcome email that had never fired to a flow triggered on list membership instead of the subscribe event, rebuilt it on the correct trigger with a branded template, and confirmed it live end to end.
ShopifyKlaviyoClaude Code
Scripted a Vox-style explainer and stood up the pipeline to make it
17 Jul·Content tool
Wrote and tightened a paper-collage explainer script on how agent memory systems work, cut to a one-point-per-beat structure and plain enough for a ten-year-old to follow. Audited the community-built video skill behind it line by line for hidden payloads before trusting it, then wired up the generation pipeline ready to render.
Claude CodeUnsoraffmpeg
Built a self-maintaining health system for a large knowledge vault
10 Jul·Automation
Researched why large AI knowledge bases start to degrade past a couple of hundred sources, then built a fourteen-metric health scorecard that runs as the first step of a weekly maintenance pass, with a fix budget, an escalation rule for issues that keep recurring, and a truth check that reads a sample of pages against their sources for claim drift. Closed the old loop where the same problems got flagged every week and nothing actually moved.
Claude CodePythonMarkdown
Turned an essay on agentic coding into a reusable unknowns skill
10 Jul·Agent infra
Codified a piece on the gap between the plan and the real codebase into an agent skill that surfaces automatically whenever a new project starts, mapping what is known, what is known to be unknown, and the blind spots in between. Ran it across the projects with the most momentum and handed back a list of open decisions that each needed an owner and a date.
ClaudeMarkdown
Turned a long braindump into a deployed mobile reading page
8 Jul·Content tool
Took a collaborator's long strategy braindump and turned it into a clean, mobile-first reading page with a bespoke palette and type treatment, deployed to a live URL so the whole thing could be absorbed on a phone. Gave it a visual identity pitched at the subject rather than a template.
ClaudeHTMLVercel
Built a pipeline that turns a video walkthrough into screenshot-aligned feedback
7 Jul·Automation
Built a pipeline that takes a screen-recorded walkthrough of a UI prototype and turns it into a structured feedback doc, transcribing the audio with timestamps, pulling a frame at each comment, and lining every note up against the exact screen it points at. Distilled the review into a running set of design checks so the next build catches the same drift earlier.
Claude CodeWhisperffmpeg