with one click
docs-style-guide
Writing conventions for documentation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Writing conventions for documentation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Detailed Pyneapple solver/model API reference for plugin development. Use when: implementing a new solver, debugging fit() contract issues, checking param_/diagnostics_ shapes, understanding model interfaces, or verifying entry_point wiring.
Conventions for writing pytest tests. Use when: writing new tests, adding fixtures, updating existing tests, running or debugging tests, test naming conventions, parametrize, mocking, markers.
| name | docs-style-guide |
| description | Writing conventions for documentation |
Use this skill when:
.md files in docs/Every documentation file follows this template:
# Title
> **TL;DR** — Two to four sentences summarizing the whole file.
---
## Section
Body text ...
> blockquote immediately below the H1.##; subsections use ###. Never go deeper than ####.minimize, color, behavior).Use backticks for file names, paths, function/class/parameter names, CLI flags, TOML keys, and literal values.
Always specify the language tag: python, bash, toml.
Use tables for argument references, parameter lists, comparisons. Keep them scannable.
[API Reference](pyneapple-solver-api.md).