Files
gh-sjungling-claude-plugins…/.claude-plugin/plugin.json
2025-11-30 08:57:35 +08:00

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