Skip to content

Commit 6dbf87c

Browse files
committed
🤖 docs: add Agent Skills further reading links
Change-Id: Ie701433b134eac7cdf13730c7467bdcd72c3eb62 Signed-off-by: Thomas Kosiewski <[email protected]>
1 parent bfb731f commit 6dbf87c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/agent-skills.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,17 @@ agent_skill_read_file({ name: "my-skill", filePath: "references/template.md" });
103103

104104
- There is no `/skill` command or UI activation flow yet; skills are loaded on-demand via tools.
105105
- `allowed-tools` is not enforced by mux (it is tolerated in frontmatter, but ignored).
106+
107+
## Further reading
108+
109+
- [Agent Skills overview](https://agentskills.io/home)
110+
- [What are skills?](https://agentskills.io/what-are-skills) (progressive disclosure)
111+
- [Agent Skills specification](https://agentskills.io/specification)
112+
- [Directory structure](https://agentskills.io/specification#directory-structure)
113+
- [`SKILL.md` format](https://agentskills.io/specification#skill-md-format)
114+
- [Frontmatter fields](https://agentskills.io/specification#frontmatter-required)
115+
- [Optional directories](https://agentskills.io/specification#optional-directories)
116+
- [Progressive disclosure](https://agentskills.io/specification#progressive-disclosure)
117+
- [Integrate skills into your agent](https://agentskills.io/integrate-skills) (tool-based vs filesystem-based)
118+
- [Example skills (GitHub)](https://github.com/anthropics/skills)
119+
- [skills-ref validation library (GitHub)](https://github.com/agentskills/agentskills/tree/main/skills-ref)

0 commit comments

Comments
 (0)