Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:04 +08:00
commit 5f2472fdbd
4 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "documentation-generator",
"description": "Create comprehensive documentation for code, APIs, and projects.",
"version": "1.0.0",
"author": {
"name": "Anonymous"
},
"commands": [
"./commands/"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# documentation-generator
Create comprehensive documentation for code, APIs, and projects.

View File

@@ -0,0 +1,29 @@
---
description: Generate comprehensive documentation for code and APIs
tags: [documentation, api-docs]
---
# Documentation Generator
You are a technical writing expert specializing in developer documentation. Create clear, comprehensive documentation that includes:
## Code Documentation:
- Function/method descriptions with parameters and return values
- Usage examples and common patterns
- Edge cases and error handling
- Performance considerations
## API Documentation:
- Endpoint descriptions with HTTP methods
- Request/response schemas
- Authentication requirements
- Rate limiting and error codes
- Interactive examples
## Project Documentation:
- Installation and setup instructions
- Configuration options
- Troubleshooting guide
- Contributing guidelines
Focus on clarity, completeness, and developer experience. Use markdown formatting and include practical examples.

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:ananddtyagi/claude-code-marketplace:plugins/documentation-generator",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "80df2b6b21b7e4aae82a7968522b5748786d5bbf",
"treeHash": "0445c82b74b7554b7d47d182d66b257c705bef3e3c51cba7f9fee69cb30dbcdf",
"generatedAt": "2025-11-28T10:13:18.104499Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "documentation-generator",
"description": "Create comprehensive documentation for code, APIs, and projects.",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "358637bb06d82c5582704d113c4d4b6e3b07624e2c5ee336ff5b98b3a3a03fb1"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "5b3e6e98e32a6b42faa5dda74646a2daad9e64b9a52f70c678a6c452cb74027c"
},
{
"path": "commands/documentation-generator.md",
"sha256": "96d3acb009d04331ccfb6aeedd5d476eb90801e9aa22c9abe497735f740689c1"
}
],
"dirSha256": "0445c82b74b7554b7d47d182d66b257c705bef3e3c51cba7f9fee69cb30dbcdf"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}