The specification is here: https://agentskills.io/specification
Basically we need:
- Read all the skills files and inject frontmatters as system prompt
- pass map of tools name? (users pass
allowed-tools but the tool names should not directly exist in our agents' tools.)
When agent runs, agent selects an appropriate tool and then read corresponding SKILL.md using bash tool.
The specification is here: https://agentskills.io/specification
Basically we need:
allowed-toolsbut the tool names should not directly exist in our agents' tools.)When agent runs, agent selects an appropriate tool and then read corresponding SKILL.md using bash tool.