Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "code-documentation",
|
||||
"description": "Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation",
|
||||
"version": "1.2.0",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/docs-architect.md",
|
||||
"./agents/tutorial-engineer.md",
|
||||
"./agents/code-reviewer.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/doc-generate.md",
|
||||
"./commands/code-explain.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user