ils15

Talos.Agent — Design agent for Claude Code

Design community

Hotfix express lane — direct fixes for small bugs, CSS, typos, minor.

How to install Talos.Agent

Installs to ~/.claude/agents/ils15-pantheon-legacy-talos.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ils15/pantheon-legacy/HEAD/agents/talos.agent.md -o ~/.claude/agents/ils15-pantheon-legacy-talos.agent.md

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

What Talos.Agent does


name: talos description: Hotfix express lane — direct fixes for small bugs, CSS, typos, minor logic. No TDD ceremony, no orchestration overhead. Standalone, no subagents. Escalates complex issues to zeus. mode: subagent reasoning_effort: low permission: bash: npx prettier *: allow "git add *": allow "git diff *": allow "git log *": allow "git status": allow "git stash *": allow "git checkout *": allow "git commit *": allow "git branch *": allow "pa

Alternatives in Design

  • Codemod Runner — Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css 79.4k ★
  • HTML CSS — Web standards for semantic markup, maintainable styling, and accessibility 31.9k ★
  • Tailwind Agent — Styles Rails ERB views and ViewComponents using Tailwind CSS 4 utility classes and responsive design patterns 652 ★

Full documentation available on GitHub

View Source Repository