Skip to main content

Using Agents

EvoNexus ships with 16 specialized agents, each owning a specific domain. You don’t need to memorize commands — just describe what you need and Claude routes to the right agent.

Getting Started

  1. Open Claude Code in the workspace directory
  2. Start talking — agents activate automatically based on context

Quick Examples

Morning Briefing

Just say:
Clawdia checks your calendar, emails, and tasks, then gives you a prioritized briefing for the day.

Financial Pulse

Flux queries Stripe and Omie, then generates an HTML report with MRR, charges, churn, receivables, and payables.

GitHub Review

Atlas reviews open PRs, community issues, stars/forks, and recent releases across all Evolution repositories.

Community Pulse

Pulse reads Discord and WhatsApp messages from the last 24 hours, analyzes sentiment, identifies top topics, and flags unanswered support questions.

Social Media Content

Pixel drafts platform-specific posts (LinkedIn, Twitter/X, Threads) following your brand voice, content pillars, and audience context.

Strategy Digest

Sage consolidates financial, product, community, and market data into a weekly strategic summary with insights and recommended actions.

How Agent Routing Works

You don’t have to use slash commands. Claude reads your intent and picks the right agent:

All 16 Agents

Tips

  • Agents share memory. Context from one session is available in the next via the memory/ directory. If you told Clawdia about a deadline, Sage can reference it when generating strategy.
  • Combine agents naturally. Say “check github and then write a post about the latest release” — Atlas reviews repos, then Pixel drafts the post.
  • Agents respect your preferences. All responses are in pt-BR, use Brasilia timezone, and follow your professional tone.
  • Check agent definitions in .claude/agents/ to see exactly what each agent can do.