Habilidades wiki-page-writer
📦

wiki-page-writer

Seguro

Generate Technical Documentation with Mermaid Diagrams

Creating comprehensive technical documentation requires significant time and consistent formatting. This skill automates wiki page generation with evidence-based citations, dark-mode Mermaid diagrams, and VitePress-compatible structure for Claude, Codex, and Claude Code.

Suporta: Claude Codex Code(CC)
🥉 74 Bronze
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 "wiki-page-writer". Document the authentication middleware in src/middleware/auth.ts

Resultado esperado:

  • Generated documentation page with:
  • - Overview explaining authentication flow and security model
  • - Sequence diagram showing request authentication lifecycle
  • - Component table listing middleware functions with descriptions
  • - Code citations: (src/middleware/auth.ts:45), (src/utils/jwt.ts:22), (src/config/auth.ts:8)

A utilizar "wiki-page-writer". Create documentation for the data pipeline in src/pipeline/

Resultado esperado:

  • Generated documentation page with:
  • - Architecture diagram showing data flow through pipeline stages
  • - Class diagram of processor hierarchy and interfaces
  • - Implementation details with pseudocode examples
  • - Citations from 7 source files with specific line numbers

Auditoria de Segurança

Seguro
v1 • 2/25/2026

Static analyzer detected 34 patterns (external_commands, weak_crypto, reconnaissance) but all are FALSE POSITIVES. The skill contains only markdown documentation syntax with code blocks and YAML frontmatter examples. No executable code, network calls, or cryptographic operations exist. Safe for publication.

1
Arquivos analisados
71
Linhas analisadas
0
achados
1
Total de auditorias
Nenhum problema de segurança encontrado
Auditado por: claude

Pontuação de qualidade

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

O Que Você Pode Construir

Document CI/CD Pipeline Architecture

Generate comprehensive documentation for a CI/CD pipeline with sequence diagrams showing build stages, component citations, and deployment flow visualizations.

Create Open Source Feature Documentation

Produce detailed feature documentation for open source projects with architecture diagrams, API reference tables, and code path citations for community contributors.

Build Internal Technical Wiki

Generate consistent internal documentation pages for engineering teams with standardized diagrams, evidence-based citations, and searchable structure.

Tente Estes Prompts

Basic Component Documentation
Create a documentation page for the [component name] in [file path]. Include an overview, architecture diagram, and cite at least 3 source files with line numbers.
Full Feature Deep-Dive
Write comprehensive documentation for the [feature name] feature. Analyze all files in [directory path], create 3+ Mermaid diagrams (sequence, class, and flowchart), trace the complete data flow, and cite specific code paths with file:line references.
API Reference with Examples
Generate API reference documentation for [module/service]. Include endpoint tables with parameters and return types, usage examples in code blocks, and sequence diagrams showing request flows. Cite implementation files for each endpoint.
System Migration Guide
Create a migration guide from [old system] to [new system]. Include architecture comparison diagrams, component mapping tables, data flow changes, and step-by-step migration procedures with code citations from both systems.

Melhores Práticas

  • Always trace actual code paths before documenting functionality
  • Use consistent dark-mode colors in Mermaid diagrams for visual coherence
  • Cite specific file paths and line numbers for every technical claim

Evitar

  • Making claims about functionality without reading the actual implementation code
  • Using Mermaid syntax that breaks dark-mode rendering or VitePress compatibility
  • Generating placeholder documentation without evidence-based source citations

Perguntas Frequentes

What types of files can this skill document?
This skill can document any codebase accessible to your AI assistant. It analyzes source files to generate documentation with accurate citations and diagrams.
Does this skill create diagrams automatically?
Yes. It generates dark-mode compatible Mermaid diagrams including sequence diagrams, class diagrams, flowcharts, and state diagrams based on the code structure.
How are citations formatted in the documentation?
Citations use the format (file_path:line_number) after technical claims, allowing readers to verify information by checking the source code directly.
Is the output compatible with VitePress?
Yes. Output includes proper VitePress frontmatter, escaped generics in code blocks, and Mermaid syntax that renders correctly in VitePress sites.
Can this skill execute code to verify documentation?
No. This skill analyzes source code statically and generates documentation. It does not execute code or verify behavior against running systems.
What if the skill cannot access certain files?
When files are inaccessible, the skill marks inferences clearly and uses citations like (Unknown - verify in path/to/check) to indicate unverified claims.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md