Ship with the repo. Use as-is or fork as templates. Run with m chat agents/name.md
Search the codebase without reading every file. Two modes:
Languages indexed: Go, Python, JavaScript, TypeScript, Java, Ruby, Rust, Terraform, Shell.
tools:
- code_search
When the primary model returns 429 (rate limit), the agent automatically tries the next model in the list.
fallback:
- anthropic/claude-haiku-4-5-20251001
- openai/gpt-4.1
Customize the spinner text shown while the agent works. Useful for non-English agents.
thinking_phrases:
- "razmišljam"
- "čekaj bre"
- "tražim bug"
Protect sensitive data from being sent to LLM providers. Scans for emails, phone numbers, SSNs, credit cards, IP addresses, API keys, JWTs, and passwords.
pii_guard: redact # redact | warn | off
Modes:
Toggle in session: /pii (on) / /pii off
Add the mermaid-diagrams skill to teach your agent to produce architecture diagrams, flowcharts, and sequence diagrams.
skills:
- mermaid-diagrams
Scaffold a new agent in seconds, or start from an example and customize.
$ m new my-agent
created my-agent.md
edit the system prompt, then run: m chat my-agent
Scaffold a new agent in seconds, or start from an example and customize.
$ m new my-agent
created my-agent.md
edit the system prompt, then run: m chat my-agent