code-wiki

Generate wiki docs + Mermaid diagrams for any codebase.

  • Documentation
  • Mermaid
  • Architecture
  • Diagrams
  • Wiki
  • Code-Analysis

Declared platforms: linux · macos · windows

Install
npx skills add 'https://github.com/NousResearch/hermes-agent/tree/main/optional-skills/software-development/code-wiki'
Download bundle ↓
main · 24fd22bScanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

templates/architecture.md

templates/architecture.mdBrowse 5 files
View on GitHub
← Back to SKILL.md

Architecture

{{TWO_TO_THREE_PARAGRAPHS_SHAPE_OF_SYSTEM}}

Components

  • {{COMPONENT_1}} — {{ONE_TO_TWO_SENTENCES}} See modules/{{MODULE}}.md.
  • {{COMPONENT_2}} — {{ONE_TO_TWO_SENTENCES}}

System Diagram

flowchart TD
    User([User]) --> Entry[Entry Point]
    Entry --> Core[Core Engine]
    Core --> StorageA[(Database)]
    Core --> ExternalAPI{{External API}}

Data Flow

  1. {{STEP_1}}{{FILE}}
  2. {{STEP_2}}{{FILE}}
  3. {{STEP_3}}{{FILE}}

Key Design Decisions

  • {{DECISION_1}}
  • {{DECISION_2}}
  • {{DECISION_3}}