← Back to list

writing-documentation
by dhomini-rabelo
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: Writing Documentation description: Creating clear and effective documentation is essential for ensuring that AI agents can understand and work with software projects efficiently. This skill focuses on best practices for writing documentation that is both comprehensive and easy to follow.
Writing Documentation Skill
Overview
Creating clear and effective documentation is essential for ensuring that AI agents can understand and work with software projects efficiently. This skill focuses on best practices for writing documentation that is both comprehensive and easy to follow.
The default conventions to follow in any documentation
- Always create markdown files (
edit/createFiletool) for documentation. - Use subheadings (
##,###, etc.) to organize content into sections and subsections. - Use bullet points or numbered lists to break down complex information into digestible parts.
- Use numbered lists for sequential steps, long lists, nested lists, or when order matters.
- Use bullet points for non-sequential information.
- Use nested lists for hierarchical information.
- Use bold text to highlight important terms or concepts.
- To show code snippets, use triple backticks (
) before and after the code block. Specify the language for syntax highlighting (e.g.,py, ```js). - Use xml-style tags (e.g.,
<workflow>,<planning>,<searching-tools-instructions>) to denote special sections that may require specific formatting or instructions.- Refer to these tags in the documentation to provide clarity on workflows, planning steps, or tool usage. Refer like this:
<workflow>,<planning>,<searching-tools-instructions>.
- Refer to these tags in the documentation to provide clarity on workflows, planning steps, or tool usage. Refer like this:
- Use '
edit/createFileto highly a tool name, file path, or any specific term related to the project.- When referencing other documentation files, provide relative paths to ensure easy navigation.
- Try to provide examples so that the reader can understand better.
- Break lines between sections, titles, and paragraphs to improve readability.
- Maintain a consistent tone and style throughout the documentation to ensure readability.
What type of formatting ou should use?
First, you need to understand the concepts below, because each concept has its own formatting style.
- Contexts: reference
- Description: These are instructions that provide additional information about the project, files, or specific scenarios so that the AI can understand the environment better.
- It does not use other concepts directly.
- Docs: reference
- Description: These are general documentation files that explain how to use, maintain, or contribute to the project.
- It does not use other concepts directly.
Writing Documentation Workflow
- Understand the main conventions to follow in any documentation from the section.
- Identify the type of documentation needed from the section.
- Create or update a documentation based on the provided user request.
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/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