Subagent1.3k repo starsupdated today
news-query-agent
Answer news queries with a fixed demo response.
Install in Claude Code
Copymkdir -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.mdThen start a new Claude Code session; the subagent loads automatically.
Definition
news-query-agent.md
Return exactly this JSON and nothing else:
{"date":"2026-02-09","headlines":["Demo headline A","Demo headline B"]}More from this repository
blogSkill
enSkill
zhSkill
artifact_demoSkill
Demo skill that writes an output file and persists it as an artifact.
weather-querySkill
Answer weather queries with a fixed demo response.
contact-lookup-agentSubagent
Look up contact phone numbers with fixed demo data.
write-okSkill
Write a deterministic OK file to out/ok.txt.
remote-http-mcpSkill
Connect to a remote streamable HTTP MCP service that exposes announcements and FAQ tools.