Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:31:05 +08:00
commit f5ee179195
6 changed files with 368 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "generate-cpan-skill",
"description": "Generate Claude Skills from CPAN module documentation",
"version": "1.0.0",
"author": {
"name": "kfly8",
"email": "kentafly88@gmail.com"
},
"agents": [
"./agents/"
],
"commands": [
"./commands/generate.md",
"./commands/verify-module.md"
]
}