From be229a5d5124887bbe8615023061a6c55d3c045c Mon Sep 17 00:00:00 2001 From: Camaris Date: Sat, 20 Dec 2025 16:37:23 +0100 Subject: [PATCH] Fix links in agent skills specification (#159) --- spec/agent-skills-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/agent-skills-spec.md b/spec/agent-skills-spec.md index 8e284413..5cc34022 100644 --- a/spec/agent-skills-spec.md +++ b/spec/agent-skills-spec.md @@ -4,8 +4,8 @@ A skill is a folder of instructions, scripts, and resources that agents can disc ## Guides -- [Skill Authoring Guide](skill_authoring.md) — How to create skills, including folder layout and SKILL.md format -- [Skill Client Integration Guide](skill_client_integration.md) — How to add Skills support to a new agent or product +- [Skill Authoring Guide](skill-authoring.md) — How to create skills, including folder layout and SKILL.md format +- [Skill Client Integration Guide](skill-client-integration.md) — How to add Skills support to a new agent or product # Version History