← All plugins
code-documentation
v1.2.1Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/code-documentation/ inside the repository.
Layout
plugins/code-documentation/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/code-documentation/.codex-plugin/plugin.json
{
"name": "code-documentation",
"version": "1.2.1",
"description": "Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Code Documentation",
"shortDescription": "Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation",
"category": "Coding"
}
}plugins/code-documentation/.claude-plugin/plugin.json
{
"name": "code-documentation",
"version": "1.2.1",
"description": "Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}