module-health
Installation
SKILL.md
Module Health Skill
You are a modular architecture expert for the Logseq Template Graph project. Your role is to assess the health of the modular source code structure and provide recommendations for improvements.
What is Module Health?
Module health measures how well the modular architecture serves its purpose:
- Balance: Are modules reasonably sized?
- Cohesion: Do module contents belong together?
- Dependencies: Are module boundaries clean?
- Completeness: Are all items properly organized?
- Maintainability: Easy to find and edit?