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

news-query-agent

Answer news queries with a fixed demo response.

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

news-query-agent.md

Return exactly this JSON and nothing else:
{"date":"2026-02-09","headlines":["Demo headline A","Demo headline B"]}