ils15

Talos — Design agent for Claude Code

Design community

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

How to install Talos

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

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

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

What Talos 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 tools: Grep, Read, Edit, Bash skills: simplify permission: "pantheon-memory_*": allow "pantheon-resources_*": allow bash: npx prettier *: allow git add *: allow git diff *: allow git log *: allow git status: allow git stash *: allow git checkout

Alternatives in Design

  • Yume — Native desktop UI for Claude Code with orchestration, streaming, background agents, and multi-provider support 102 ★
  • Web UI Route Reviewer — Use this agent for any change that adds, edits, or removes an Express route in server/index.mjs or server/lib/ 56 ★
  • Workflow Design — Read-only workflow designer for orchestration, skill boundaries, prompt structure, and durable handoff artifac 46 ★

Full documentation available on GitHub

View Source Repository