Modularity — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Modularity (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
TL;DR: A Claude Code plugin for designing and analyzing modular software systems using the Balanced Coupling model.
There's no shortage of AI tools that provide code-level feedback: best practices, edge cases, potential bugs. That's useful, but it's not where the costly mistakes hide. In the AI era, code is generated faster than ever, and so technical debt accumulates faster too. Any architectural inefficiency, any misdrawn boundary, any unmanaged coupling will grow into a big ball of mud at a pace that wasn't possible before.
This plugin operates at the architectural level. It includes two skills:
Both skills are grounded in the Balanced Coupling model, so every recommendation traces back to a concrete dimension (integration strength, distance, volatility), not gut feel.
_"One of the most useful Claude Code skills for your vibe-coded projects so far!"_ — Alexei Ledenev (pumba, k8s-mcp-server, ccgram)
Requires Claude Code v1.0.33 or later.
Add the marketplace and install the plugin:
/plugin marketplace add vladikk/modularity
/plugin install modularity@vladikk-modularityAlternatively, clone the repo and load it directly:
git clone https://github.com/vladikk/modularity.git
claude --plugin-dir ./modularity/modularity:review — Modularity ReviewAnalyzes an existing codebase for coupling imbalances. Use when:
How it works:
Usage:
/modularity:reviewThe review output includes hyperlinks to coupling.dev for each coupling concept referenced.
/modularity:design — Modular DesignDesigns modular architectures from functional requirements. Use when:
How it works:
Each step requires your approval before proceeding.
Usage:
/modularity:designBoth skills are grounded in the Balanced Coupling model, which evaluates coupling across three dimensions:
The balance rule: BALANCE = (STRENGTH XOR DISTANCE) OR NOT VOLATILITY
Coupling is balanced when strength and distance counterbalance each other, or when volatility is low enough to neutralize the imbalance.
Learn more at coupling.dev.
Claude Opus 4.5 or later. The skills rely on nuanced architectural reasoning that benefits from the most capable models.
This work is licensed under CC BY-NC-SA 4.0. For commercial use, contact skill at coupling dot dev.
This repository and its contents may not be used for training, fine-tuning, or any other form of machine learning model development without explicit written permission from the author.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.