スキル wiki-page-writer
📦

wiki-page-writer

安全

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.

対応: Claude Codex Code(CC)
🥉 74 ブロンズ
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「wiki-page-writer」を使用しています。 Document the authentication middleware in src/middleware/auth.ts

期待される結果:

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

「wiki-page-writer」を使用しています。 Create documentation for the data pipeline in src/pipeline/

期待される結果:

  • 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

セキュリティ監査

安全
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
スキャンされたファイル
71
解析された行数
0
検出結果
1
総監査数
セキュリティ問題は見つかりませんでした
監査者: claude

品質スコア

38
アーキテクチャ
100
保守性
87
コンテンツ
50
コミュニティ
100
セキュリティ
91
仕様準拠

作れるもの

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.

これらのプロンプトを試す

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.

ベストプラクティス

  • 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

回避

  • 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

よくある質問

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.

開発者の詳細

ファイル構成

📄 SKILL.md