By epochtime-ai
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
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 claude-code-doc-pluginDocumentation 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.
OpenAI Codex CLI ecosystem plugin with documentation management, scraping, indexing, and search capabilities
Code documentation with automated doc generation, code explanation, and tutorial engineering
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>
Commands for syncing CLAUDE.md, permissions allowlist, and refreshing context. Hooks for marketplace-to-plugin sync.
Create comprehensive documentation for code, APIs, and projects.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.