vault
My Obsidian vault, published as a website. Mostly my favorite skills for LLM agents. The rest is notes I want to keep around.
recently updated
- CavemanUltra-terse replies that drop filler while keeping full technical correctness.2026-05-14
- HandoffCompresses a working session into a document another agent can use to resume without re-reading the whole chat.2026-05-14
- Improve Codebase ArchitectureSurfaces deepening opportunities so shallow modules become deep, testable seams anchored in domain language and recorded decisions.2026-05-14
- AI SkillsReusable operating manuals for LLM agents.2026-05-14
- Zoom OutAsks for a higher-level map of modules, callers, and domain vocabulary before diving into unfamiliar code.2026-05-14
- DeslopRemove AI-generated code slop from a branch diff — unnecessary comments, defensive checks, any-casts, and nested code inconsistent with the surrounding codebase.2026-05-10
- Find SkillsDiscover and install agent skills from the open skills ecosystem at skills.sh using the npx skills CLI.2026-05-10
- Fix CIFind the first actionable failure in a PR's CI checks, apply the smallest safe fix, and loop until all checks are green.2026-05-10