feat: add test skills to skill hub index

This commit is contained in:
catlog22
2026-02-24 00:13:50 +08:00
parent 2e32ab8f72
commit 418d605bd0

View File

@@ -1,5 +1,28 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"updated_at": "2026-02-23T15:30:00Z", "updated_at": "2026-02-23T15:30:00Z",
"skills": [] "skills": [
{
"id": "code-review-helper",
"name": "Code Review Helper",
"description": "Assists with code review by analyzing patterns and suggesting improvements",
"version": "1.2.0",
"author": "CCW Team",
"category": "Code Quality",
"tags": ["review", "quality", "analysis", "best-practices"],
"downloadUrl": "https://raw.githubusercontent.com/catlog22/skill-hub/main/skills/code-review-helper/skill.tar.gz",
"readmeUrl": "https://raw.githubusercontent.com/catlog22/skill-hub/main/skills/code-review-helper/README.md"
},
{
"id": "test-skill",
"name": "Test Skill",
"description": "A test skill to verify the Skill Hub functionality",
"version": "1.0.0",
"author": "CCW Team",
"category": "Development",
"tags": ["test", "demo", "utility"],
"downloadUrl": "https://raw.githubusercontent.com/catlog22/skill-hub/main/skills/test-skill/skill.tar.gz",
"readmeUrl": "https://raw.githubusercontent.com/catlog22/skill-hub/main/skills/test-skill/README.md"
}
]
} }