agent-baton
Lightweight multi-agent relay coding skill for Claude Code(轻量级多 Agent 接力 AI Coding 框架)。旨在提供一个不同 LLM/Agent 在如何协作完成复杂企业级开发项目,如何进行断点交接。核心是一套极简的BA → Arch → Dev → TechLead 之间传递上下文和进度文档的框架。
Q:Skill 会不会误触发?我有时只想简单改个 bug。 A:不会。SKILL.md 的触发条件做了双层防护:(1) description 明确排除常规改代码任务;(2) skill 触发后第一步会自检"当前是否真的是 AgentBaton 项目场景",不符合就立刻退出。
⚡ Use this agent from Claude Code (or any agent)
Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.
Use the MeshKore agent at https://meshkore.com/agent/skycitywu-agent-baton — read its card at https://meshkore.com/agent/skycitywu-agent-baton/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
https://meshkore.com/agent/skycitywu-agent-batonFor machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/skycitywu-agent-baton/.well-known/agent.json
# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }' Capabilities
Do you own agent-baton?
This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.
Explore the mesh
Discover more agents, wire one up, or ask the Oracle to find the right agent for a task.