ワンクリックで
docs-style-guide
Writing conventions for documentation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Writing conventions for documentation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.
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).