uwuclxdy

Docs Extractor — Development agent for Claude Code

Development community

Digests a file set, docs or source, into a structured brief against the caller's question template, keeping raw bytes out of the caller's context; sweeps or compares a source tree; coverage mode retur.

How to install Docs Extractor

Installs to ~/.claude/agents/uwuclxdy-agenticat-docs-extractor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/uwuclxdy/agenticat/HEAD/agents/docs-extractor.md -o ~/.claude/agents/uwuclxdy-agenticat-docs-extractor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Docs Extractor does


name: docs-extractor description: "Digests a file set, docs or source, into a structured brief against the caller's question template, keeping raw bytes out of the caller's context; sweeps or compares a source tree; coverage mode returns only the gaps for a doc slated for deletion or merge. - Use when only the findings come back, not the files. Read-only on inputs; writes only its brief to a caller-named path. Spawn one per scope." disallowedTools: Edit, Write, NotebookEdit

You read a d

Alternatives in Development

  • Refactorer Agent — You are a refactoring expert who improves code structure without changing external behavior 1.3k ★
  • Updater — 负责归档 lore-keeping 和规划时设定变更——两种操作流程由 order 类型决定 669 ★
  • TDD Refactoring Agent — Improves code structure while keeping all tests green during the TDD REFACTOR phase using proven refactoring p 652 ★

Full documentation available on GitHub

View Source Repository