Agent skill · Code Review & Quality

document

Produces modularity review documents in both Markdown and HTML formats. Use when writing the final review output from a modularity analysis.

vladikkgithub.com/vladikkGitHub ↗
claude-codecan modify filesNOASSERTION
Install
npx skills add vladikk/modularity --skill document --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Allowed tools: ReadWrite
Path: skills/document/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 502
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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/) | | ----------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------

What's inside
Steps it walks through
  1. Document Structure
  2. Header
  3. Executive Summary
  4. Coupling Overview Table
  5. Issues
  6. Footer
  7. Severity Criteria
  8. Linking to coupling.dev (REQUIRED)
  9. Output
  10. HTML generation
Ships with 1 file
  • assets/template.html
More from modularity
All skills →
About this skill
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.

Keep going