← Back to home
Core role

Coder

Coder · code / debug / run

The Coder role turns Talos into a pair programmer. It binds to your project directory, reads and writes source, runs terminal commands and fans out sub-agents. The clean-code skill holds it to readable, maintainable output; the document skill handles whatever files you drop in.

What it does

  • Reads the whole repo and locates the right files
  • Refactors, adds unit tests and runs them in the terminal
  • Explains errors, finds the root cause and fixes it
  • Uses sub-agents for large cross-file changes

Try saying

Refactor this sync function to async and add passing unit tests.
Why is this test failing? Find the cause and fix it.
Read this repo and walk me through the architecture.

Skills & tools

clean-codedocument2 connectorssub-agents
← Back to home