modular-code
SolidModular Code Organization
Install
Quality Score: 88/100
Skill Content
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 2 months ago
- Last Updated
- 1 months ago
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
modular-code
Modular Code Organization
modularity
This skill should be used when designing, planning, implementing, or reviewing any non-trivial change, or when the user asks to "split this file", "decouple X from Y", "refactor into modules" — enforces small, focused modules so any change fits in context without compaction
python-project-structure
Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with __all__, or planning directory layouts.
modular-skills
Build composable skill modules with hub-and-spoke loading. Use when token budget is tight.
clean-code
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments