modular-code
SolidModular Code Organization
Install
Quality Score: 85/100
Skill Content
Details
- Author
- parcadei
- Repository
- parcadei/Continuous-Claude-v3
- Created
- 5 months ago
- Last Updated
- 4 months ago
- Language
- Python
- License
- MIT
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