By epochtime-ai
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.
This skill should be used when the user asks about "Atlas basics", "declarative vs versioned migrations", "Atlas workflows", "what is Atlas", "how does Atlas work", "Atlas migration approaches", "schema-as-code", "Atlas project setup", or needs an introduction to Atlas database migration concepts and workflow comparison
This skill should be used when the user asks to "integrate Atlas with CI/CD", "set up GitHub Actions for Atlas", "configure GitLab CI migrations", "automate database migrations", "Atlas in CI pipeline", "Docker with Atlas", "migration approval workflow", "lint migrations in CI", or needs guidance on integrating Atlas into continuous integration and deployment platforms
This skill should be used when the user asks about "Atlas migrate commands", "plan migrations", "apply migrations", "lint migrations", "atlas migrate diff", "atlas migrate apply", "rollback migrations", "migration workflow", "versioned migrations", "declarative migrations", "atlas.hcl configuration", or needs guidance on executing Atlas migration commands and workflows
This skill should be used when the user asks to "integrate Atlas with GORM", "use Atlas with Prisma", "Sequelize migrations with Atlas", "SQLAlchemy Atlas integration", "TypeORM and Atlas", "Django with Atlas", "Doctrine migrations", "ORM-driven migrations", "generate migrations from ORM models", or needs guidance on integrating Atlas with popular ORMs for automatic schema management
This skill should be used when the user asks about "Atlas HCL syntax", "define schema in Atlas", "create tables in HCL", "foreign keys in Atlas", "indexes in Atlas", "schema.hcl file", "Atlas data types", "constraints in HCL", "SQL schema definition", "column types in Atlas", or needs guidance on writing database schemas using HCL, SQL, or ORM formats
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.
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
npx claudepluginhub epochtime-ai/cc-plugins --plugin atlas-db-pluginDocumentation crawler plugin for Claude Code - crawl and convert documentation websites into well-structured skills using inform tool
Quick access to Claude Code official documentation with categorized reference links
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.