15 lines
436 B
JSON
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"
|
|
]
|
|
} |