My personal dotfiles
Contains various notes
Notes that are generated by claude for my install-doc-builder skill.
Reusable Claude Code skills, one per directory (AGENT/skills/<name>/SKILL.md).
Make them globally invocable by symlinking each into ~/.claude/skills/:
bash AGENT/skills/install.shThe script is idempotent — re-running just refreshes the links — and picks up any
new skill dir automatically. Once linked, install-doc-builder can be run as
/install-doc-builder in any repo.
Each skill carries a SemVer version: in its SKILL.md frontmatter, and any
change to a skill must bump that version: (patch = doc/template tweaks, minor =
new behavior, major = breaking install changes).