Files
gh-jsnnmsc-claude-code-lear…/.claude-plugin/plugin.json
2025-11-30 08:29:36 +08:00

15 lines
377 B
JSON

{
"name": "codebase-learning",
"description": "A comprehensive plugin for learning codebase structure, architecture, design patterns, and domain concepts through specialized agents and interactive commands",
"version": "1.0.0",
"author": {
"name": "Jsnn",
"email": "jsnn@example.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}