commit 5f2472fdbd41cdeb2bca6e1d8dc444ad7d9fd475 Author: Zhongwei Li Date: Sat Nov 29 17:54:04 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..ed6c7dc --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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/" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..07f6b2d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# documentation-generator + +Create comprehensive documentation for code, APIs, and projects. diff --git a/commands/documentation-generator.md b/commands/documentation-generator.md new file mode 100644 index 0000000..f4e1729 --- /dev/null +++ b/commands/documentation-generator.md @@ -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. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..2ac4c47 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file