vuer-doc-boilerplate
by vuer-ai
Claude Code skills for vuer-doc-boilerplate
Documentation
# vuer-doc-boilerplate A documentation boilerplate with Sphinx, ReadTheDocs, PyPI publishing, and Claude Code skills. ## Installation ```shell pip install vuer-doc-boilerplate ``` ## Quick Start ```python from vuer_doc_boilerplate import hello hello() ``` ## Commands ```bash # Setup pip install -e ".[dev]" # Install for development # Documentation make preview # Preview docs with auto-reload make docs # Build and serve docs # Testing make test # Run tests # Publishing make wheel # Build wheel make publish # Build and upload to PyPI make release msg="v0.0.2" # Create git tags ``` ## Claude Skills ```bash # Install plugin /plugin marketplace add vuer-ai/vuer-doc-boilerplate /plugin install vuer-doc-boilerplate@vuer-ai-vuer-doc-boilerplate # Or copy skills manually cp -r .claude/skills/mypackage your-project/.claude/skills/ # Or reference in CLAUDE.md # - mypackage: https://raw.githubusercontent.com/vuer-ai/vuer-doc-boilerplate/main/.claude/skills/mypackage/SKILL.md ``` ## Documentation https://vuer-doc-boilerplate.readthedocs.io/en/latest/ ## License MIT