posit-devposit-devOfficialยท1 Agent Skills Included

great-docs

Generate polished Python package documentation sites automatically

Generates complete documentation sites for Python packages from a single command, including API reference, CLI docs, and user guides. Eliminates manual page authoring, template wiring, and build configuration by auto-discovering your public API and docstrings. Helps developers customize themes, improve docstrings, and publish agent-ready skill files faster.
npx skills add posit-dev/great-docs --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install great-docs?โ–ผ

Run `npx skills add posit-dev/great-docs --all -g -y` in your terminal to install all skills in this suite globally.

How to generate Python package documentation automatically?โ–ผ

Point Great Docs at your package and it auto-discovers your public API, detects your docstring format, and renders a complete site with reference pages, dark mode, and search.

Does great-docs work with Claude Code and other agents?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, OpenClaw, Cursor, and Codex.

Can great-docs document Click CLIs and MCP servers?โ–ผ

Yes. It generates structured reference pages for Click-based command-line tools and MCP or FastMCP servers directly from your code.

Do I need to write docstrings in a specific format?โ–ผ

Great Docs supports NumPy, Google, and Sphinx docstring styles and detects them automatically, so your existing docstrings work without changes.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’