Agent Library

I build high-context "skills" to teach AI agents how to think like platform engineers. Explore my collection of SKILLS.md modules, their inspiration, and the logic behind them.

Platform-agnostic setup

  1. 1

    Store skills in one canonical location in your project:

    .agents/skills/<skill-name>/SKILLS.md
  2. 2

    Symlink into each tool's expected path — no duplication:

    ln -s .agents/skills .claude/skills

SKILLS.md
↓ scroll for more