Habilidades docs-agent
D

docs-agent

Seguro 🌐 Acesso à rede📁 Acesso ao sistema de arquivos⚙️ Comandos externos

Update project documentation automatically

Documentation drift causes confusion and wasted time. This skill uses AI to automatically sync README files, API docs, and internal documentation with codebase changes. Keep your project docs accurate without manual effort.

Suporta: Claude Codex Code(CC)
📊 69 Adequado
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "docs-agent". Update README.md to reflect the new bulk contact update API endpoint

Resultado esperado:

  • Added new feature section for bulk contact updates
  • Updated API Documentation link to new endpoint
  • Verified all code examples are current
  • No broken internal links detected

A utilizar "docs-agent". Document the new POST /api/agents/analyze endpoint

Resultado esperado:

  • Created endpoint documentation with request and response schemas
  • Added TypeScript code example for calling the endpoint
  • Listed all error codes and their meanings
  • Updated table of contents with new section

A utilizar "docs-agent". Generate changelog for version 1.2.0

Resultado esperado:

  • Created changelog with Added, Changed, Fixed, and Security sections
  • Documented 5 new features, 3 improvements, and 2 bug fixes
  • Formatted dates and version numbers correctly
  • Preserved existing changelog entries

Auditoria de Segurança

Seguro
v5 • 1/16/2026

This is a pure documentation skill containing only markdown instructional content. All 122 static findings are FALSE POSITIVES caused by the scanner detecting patterns within documentation examples rather than executable code. The skill contains no executable code, no network operations, no file system access beyond reading/writing documentation files within the project directory.

2
Arquivos analisados
860
Linhas analisadas
3
achados
5
Total de auditorias

Fatores de risco

🌐 Acesso à rede (2)
📁 Acesso ao sistema de arquivos (1)
⚙️ Comandos externos (97)
SKILL.md:20 SKILL.md:43-46 SKILL.md:46-49 SKILL.md:49-50 SKILL.md:50-51 SKILL.md:51-52 SKILL.md:52-53 SKILL.md:53-54 SKILL.md:54-55 SKILL.md:55-58 SKILL.md:58-62 SKILL.md:62-69 SKILL.md:69-118 SKILL.md:118-131 SKILL.md:131-141 SKILL.md:141-150 SKILL.md:150-153 SKILL.md:153-159 SKILL.md:159-162 SKILL.md:162-163 SKILL.md:163-164 SKILL.md:164-167 SKILL.md:167-179 SKILL.md:179-180 SKILL.md:180-211 SKILL.md:211-214 SKILL.md:214-215 SKILL.md:215-216 SKILL.md:216-232 SKILL.md:232-242 SKILL.md:242-264 SKILL.md:264-280 SKILL.md:280-283 SKILL.md:283-310 SKILL.md:310-311 SKILL.md:311-315 SKILL.md:315-318 SKILL.md:318-325 SKILL.md:325-326 SKILL.md:326-333 SKILL.md:333-340 SKILL.md:340-345 SKILL.md:345-351 SKILL.md:351-357 SKILL.md:357-360 SKILL.md:360-369 SKILL.md:369-370 SKILL.md:370-383 SKILL.md:383-399 SKILL.md:399-412 SKILL.md:412-426 SKILL.md:426 SKILL.md:426-435 SKILL.md:435-436 SKILL.md:436-437 SKILL.md:437-438 SKILL.md:438-442 SKILL.md:442 SKILL.md:442-452 SKILL.md:452-453 SKILL.md:453-454 SKILL.md:454-455 SKILL.md:455-468 SKILL.md:468 SKILL.md:468 SKILL.md:468-469 SKILL.md:469 SKILL.md:469 SKILL.md:469-470 SKILL.md:470 SKILL.md:470 SKILL.md:470-471 SKILL.md:471 SKILL.md:471 SKILL.md:471-477 SKILL.md:477-478 SKILL.md:478-496 SKILL.md:496-509 SKILL.md:509-512 SKILL.md:512-519 SKILL.md:519-521 SKILL.md:521-532 SKILL.md:532-548 SKILL.md:548-560 SKILL.md:560-561 SKILL.md:561-564 SKILL.md:564-567 SKILL.md:567-583 SKILL.md:583-591 SKILL.md:591-633 SKILL.md:633-641 SKILL.md:641-645 SKILL.md:645-648 SKILL.md:648-653 SKILL.md:653-661 SKILL.md:661-663 SKILL.md:663-664
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
85
Conteúdo
21
Comunidade
100
Segurança
87
Conformidade com especificações

O Que Você Pode Construir

Sync docs with code changes

Keep README and API docs accurate after each feature release

Maintain internal documentation

Update agent definitions and architecture docs systematically

Generate changelog entries

Automatically create release notes from code changes

Tente Estes Prompts

Update README
Update README.md to reflect the new feature: [describe feature]
Document API
Document the new API endpoint at [path] including method, request body, response format, and error codes
Create changelog
Generate a changelog entry for version [version] based on these changes: [list changes]
Sync all docs
Review all markdown documentation files and update them to reflect the current state of the codebase

Melhores Práticas

  • Update docs immediately after code changes to prevent drift
  • Include code examples in all documentation updates
  • Verify documentation changes against source code before saving

Evitar

  • Batching multiple unrelated changes into one update
  • Using casual or informal tone in technical documentation
  • Skipping verification of code examples before publishing

Perguntas Frequentes

Does this work with Claude Sonnet or Opus?
Configured for Haiku by default but works with any Claude model for documentation tasks
What documentation files can it update?
Supports README.md, .claude files, API docs, changelogs, and architecture documentation
Does it integrate with external docs platforms?
Currently designed for markdown files in the project repository only
Is my data safe with this skill?
Yes. This skill only reads and writes documentation files within your project directory
Why is my documentation not updating?
Ensure you provide specific details about what changed in the codebase for accurate updates
How is this different from Codex documentation features?
Built specifically for Unite-Hub project structure with templates and workflows for this codebase

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md