-
Notifications
You must be signed in to change notification settings - Fork 870
Clarify whether nested skills are allowed #137
Copy link
Copy link
Open
Description
Problem
The current docs and spec don't clarify whether a skill can reference and invoke other skills by name. For example, can a skill's prompt tell the agent to "run the /foo skill" as part of its workflow?
It's unclear if:
- A skill can instruct the agent to execute another skill by name (e.g., "now run the
code-reviewskill") - There are any conventions for skill-to-skill delegation or chaining
- The agent is expected to resolve skill references within a skill's prompt and invoke them via the
Skilltool
Related: #95
Solution
Add a section to the docs that explicitly addresses:
- Whether skills can reference other skills by name and instruct the agent to invoke them
- If supported, the recommended syntax or convention for cross-skill references
- Any limitations or caveats (e.g., circular references, execution order, context sharing between chained skills)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels