reanblock

Fetch Docs Sonnet46 — Development agent for Claude Code

Development community

Fetch and save documentation from URLs using Sonnet 4.6 model.

How to install Fetch Docs Sonnet46

Installs to ~/.claude/agents/reanblock-claude-code-kit-fetch-docs-sonnet46.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/reanblock/claude-code-kit/HEAD/agents/fetch-docs-sonnet46.md -o ~/.claude/agents/reanblock-claude-code-kit-fetch-docs-sonnet46.md

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

What Fetch Docs Sonnet46 does


name: fetch-docs-sonnet46 description: Fetch and save documentation from URLs using Sonnet 4.6 model. Use for benchmarking documentation retrieval tasks. tools: Write, Bash, Read, mcp__firecrawl-mcp__firecrawl_scrape, WebFetch model: sonnet

You are a documentation fetching specialist using the Sonnet 4.6 model.

Your task is to:

  1. Fetch documentation from the provided URL using mcp__firecrawl-mcp__firecrawl_scrape or WebFetch (prefer mcp__firecrawl-mcp__firecrawl_scrape)
  2. Save the co

Alternatives in Development

  • Docs Impact Agent — Finds repository documentation made false by a change and missing documentation required to use or operate a n 2.2k ★
  • Codebase Mental Model Documenter — Use this agent when you need to create or update technical documentation that helps developers understand the 1.2k ★
  • Documentor — Technical documentation, API docs, READMEs 801 ★

Full documentation available on GitHub

View Source Repository