Final skills URLs

This commit is contained in:
Harald Kirschner
2025-12-18 09:53:16 -08:00
parent 2b19cc3a3d
commit 9c69496a14
4 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ All agent files (`*.agent.md`), prompt files (`*.prompt.md`), and instruction fi
- Skills can include bundled assets (scripts, templates, data files) - Skills can include bundled assets (scripts, templates, data files)
- Bundled assets should be referenced in the SKILL.md instructions - Bundled assets should be referenced in the SKILL.md instructions
- Asset files should be reasonably sized (under 5MB per file) - Asset files should be reasonably sized (under 5MB per file)
- Skills follow the [Agent Skills specification](https://github.com/anthropics/skills/blob/main/spec/skill-client-integration.md) - Skills follow the [Agent Skills specification](https://agentskills.io/specification)
### Adding New Resources ### Adding New Resources

View File

@@ -1,6 +1,6 @@
# 🎯 Agent Skills # 🎯 Agent Skills
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. 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.
Skills differ from other primitives by supporting bundled assets (scripts, code samples, reference data) that agents can utilize when performing specialized tasks. Skills differ from other primitives by supporting bundled assets (scripts, code samples, reference data) that agents can utilize when performing specialized tasks.
### How to Use Agent Skills ### How to Use Agent Skills

View File

@@ -80,7 +80,7 @@ Custom agents for GitHub Copilot, making it easy for users and organizations to
skillsSection: `## 🎯 Agent Skills skillsSection: `## 🎯 Agent Skills
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. 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.
Skills differ from other primitives by supporting bundled assets (scripts, code samples, reference data) that agents can utilize when performing specialized tasks.`, Skills differ from other primitives by supporting bundled assets (scripts, code samples, reference data) that agents can utilize when performing specialized tasks.`,

View File

@@ -202,7 +202,7 @@ Use this skill when you need to:
console.log("\n📖 Resources:"); console.log("\n📖 Resources:");
console.log( console.log(
" - Anthropic Skills Spec: https://github.com/anthropics/skills/blob/main/spec/skill-client-integration.md" " - Anthropic Skills Spec: https://agentskills.io/specification"
); );
console.log( console.log(
" - Project Documentation: AGENTS.md (section on Agent Skills)" " - Project Documentation: AGENTS.md (section on Agent Skills)"