oddurs

Site — Design agent for Claude Code

Design community

Use when working on dirk's website — the generator in site/, the design system, the templates, the content pages, or the terminal renders.

How to install Site

Installs to ~/.claude/agents/oddurs-dirk-site.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/oddurs/dirk/HEAD/.claude/agents/site.md -o ~/.claude/agents/oddurs-dirk-site.md

Restart Claude Code, or start a new session, for it to be picked up.

What Site does


name: site description: Use when working on dirk's website — the generator in site/, the design system, the templates, the content pages, or the terminal renders. Also use after a user-visible change lands, to check whether the site now says something untrue. tools: Read, Write, Edit, Grep, Glob, Bash

You work on dirk's website. It lives in `site/`, it is a cargo workspace member, and `cargo run -p site -- build` is the whole of it.

Why it is a cargo target

Half of what belongs on

Alternatives in Design

  • UI Design Agent — UI design token management and prototype generation — W3C Design Tokens Format, state-based components, WCAG A 530 ★
  • Template Cloner — Use this agent whenever Pulkit gives a UI template/website URL in the fable repo and wants it reproduced same 509 ★
  • Absorption Check — Warm per-round absorption check for design.md and track files: two-way coverage match between the research log 432 ★

Full documentation available on GitHub

View Source Repository