Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:44 +08:00
commit 1d5ff95e70
10 changed files with 4344 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "customaize-agent",
"description": "Commands and skills for writing and refining commands, hooks, skills for Claude Code, includes Anthropic Best Practices and Agent Persuasion Principles that can be useful for sub-agent workflows.",
"version": "1.0.0",
"author": {
"name": "Vlad Goncharov",
"email": "vlad.goncharov@neolab.finance"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}