en un clic
docs-style-guide
Writing conventions for documentation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Writing conventions for documentation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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).