Minimum 3 Mermaid diagrams (architecture, data flow, dependency graph)
All Mermaid diagrams use dark-mode colors (see wiki-vitepress skill)
Focus on WHY decisions were made, not just WHAT exists
Guide 2: Zero-to-Hero Contributor Guide
Audience
New contributors who need step-by-step practical guidance.
Required Sections
What This Project Does
— 2-3 sentence elevator pitch
Prerequisites
— Tools, versions, accounts needed
Environment Setup
— Step-by-step with exact commands, expected output at each step
Project Structure
— Annotated directory tree (what lives where and why)
Your First Task
— End-to-end walkthrough of adding a simple feature
Development Workflow
— Branch strategy, commit conventions, PR process
Running Tests
— How to run tests, what to test, how to add a test
Debugging Guide
— Common issues and how to diagnose them
Key Concepts
— Domain-specific terminology explained with code examples
Code Patterns
— "If you want to add X, follow this pattern" templates
Common Pitfalls
— Mistakes every new contributor makes and how to avoid them
Where to Get Help
— Communication channels, documentation, key contacts
Glossary
— Terms used in the codebase that aren't obvious
Quick Reference Card
— Cheat sheet of most-used commands and patterns
Rules
All code examples in the detected primary language
Every command must be copy-pasteable
Include expected output for verification steps
Use Mermaid for workflow diagrams (dark-mode colors)
Ground all claims in actual code — cite
(file_path:line_number)
When to Use
This skill is applicable to execute the workflow or actions described in the overview.