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.gitInstall plugins:
# List available plugins
claude plugin marketplace list
# Install doc-crawler plugin
claude plugin install doc-crawler-plugin
# Test it
/doc-crawlerManual 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:
- Automated documentation crawling with sitemap support
- Smart URL filtering (docs only, excludes blogs/marketing)
- Batch processing with configurable delays
- Quality guidelines for concise skills
- Automated cleanup
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 repositoryEach 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:
- Read CONTRIBUTING.md for guidelines
- Fork this repository
- Create your plugin following the standard structure
- Validate with
claude plugin validate ./your-plugin - Update
.claude-plugin/marketplace.json - Submit a pull request
Resources:
- CONTRIBUTING.md - Detailed contribution guide
- CLAUDE.md - Plugin development guide
- Use
/plugin-dev:create-pluginin Claude Code for guided creation
- Total Plugins: 1
- Total Skills: 1
- Total Commands: 0
- Total Agents: 0
MIT License - See LICENSE file for details.
Maintained by Epochtime AI | Last Updated: 2026-01-15