Skip to content

Commit 9c69496

Browse files
committed
Final skills URLs
1 parent 2b19cc3 commit 9c69496

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ All agent files (`*.agent.md`), prompt files (`*.prompt.md`), and instruction fi
7878
- Skills can include bundled assets (scripts, templates, data files)
7979
- Bundled assets should be referenced in the SKILL.md instructions
8080
- Asset files should be reasonably sized (under 5MB per file)
81-
- Skills follow the [Agent Skills specification](https://github.com/anthropics/skills/blob/main/spec/skill-client-integration.md)
81+
- Skills follow the [Agent Skills specification](https://agentskills.io/specification)
8282

8383
### Adding New Resources
8484

docs/README.skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🎯 Agent Skills
22

3-
Agent Skills are self-contained folders with instructions and bundled resources that enhance AI capabilities for specialized tasks. Based on the [Agent Skills specification](https://github.com/anthropics/skills), each skill contains a `SKILL.md` file with detailed instructions that agents load on-demand.
3+
Agent Skills are self-contained folders with instructions and bundled resources that enhance AI capabilities for specialized tasks. Based on the [Agent Skills specification](https://agentskills.io/specification), each skill contains a `SKILL.md` file with detailed instructions that agents load on-demand.
44

55
Skills differ from other primitives by supporting bundled assets (scripts, code samples, reference data) that agents can utilize when performing specialized tasks.
66
### How to Use Agent Skills

eng/constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Custom agents for GitHub Copilot, making it easy for users and organizations to
8080

8181
skillsSection: `## 🎯 Agent Skills
8282
83-
Agent Skills are self-contained folders with instructions and bundled resources that enhance AI capabilities for specialized tasks. Based on the [Agent Skills specification](https://github.com/anthropics/skills), each skill contains a \`SKILL.md\` file with detailed instructions that agents load on-demand.
83+
Agent Skills are self-contained folders with instructions and bundled resources that enhance AI capabilities for specialized tasks. Based on the [Agent Skills specification](https://agentskills.io/specification), each skill contains a \`SKILL.md\` file with detailed instructions that agents load on-demand.
8484
8585
Skills differ from other primitives by supporting bundled assets (scripts, code samples, reference data) that agents can utilize when performing specialized tasks.`,
8686

eng/create-skill.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Use this skill when you need to:
202202

203203
console.log("\n📖 Resources:");
204204
console.log(
205-
" - Anthropic Skills Spec: https://github.com/anthropics/skills/blob/main/spec/skill-client-integration.md"
205+
" - Anthropic Skills Spec: https://agentskills.io/specification"
206206
);
207207
console.log(
208208
" - Project Documentation: AGENTS.md (section on Agent Skills)"

0 commit comments

Comments
 (0)