Technical Documentation Creator
Skill ActiveCreate HTML technical documentation with code blocks, API workflows, system architecture diagrams, and syntax highlighting. Use when users request technical documentation, API docs, API references, code examples, or developer documentation.
To automate the creation of professional-looking HTML technical documentation, making it easier to generate API references, code examples, and system overviews.
Features
- Generate HTML technical documentation
- Include code blocks with syntax highlighting
- Create API workflows and references
- Incorporate system architecture diagrams (SVG)
- Utilize modern UI design patterns and color scales
Use Cases
- When users request technical documentation for a project
- When users need API documentation or API references
- When users ask for code examples or developer documentation
- When users require system architecture diagrams
Non-Goals
- Generating documentation in formats other than HTML
- Automating code refactoring or testing
- Providing real-time API interaction
Workflow
- Extract API endpoints, methods, and parameters.
- Create overview and getting started sections.
- Document each endpoint with examples.
- Add code snippets for common operations.
- Include architecture diagram if relevant.
- Write to '[system]-docs.html'.
Trust
- warning:Issues AttentionIn the last 90 days, 6 issues were opened and 0 were closed, indicating slow or no response from maintainers to reported issues.
Practical Utility
- info:Usage examplesWhile the skill description lists usage examples, the SKILL.md file does not contain specific ready-to-use end-to-end examples demonstrating invocation and output.
Installation
First, add the marketplace
/plugin marketplace add mhattingpete/claude-skills-marketplace/plugin install visual-documentation-plugin@mhattingpete-claude-skillsQuality Score
Trust Signals
Similar Extensions
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Presentation Styling
100Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation
Presentation Structure
100Knowledge about the presentation slide format, weight system, navigation, and section structure
Context Mode Ops
100Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.
Fixflow
100Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.