majiayu000/agent-invocation
Agent invocation syntax and boundary rules
npx skills add https://github.com/majiayu000/claude-skill-registry --skill agent-invocation
Use @agent-name followed by the task:
@api-researcher Research GitHub webhooks
@api-architect Design the OpenAPI spec
When passing context between agents:
Each agent must:
Take majiayu000/agent-invocation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.