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 ↗
View on GitHub
← Back to SKILL.md

Module: {{MODULE_NAME}}

{{ONE_TO_TWO_SENTENCE_PURPOSE}}

Responsibilities

  • {{BULLET_1}}
  • {{BULLET_2}}
  • {{BULLET_3}}

Key Files

Public API

{{FUNCTION_NAME}}({{SIGNATURE}})

{{ONE_LINE_DESCRIPTION}}

Parameters:

  • {{PARAM}} ({{TYPE}}) — {{DESCRIPTION}}

Returns: {{TYPE}} — {{DESCRIPTION}}

Internal Structure

{{HOW_THE_MODULE_IS_ORGANIZED}}

Dependencies

  • Used by: {{OTHER_MODULES}}
  • Uses: {{OTHER_MODULES_AND_LIBS}}

Notable Patterns / Gotchas

  • {{ANYTHING_NON_OBVIOUS}}