Agent Skill
2/7/2026writing-documentation
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.
D
dhomini
0GitHub Stars
1Views
npx skills add dhomini-rabelo/timertasks
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. |
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.
<default-conventions>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 <default-conventions> section.
- Identify the type of documentation needed from the <formatting-types> section.
- Create or update a documentation based on the provided user request.
Skills Info
Original Name:writing-documentationAuthor:dhomini
Download