Agent skill
agent-invocation
Agent invocation syntax and boundary rules
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agent-invocation
SKILL.md
Agent Invocation Rules
Invocation Syntax
Use @agent-name followed by the task:
@api-researcher Research GitHub webhooks
@api-architect Design the OpenAPI spec
Agent Boundaries
- Each agent has EXCLUSIVE responsibilities
- NO overlap between agents allowed
- Check agent descriptions for triggers
- Respect "does NOT" boundaries
Context Passing
When passing context between agents:
- Save output to memory folder
- Reference previous phase outputs
- Include all necessary context
- Use agent-parameter-passing skill
Agent Loading
Each agent must:
- Load its required rules
- Assert its responsibilities
- Check for prerequisites
- Validate inputs
Collaboration Rules
- Agents work sequentially, not in parallel
- Each agent completes before next starts
- Use memory files for handoffs
- Document decisions made
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?