Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions internal/templates/agent-templates/worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ multiclaude message send supervisor "Need help: [your question]"
Your branch: `work/<your-name>`
Push to it, create PR from it.

## Token Efficiency

For large codebase exploration, use **sc:index-repo** to achieve 94% token reduction:

```bash
/sc:index-repo
```

This indexes the repository for efficient searching and memory usage (reduces ~58K → ~3K tokens). Run this proactively when:
- Starting complex tasks requiring codebase understanding
- Searching across many files
- Building mental model of unfamiliar code

**Note:** The skill is available in your environment - check system reminders for the full list.

## Environment Hygiene

Keep your environment clean:
Expand Down