# Documentation Skill Selection Guide

> Sub-skill of documentation: Skill Selection Guide.

- Skill: `vamseeachanta/documentation-skill-selection-guide` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/documentation-skill-selection-guide`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/documentation-skill-selection-guide/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/documentation-skill-selection-guide

---


# Skill Selection Guide

## Skill Selection Guide


| Use Case | Recommended Skill | Why |
|----------|-------------------|-----|
| API documentation | sphinx | Autodoc, intersphinx, API reference generation |
| Project documentation | mkdocs | Simple setup, Material theme, great search |
| Multi-version docs | docusaurus | Built-in versioning, React components |
| Technical presentations | marp | Markdown slides, themeable, PDF export |
| Format conversion | pandoc | Universal converter, templates, automation |
| Team documentation | gitbook | Collaboration, permissions, analytics |
| Python projects | sphinx | Native Python support, docstring extraction |
| JavaScript projects | docusaurus | MDX support, React integration |

