← Back to list

write-documentation
by iurygdeoliveira
Repositorio destinado a fornecer um kit inicial para desenvolvimento de SaaS usando laravel e filament
⭐ 29🍴 12📅 Jan 20, 2026
SKILL.md
name: write-documentation description: Manages project documentation creation and updates, ensuring synchronization with the codebase.
Documentation Writer Skill
Use this skill to create, update, and audit documentation files in the docs/ directory.
When to use this skill
- When adding a new feature that requires explanation (e.g., a new architectural pattern or complex flow).
- When the user asks to "update docs" or "document this".
- When performing an audit of documentation vs. implementation.
Workflow
1. Structure
Documentation should be organized in docs/ with numbered prefixes for ordering:
docs/01-instalacao-e-setup/docs/02-autenticacao-e-seguranca/docs/03-ui-e-customizacao/docs/04-backend-e-arquitetura/docs/05-otimizacoes/docs/06-testes/docs/07-qualidade-de-codigo/docs/08-ai-agents/
2. File Format
- Markdown: Always use
.md. - Header: Start with a clear
# Title. - Context: Explain why this feature exists, not just how it works.
- Code Blocks: Use language-specific fencing (e.g., ```php).
3. Synchronization (Audit Mode)
When verifying documentation:
- Read the Doc: Parse the existing
.mdfile. - Verify Code: Check the referenced classes/files in the codebase.
- Identify Drift: Note differences in method signatures, config values, or file paths.
- Update: rewriting the documentation to match the current code reality.
4. New Document Template
# [Feature Name]
## Visão Geral
[Breve descrição do que é e para que serve]
## Como Funciona
[Explicação técnica]
## Exemplos de Código
```php
// Exemplo prático
```
Configuração Relacionada
config/feature.php.envkeys
Score
Total Score
80/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

