Skip to content

Commit 418d605

Browse files
author
catlog22
committed
feat: add test skills to skill hub index
1 parent 2e32ab8 commit 418d605

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

ccw-skill-hub/skill-hub/index.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
{
22
"version": "1.0.0",
33
"updated_at": "2026-02-23T15:30:00Z",
4-
"skills": []
4+
"skills": [
5+
{
6+
"id": "code-review-helper",
7+
"name": "Code Review Helper",
8+
"description": "Assists with code review by analyzing patterns and suggesting improvements",
9+
"version": "1.2.0",
10+
"author": "CCW Team",
11+
"category": "Code Quality",
12+
"tags": ["review", "quality", "analysis", "best-practices"],
13+
"downloadUrl": "https://raw.githubusercontent.com/catlog22/skill-hub/main/skills/code-review-helper/skill.tar.gz",
14+
"readmeUrl": "https://raw.githubusercontent.com/catlog22/skill-hub/main/skills/code-review-helper/README.md"
15+
},
16+
{
17+
"id": "test-skill",
18+
"name": "Test Skill",
19+
"description": "A test skill to verify the Skill Hub functionality",
20+
"version": "1.0.0",
21+
"author": "CCW Team",
22+
"category": "Development",
23+
"tags": ["test", "demo", "utility"],
24+
"downloadUrl": "https://raw.githubusercontent.com/catlog22/skill-hub/main/skills/test-skill/skill.tar.gz",
25+
"readmeUrl": "https://raw.githubusercontent.com/catlog22/skill-hub/main/skills/test-skill/README.md"
26+
}
27+
]
528
}

0 commit comments

Comments
 (0)