17 lines
384 B
JSON
17 lines
384 B
JSON
{
|
|
"name": "document-generator",
|
|
"description": "Generates various types of documentation including ADRs, architecture diagrams, changelogs, READMEs, tutorials, and API documentation for Personal projects",
|
|
"version": "1.2.0",
|
|
"author": {
|
|
"name": "Brad Boehmke"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |