write-documentation

Documentation Writer Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "write-documentation" with this command: npx skills add iurygdeoliveira/labsis-kit/iurygdeoliveira-labsis-kit-write-documentation

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/

  1. 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).

  1. Synchronization (Audit Mode)

When verifying documentation:

  • Read the Doc: Parse the existing .md file.

  • 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.

  1. 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

// Exemplo prático

Configuração Relacionada

  • config/feature.php

  • .env keys

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

scaffold-filament-resource

No summary provided by upstream source.

Repository SourceNeeds Review
General

scaffold-filament-page

No summary provided by upstream source.

Repository SourceNeeds Review
General

scaffold-controller

No summary provided by upstream source.

Repository SourceNeeds Review
General

scaffold-policy

No summary provided by upstream source.

Repository SourceNeeds Review