How We Make Claude Remember: Learnings Over Skills
Skills don’t reliably auto-invoke. We built a three-layer system: searchable learnings files, a curation skill, and a post-commit hook that reminds you to document.
Skills don’t reliably auto-invoke. We built a three-layer system: searchable learnings files, a curation skill, and a post-commit hook that reminds you to document.
Zero-Friction Database Branching with Neon, Git Hooks, and Claude Code I’ve been refining my Neon database branching setup over the past few months. Here’s the current state: fully automated branch lifecycle with zero manual cleanup. The Goal When I git checkout -b feat/x: Neon database branch created automatically .env.local updated with the new connection string Vercel preview deployment uses the same isolated database When I merge and delete the branch: ...
How to use a curated CLAUDE.md file as institutional memory for Claude Code, so your AI agent stops repeating the same mistakes every session.
How I used Claude Code to diagnose random system reboots caused by PSU power limits - and why AI assistants excel at systematic hardware debugging.