← Back to list

odoo-docs-scaffolder
by ab22593k
⭐ 0🍴 0📅 Jan 2, 2026
SKILL.md
name: odoo-docs-scaffolder description: Streamlines creation of new Odoo documentation pages using standard templates. Use when starting a new documentation page, tutorial, or API reference to ensure correct initial structure, metadata, and media folder organization.
Odoo Documentation Scaffolder
Quickly generate new documentation pages with standardized structure and associated media folders.
Quick Start
Scaffold a New Page
Run the scaffolding script with the target path and optional template name.
# Create a standard application page
python3 scripts/scaffold.py content/applications/sales/my_new_feature.rst
# Create a developer tutorial
python3 scripts/scaffold.py content/developer/tutorials/my_tutorial.rst tutorial.rst
# Create an API reference
python3 scripts/scaffold.py content/developer/reference/my_api.rst api_reference.rst
The script will:
- Copy the template to the target path.
- Create a media folder with the same name as the RST file (e.g.,
content/applications/sales/my_new_feature/). - Ensure correct metadata (like
:show-content:) is included.
Available Templates
standard_page.rst: Default template for general documentation.tutorial.rst: Structured for step-by-step learning.api_reference.rst: Template for documenting technical code and models.
Resources
scripts/
scaffold.py: Main utility for creating pages and folders.
assets/templates/
- Collection of
.rstboilerplates.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon