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 |