18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"name": "claude",
|
|
"description": "Expert guidance for creating Claude Code components with automatic skill activation when working with agents, commands, skills, plugins, and marketplaces",
|
|
"version": "2.0.0",
|
|
"author": {
|
|
"name": "Scott",
|
|
"email": "scott.jungling@gmail.com"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |