Files
2025-11-30 08:42:44 +08:00

15 lines
436 B
JSON

{
"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"
]
}