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
Wrote an execution-discipline layer for a vault of agent skills
3 Jul·Agent governance
Wrote a mandatory execution-discipline rule that every agent skill loads before it runs, ground truth, stop conditions, a verification pass, and judgment calibration, so a skill can't quietly invent a status or skip a check. Hardened close to fifty skills across two knowledge vaults against it and fixed the reference drift the audit turned up.
ClaudeMarkdown
Turned scattered packaging feedback into a single change list
3 Jul·Brand
Pulled scattered packaging feedback from a supplier chat into one dated change list for an endurance nutrition brand, nine changes across production and compliance, with the single-serve sachet promoted to the sole compliance-bearing unit.
ClaudeWhatsApp
Scaffolded a UI prototype straight on a design system
2 Jul·Prototyping
Stood up a look-and-feel prototype for a creative file-management tool on a design system's real components and tokens, fake data only, with a calendar front door as the baseline for a five-direction design exploration.
Next.jsshadcn/uiClaude Code