By epochtime-ai
Documentation crawler plugin for Claude Code - crawl and convert documentation websites into well-structured skills using inform tool
Official Claude Code plugin marketplace by Epochtime AI
A curated collection of Claude Code plugins to enhance your AI-powered development workflow.
Add marketplace to Claude Code:
# Via owner/repo format (recommended)
claude plugin marketplace add EpochTime-AI/cc-plugins
# Or via HTTPS URL
claude plugin marketplace add https://github.com/EpochTime-AI/cc-plugins.git
Install plugins:
# List available plugins
claude plugin marketplace list
# Install doc-crawler plugin
claude plugin install doc-crawler-plugin
# Test it
/doc-crawler
Manual installation:
git clone https://github.com/EpochTime-AI/cc-plugins.git
cd cc-plugins
cp -r doc-crawler-plugin ~/.claude/plugins/
Systematic documentation crawler that converts online documentation into well-structured Claude Code skills.
Features:
Installation:
# From marketplace
claude plugin install doc-crawler-plugin
# Or manually
git clone https://github.com/EpochTime-AI/cc-plugins.git
cp -r cc-plugins/doc-crawler-plugin ~/.claude/plugins/
Usage:
# Use the skill
/doc-crawler
# Follow the guided 8-step workflow:
# 1. Check inform installation
# 2. Try direct crawl
# 3. Discover sitemap URLs
# 4. Filter documentation URLs
# 5. Batch crawl
# 6. Organize content
# 7. Create skill file
# 8. Clean up repository
Each plugin follows the standard Claude Code structure:
plugin-name/
├── plugin.json # Plugin manifest
├── README.md # Documentation
├── skills/ # Skills (.md files)
├── commands/ # Commands (optional)
├── agents/ # Agents (optional)
└── hooks/ # Hooks (optional)
We welcome contributions! To add a plugin:
claude plugin validate ./your-plugin.claude-plugin/marketplace.jsonResources:
/plugin-dev:create-plugin in Claude Code for guided creationMIT License - See LICENSE file for details.
Maintained by Epochtime AI | Last Updated: 2026-01-15
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub epochtime-ai/cc-plugins --plugin doc-crawler-pluginQuick access to Claude Code official documentation with categorized reference links
Atlas database schema migration tool integration for Claude Code. Provides comprehensive guidance on declarative and versioned migrations, schema-as-code, CI/CD integration, ORM support, and LSP support for Atlas HCL files.
Claude Code skill pack for FireCrawl (30 skills)
Transform 17 source types (docs, GitHub, PDFs, videos, Jupyter, Confluence, Notion, Slack, and more) into AI-ready skills and RAG knowledge for 16+ LLM platforms.
Ingest documentation sites and generate Claude Code skills
Crawl, index, and search web documentation directly inside Claude Code. Quick mode for focused lookups, deep mode for up to 100 pages with in-memory search.
Import external documentation locally - bypass AI-blocking sites via Context7, WebFetch, or Playwright
Pull docs from any URL into Claude Code. Indexes static docs sites in seconds with conditional-GET caching, then exposes them as MCP tools (fetch_url, ensure_docs, list_sources, list_indexed, grep_docs, read_doc, add_source, remove_source). Local, browser-free, no API keys.