Documentation
Provides guidelines and templates for writing consistent, high-quality documentation. Use when the user asks to write, generate, update, or format documentation (such as a README, ADR, Changelog, or API reference) across any language or framework.From its SKILL.md
npx -y skills add CodeByVibes/agents-extras --skill documentationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.4 KB, 453 tokens by cl100k_base, as published. Nobody here has run it
Documentation Skill
This skill provides comprehensive guidelines and templates for writing documentation.
Core Guidelines (Always Read)
Before starting any documentation task, ensure you review the core guidelines:
Validation Script
After generating or updating any Markdown documentation, you MUST run the validation script located in the scripts/ directory to ensure there are no formatting errors.
- Windows:
.\scripts\validate.ps1 <path_to_file.md> - Linux/Mac:
./scripts/validate.sh <path_to_file.md>
Context-Specific Guidelines
Depending on the task, you should read the relevant context-specific guidelines using your file reading tools.
Project Documentation
- Creating an ADR? Read ADR Guidelines and use the ADR Template.
- Writing an API Reference? Read API Guidelines and use the API Template.
- Updating the Changelog? Read Changelog Guidelines and use the Changelog Template.
- General README? Read Readme Guidelines and use the README Template.
Language-Specific Documentation
When documenting code for a specific language, read the corresponding guidelines:
Framework-Specific Documentation
When working with specific frameworks, read these guidelines:
What ships with it: 34 files
19.9 KB alongside SKILL.md, 2 of them executable
core/
- examples.md777 B
- general.md1.2 KB
- markdown.md1.2 KB
- style.md1.2 KB
- validation.md490 B
examples/
frameworks/
- fastapi.md516 B
- flask.md386 B
- nextjs.md461 B
- react.md542 B
- vue.md344 B
languages/
- csharp.md280 B
- go.md470 B
- java.md314 B
- javascript.md364 B
- php.md305 B
- python.md487 B
- rust.md504 B
- typescript.md541 B
project/
- adr.md644 B
- api.md578 B
- architecture.md605 B
- changelog.md634 B
- deployment.md467 B
- docker.md566 B
- readme.md694 B
- security.md517 B
scripts/
- validate.ps1runs543 B
- validate.shruns495 B
templates/
- ADR.template.md690 B
- API.template.md658 B
- CHANGELOG.template.md617 B
- README.template.md630 B
- README.md923 B