Clarify multi-skill steps as multiple Skill tool calls, not one call …
Clarify multi-skill steps as multiple Skill tool calls, not one call with two names "Call the Skill tool with X and Y" reads as a single call taking two arguments, but the tool takes one skill per call. Reworded every two-skill site (grill-with-docs, triage, wayfinder x3) to "Call the Skill tool twice, for X and Y," and added a line to .agents/invocation.md documenting the convention for future skills. Co-Authored-By: Claude <noreply@anthropic.com>
What happened
The commit updates documentation to rephrase instructions around multi-skill steps, now indicating that each skill must be called separately. It adds context to the existing documentation for future reference.
Why it matters
By clearly distinguishing between single and multi-skill tool calls, developers can avoid confusion and implement skills correctly in their projects. This enhances coding efficiency and promotes best practices when utilizing the Skill tool in workflows.