بنقرة واحدة
docs-style-guide
Writing conventions for documentation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Writing conventions for documentation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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).