vladikkvladikkCommunityยท4 Agent Skills Included

modularity

Architecture reviews and modular design using balanced coupling

Analyzes existing codebases for coupling imbalances and designs modular architectures from functional requirements. Finds knowledge leaks across component boundaries, distributed monolith risks, and spots where small changes trigger expensive cascading fixes. Produces module design docs, integration contracts, test specifications, and review reports in Markdown and HTML.
npx skills add vladikk/modularity --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Modularity?โ–ผ

Run `npx skills add vladikk/modularity --all -g -y` in your terminal to install all skills in this suite globally.

How to check a codebase for coupling problems?โ–ผ

Run the review skill on your project. It maps integrations between components, scores strength, distance, and volatility, and flags unbalanced coupling with concrete fixes.

How to design a modular system from requirements?โ–ผ

Run the design skill with your functional requirements file. It produces module design documents, integration contracts, test specifications, and an architecture overview.

What is the Balanced Coupling model?โ–ผ

It is a framework by Vlad Khononov that evaluates coupling across three dimensions: integration strength, distance, and volatility. Coupling is balanced when strength and distance counterbalance each other or volatility is low.

Does Modularity work with Claude Code?โ–ผ

Yes. It is built as a Claude Code plugin and requires Claude Code v1.0.33 or later, with Claude Opus 4.5 or newer recommended for best results.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’