Skip to content

Commit 9fceb64

Browse files
ericyangpanclaude
andcommitted
chore(collections): move Agent Skills to specifications section
- Moved Agent Skills from features to specifications section - Updated URL from platform docs to agentskills.io 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent efce5b1 commit 9fceb64

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

manifests/collections.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,17 @@
332332
}
333333
},
334334
"items": [
335+
{
336+
"name": "Agent Skills",
337+
"url": "https://agentskills.io",
338+
"description": "Modular capabilities that extend Agent's functionality through filesystem-based resources containing instructions, metadata, and optional scripts, enabling domain-specific expertise and workflows",
339+
"translations": {
340+
"zh-Hans": {
341+
"name": "Agent 技能",
342+
"description": "模块化能力,通过基于文件系统的资源(包含指令、元数据和可选脚本)扩展 Agent 的功能,实现领域专业知识和工作流"
343+
}
344+
}
345+
},
335346
{
336347
"name": "Model Context Protocol (MCP)",
337348
"url": "https://modelcontextprotocol.io",
@@ -364,17 +375,6 @@
364375
}
365376
},
366377
"items": [
367-
{
368-
"name": "Agent Skills",
369-
"url": "https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview",
370-
"description": "Modular capabilities that extend Agent's functionality through filesystem-based resources containing instructions, metadata, and optional scripts, enabling domain-specific expertise and workflows",
371-
"translations": {
372-
"zh-Hans": {
373-
"name": "Agent 技能",
374-
"description": "模块化能力,通过基于文件系统的资源(包含指令、元数据和可选脚本)扩展 Agent 的功能,实现领域专业知识和工作流"
375-
}
376-
}
377-
},
378378
{
379379
"name": "Slash Commands",
380380
"url": "https://cursor.com/docs/agent/chat/commands",

src/lib/generated/metadata.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,19 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
467467
},
468468
},
469469
items: [
470+
{
471+
name: 'Agent Skills',
472+
url: 'https://agentskills.io',
473+
description:
474+
"Modular capabilities that extend Agent's functionality through filesystem-based resources containing instructions, metadata, and optional scripts, enabling domain-specific expertise and workflows",
475+
translations: {
476+
'zh-Hans': {
477+
name: 'Agent 技能',
478+
description:
479+
'模块化能力,通过基于文件系统的资源(包含指令、元数据和可选脚本)扩展 Agent 的功能,实现领域专业知识和工作流',
480+
},
481+
},
482+
},
470483
{
471484
name: 'Model Context Protocol (MCP)',
472485
url: 'https://modelcontextprotocol.io',
@@ -501,19 +514,6 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
501514
},
502515
},
503516
items: [
504-
{
505-
name: 'Agent Skills',
506-
url: 'https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview',
507-
description:
508-
"Modular capabilities that extend Agent's functionality through filesystem-based resources containing instructions, metadata, and optional scripts, enabling domain-specific expertise and workflows",
509-
translations: {
510-
'zh-Hans': {
511-
name: 'Agent 技能',
512-
description:
513-
'模块化能力,通过基于文件系统的资源(包含指令、元数据和可选脚本)扩展 Agent 的功能,实现领域专业知识和工作流',
514-
},
515-
},
516-
},
517517
{
518518
name: 'Slash Commands',
519519
url: 'https://cursor.com/docs/agent/chat/commands',

0 commit comments

Comments
 (0)