AI Tools
Tools and automation I build for AI-assisted development.
Built with Claude Agent SDK. Agents coordinate through GitHub and Linear, each handling a phase: discovery, planning, implementation, review, merge.
DocumentationQuick Install (all tools)
git clone https://github.com/ADWilkinson/personal-website.git && \
cd personal-website/claude-code && ./install.sh/repo-polish
Fire-and-forget repository cleanup. Creates a branch, fixes issues, opens a PR.
Scans for unused imports, debug statements, type gaps, and outdated docs. Commits atomically and verifies tests pass.
Install
mkdir -p ~/.claude/commands && curl -o ~/.claude/commands/repo-polish.md \
https://raw.githubusercontent.com/ADWilkinson/personal-website/main/claude-code/commands/repo-polish.mdRun
/repo-polish/update-claudes
Generates CLAUDE.md files throughout your project for AI context.
Analyzes structure, spawns specialized agents, creates documentation at root and component levels.
Install
mkdir -p ~/.claude/commands && curl -o ~/.claude/commands/update-claudes.md \
https://raw.githubusercontent.com/ADWilkinson/personal-website/main/claude-code/commands/update-claudes.mdRun
/update-claudesDisplays current folder, git branch with dirty indicator, active tool icons, cumulative cost, and code diff stats. Pairs with the Flying Dutchman theme.
Install
curl -o ~/.claude/flying-dutchman-statusline.sh \
https://raw.githubusercontent.com/ADWilkinson/personal-website/main/claude-code/statusline/flying-dutchman-statusline.sh && \
chmod +x ~/.claude/flying-dutchman-statusline.shConfigure (add to ~/.claude/settings.json)
"statusline": "~/.claude/flying-dutchman-statusline.sh"More tools in progress. Follow for updates.
Using Claude Code? Try the Flying Dutchman theme.