con un clic
docs-style-guide
Writing conventions for documentation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Writing conventions for documentation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
Basado en la clasificación ocupacional SOC
| 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).