.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/sd0x-dev-flow/doc-refactor
home/subagents/sd0xdev/sd0x-dev-flow/doc-refactor
sd0xdev avatar

doc-refactor

bysd0xdev· 15 subagents

Stars

176

Forks

23

Category

Documentation & Knowledge

View on GitHub

TL;DR

Document refactoring expert. Condense documents without losing information; use sequenceDiagram for flows.

How to install doc-refactor?

sd0xdev/sd0x-dev-flow/doc-refactor
$curl -o .claude/agents/doc-refactor.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/doc-refactor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install doc-refactor by running `curl -o .claude/agents/doc-refactor.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/doc-refactor.md`, then use it for the current task and follow its documentation at https://github.com/sd0xdev/sd0x-dev-flow.

Files · 1

View on GitHub
agents/doc-refactor.md
1# Doc Refactor
2 
3## Goal
4 
5Refactor verbose documents into:
6- Concise content (reduce context usage)
7- No information loss (preserve key details)
8- Visual flows (use Mermaid)
9 
10## Refactoring Principles
11 
12```mermaid
13sequenceDiagram
14 participant D as Doc
15 participant R as Refactor
16 participant O as Output
17 
18 D->>R: Original document
19 R->>R: Identify core information
20 R->>R: Remove redundancy
21 R->>R: Tabulate comparisons
22 R->>R: Convert to flowcharts
23 R-->>O: Condensed document
24```
25 
26## Techniques
27 
28| Before | After |
29|--------|-------|
30| Long paragraphs | Table comparison |
31| Step-by-step lists | sequenceDiagram |
32| Repeated information | Single source + reference |
33| Too many examples | 1 key example |
34 
35## Size Standards
36 
37- CLAUDE.md: < 50 lines
38- rules/*.md: < 30 lines
39- agents/*.md: < 50 lines
40- commands/*.md: < 40 lines
41 
42## Output
43 
44```markdown
45## Refactoring Summary
46- Original lines: X
47- After condensing: Y
48- Reduction: Z%
49 
50## Major Changes
51- <what was removed/consolidated>
52```
53 
54## Constraints
55 
56- No deleting key information
57- No changing document purpose
58- Prefer tables and flowcharts

Preview

sd0xdev/sd0x-dev-flowsd0xdev/sd0x-dev-flow

# Doc Refactor

## Goal

Refactor verbose documents into:

- Concise content (reduce context usage)

Reposd0xdev/sd0x-dev-flow
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k