From coding-workflow
Parses interface/API information from files or directories and generates OpenAPI-compliant documentation with timestamps
npx claudepluginhub chaorenex1/coding-workflow --plugin coding-workflowThis skill uses the workspace's default tool permissions.
This skill automatically generates OpenAPI-compliant documentation from code files. It parses interface definitions, API endpoints, and related information to create comprehensive, readable API documentation that follows OpenAPI specification standards.
HOW_TO_USE.md__pycache__/api_document_generator.cpython-313.pyc__pycache__/api_parser.cpython-313.pyc__pycache__/file_handler.cpython-313.pyc__pycache__/openapi_generator.cpython-313.pycapi_document_generator.pyapi_parser.pyexpected_output.jsonfile_handler.pyopenapi_generator.pysample_input.jsontest_simple.pytest_skill.pyCreates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
This skill automatically generates OpenAPI-compliant documentation from code files. It parses interface definitions, API endpoints, and related information to create comprehensive, readable API documentation that follows OpenAPI specification standards.
output_format: Format for documentation (default: markdown)include_examples: Whether to include example requests/responses (default: true)validate_openapi: Validate against OpenAPI specification (default: true)YYYY-MM-DD_HH-MM-SS.mdcurrent_repository/.claude/api_doc/ directory"Generate API documentation from the src/api/ directory"
"Parse this Python file and create OpenAPI documentation"
"Create API documentation for the endpoints in this TypeScript file"
api_parser.py: Main module for parsing API information from filesopenapi_generator.py: Generates OpenAPI-compliant documentationfile_handler.py: Handles file operations and directory scanning