document
Produces modularity review documents in both Markdown and HTML formats. Use when writing the final review output from a modularity analysis.
npx skills add vladikk/modularity --skill document --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Document You produce the final modularity review document in two formats: Markdown (`.md`) and HTML (`.html`). Both files contain identical content. ## Document Structure ### Header ```markdown # Modularity Review **Scope**: [what was analyzed] **Date**: [date] ``` ### Executive Summary A short paragraph (3-5 sentences) covering: - What the project does (its core functionality) - The overall modularity status (healthy, needs attention, critical issues) - The most important finding from the review ### Coupling Overview Table Summarize all key integrations. The table headers MUST link to coupling.dev: ```markdown | Integration | [Strength](https://coupling.dev/posts/dimensions-of-coupling/integration-strength/) | [Distance](https://coupling.dev/posts/dimensions-of-coupling/distance/) | [Volatility](https://coupling.dev/posts/dimensions-of-coupling/volatility/) | [Balanced?](https://coupling.dev/posts/core-concepts/balance/) | | ----------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------
- Document Structure
- Header
- Executive Summary
- Coupling Overview Table
- Issues
- Footer
- Severity Criteria
- Linking to coupling.dev (REQUIRED)
- Output
- HTML generation
What does the document skill do?
Produces modularity review documents in both Markdown and HTML formats. Use when writing the final review output from a modularity analysis.
How do I install it?
Run `npx skills add vladikk/modularity --skill document --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vladikk/modularity, a repository with 502 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
