📝
WritingHTML

Document

by vladikk

Document is a Writing skill for Claude Code, published by vladikk in modularity.

523 stars32 forkson vladikk/modularityAdded 2026/08/26+2% in starsRepository updated 2026/04/04
balanced-couplingclaude-codeclaude-code-pluginclaude-skillscohesioncouplingdomain-driven-designmodular-designmodularitysoftware-architecturesoftware-design
Install in seconds
Install Document
Copy Document into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/vladikk/modularity/tree/main/skills/document ~/.claude/skills/document

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/vladikk/modularity.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/document/SKILL.md in vladikk/modularity
Installs to
~/.claude/skills/document
Collection
One of 4 skills cataloged from this repository
Category
Writing1012 skills

What Document does

Document produces the final modularity review in Markdown and HTML formats. Use it when writing the finished review after a modularity analysis.

Document is cataloged under Writing on DirSkills. Document comes from a repository tagged balanced-coupling, claude-code, claude-code-plugin, claude-skills and cohesion.

Documentation

README

Document

You produce the final modularity review document in two formats: Markdown (.md) and HTML (.html). Both files contain identical content.

Document Structure

# 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:

This is the opening of the README. Read the full README on GitHub.

Commands Document provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /modularity-review

Frequently asked about Document

  • What else does vladikk publish alongside Document?

    Document is one of 4 skills that DirSkills catalogs from vladikk/modularity, the repository it ships in. Its siblings there include Balanced Coupling, Modular Design and Modularity Review. Each one is a separate skill with its own page in this directory, installs the same way Document does, and is maintained by vladikk in that same repository. The rest of the collection is listed on the vladikk/modularity page.

  • How does Document compare to other Writing skills?

    Document ranks #803 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Document against them. Open each page to compare what they document and how they install.