Summary
Currently skills are 1-1 tools. But according to a more common established standard developed by Google, Anthropics and other providers skills are just markdowns that are being injected into the system prompt via metadata (frontmatter).
And the agent have a way to read them using a standard Read tool.
Tools should be called tools, and skills should be simply markdowns that describes different workflows so the agent is more aware of what it can do with the tools.
Skills should also be installable by the agent on startup - pull from the registry https://registry.inference-gateway.com/skills/
Acceptance Criteria
Summary
Currently skills are 1-1 tools. But according to a more common established standard developed by Google, Anthropics and other providers skills are just markdowns that are being injected into the system prompt via metadata (frontmatter).
And the agent have a way to read them using a standard Read tool.
Tools should be called tools, and skills should be simply markdowns that describes different workflows so the agent is more aware of what it can do with the tools.
Skills should also be installable by the agent on startup - pull from the registry https://registry.inference-gateway.com/skills/
Acceptance Criteria