Epochtime AI's official marketplace providing comprehensive plugins for documentation crawling, database schema management with Atlas, and other development tools
npx claudepluginhub epochtime-ai/cc-pluginsDocumentation crawler plugin for Claude Code - crawl and convert documentation websites into well-structured skills using inform tool
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.
Quick access to Claude Code official documentation with categorized reference links
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
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories