doc-scraper
Documentation Scraper Skill
Purpose
Single responsibility: Convert documentation websites into organized, categorized reference files suitable for Claude skills or offline archives. (BP-4)
Grounding Checkpoint (Archetype 1 Mitigation)
Before executing, VERIFY:
- Target URL is accessible (test with
curl -I) - Documentation structure is identifiable (inspect page for content selectors)
- Output directory is writable
- Rate limiting requirements are known (check robots.txt)
DO NOT proceed without verification. Inspect before scraping.
Uncertainty Escalation (Archetype 2 Mitigation)
More from jmagly/ai-writing-guide
ai-pattern-detection
Detect AI-generated writing patterns and suggest authentic alternatives. Use when reviewing or editing content, or when the user mentions authenticity or natural voice.
21voice-apply
Applies a voice profile to transform content. Use when user asks to write in a specific voice, match a tone, apply a style, or transform content to sound like a particular voice profile.
11llms-txt-support
Detect and use llms.txt files for LLM-optimized documentation. Use when checking if a site has LLM-ready docs before scraping.
4skill-enhancer
AI-powered enhancement of skill SKILL.md files. Use to transform basic templates into comprehensive, high-quality skill documentation. Use when relevant to the task.
2nl-router
Route natural language requests to appropriate skills and workflows. Use when relevant to the task.
2skill-builder
Build Claude skills from extracted documentation. Use after doc-scraper/pdf-extractor to generate uploadable skill packages. Use when relevant to the task.
2