๐Ÿงน
Writing

Doc Cleanup

by aka-luan

Doc Cleanup is a Writing skill for Claude Code, published by aka-luan in doc-cleanup.

40 stars1 forkson aka-luan/doc-cleanupAdded 2026/07/16Repository updated 2026/07/14
agent-skillsai-agentsclaudeclaude-codedeveloper-toolsdocumentation
Install in seconds
Install Doc Cleanup
Copy Doc Cleanup 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/aka-luan/doc-cleanup/tree/main/skills/doc-cleanup ~/.claude/skills/doc-cleanup

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/aka-luan/doc-cleanup.git

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

In this catalog

Source file
skills/doc-cleanup/SKILL.md in aka-luan/doc-cleanup
Installs to
~/.claude/skills/doc-cleanup
Collection
The only skill cataloged from this repository
Category
Writing โ€” 1361 skills

What Doc Cleanup does

Doc Cleanup audits Markdown docs for context rot such as stale claims, contradictions, dead paths, and completed-work logs. Use it when agent-facing documentation may no longer match the repository.

Doc Cleanup is cataloged under Writing on DirSkills. Doc Cleanup comes from a repository tagged agent-skills, ai-agents, claude, claude-code and developer-tools.

Documentation

README

Doc cleanup

Remove context rot from Markdown without erasing load-bearing rules or useful history. Treat every doc claim as a hypothesis and the repository as evidence.

Work in two passes: diagnose and report without editing, then execute only after the user approves the proposed cleanup. Approval to edit does not imply approval to commit.

1. Inventory the full scope

Enumerate every in-scope *.md file, excluding generated, dependency, VCS, and user-excluded paths. Record each file's line count and role:

  • entry: AGENTS.md, CLAUDE.md, or equivalent
  • required: an entry doc instructs agents to read it
  • reference: consulted conditionally
  • historical: retained for lookup, not current guidance

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

Frequently asked about Doc Cleanup

  • How does Doc Cleanup compare to other Writing skills?

    Doc Cleanup ranks #1246 by stars among the 1361 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 Doc Cleanup against them. Open each page to compare what they document and how they install.