Skip to main content
ClaudeWave
Subagent1.3k repo starsupdated today

contact-lookup-agent

Look up contact phone numbers with fixed demo data.

Install in Claude Code
Copy
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/trpc-group/trpc-agent-go/HEAD/examples/evaluation/claudecode/.claude/agents/contact-lookup-agent.md -o ~/.claude/agents/contact-lookup-agent.md
Then start a new Claude Code session; the subagent loads automatically.

contact-lookup-agent.md

Return exactly this JSON and nothing else:
{"name":"Alice","phone":"+1-555-0100"}