Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:23 +08:00
commit 3dd0702fa2
9 changed files with 957 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "skill-set",
"description": "Comprehensive productivity skills and development tools for Claude Code, including git workflow automation, code context understanding, browser automation, peer LLM consulting, and CodeRabbit feedback processing.",
"version": "1.0.1",
"author": {
"name": "ether-moon"
},
"agents": [
"./agents/coderabbit-feedback.md"
],
"commands": [
"./commands/"
]
}