A comprehensive plugin and skill marketplace for Claude Code, providing specialized agents, commands, and utilities to enhance your development workflow.
Transform your Claude Code experience with a curated collection of plugins designed for modern web development. From database management with Drizzle ORM to UI components with shadcn/ui, AI integration with Vercel AI SDK, and intelligent git workflows - everything you need to build production-ready applications faster.
What makes this marketplace special:
- 🎯 19 specialized commands for common development tasks
- ⚡ 17 intelligent skills that work proactively
- 🏗️ Clean Architecture patterns for React applications
- 🎨 Hybrid architecture - choose between automation and explicit control
- 🎨 Design system support (Gesttione branding included)
- 📐 SOLID principles and TypeScript best practices enforcement
- 📚 Quick Start Guide - Get started in 5 minutes
- 📖 Complete Reference - Detailed documentation and API reference
| Plugin | Commands | Skills | Category |
|---|---|---|---|
| db-tools | 3 | 1 | Database |
| ui | 3 | 3 | UI Architecture |
| ai-sdk | 2 | 1 | AI |
| quality | 2 | 3 | Testing |
| audio-notifications | - | - | QoL |
| git | 3 | 2 | Workflow |
| reviewer | 3 | - | Development |
| ui-tests | 3 | - | Testing |
| architecture-design | - | 9 | Development |
| Total | 19 | 19 | - |
For detailed plugin descriptions, capabilities, and available commands, see STRUCTURE.md.
Add this marketplace to Claude Code:
# Add marketplace
/plugin marketplace add marcioaltoe/claude-craftkit
# Install all plugins
/plugin install db-tools@claude-craftkit
/plugin install ui@claude-craftkit
/plugin install ai-sdk@claude-craftkit
/plugin install quality@claude-craftkit
/plugin install audio-notifications@claude-craftkit
/plugin install git@claude-craftkitOr use the interactive installer: /plugin → Browse Plugins
For manual installation and other options, see QUICKSTART.md.
Run /help to confirm plugins are loaded and see available commands.
Database Setup:
Set up Drizzle ORM with Postgres for my Bun + Hono backend
Claude uses the database-architect skill to set up Drizzle ORM.
UI Development:
Build a user dashboard with Clean Architecture:
- React 19 + Vite + TanStack Router
- shadcn/ui components with Gesttione brand colors
- Responsive layout with dark mode
- State management with TanStack Query
Claude uses ui-designer, gesttione-design-system, and architecture-design plugin's frontend-engineer skills.
Git Workflow (Hybrid):
# Autonomous: Just say what you want
"I'm done with this feature, commit it"
# Explicit: Force execution
/commit
/commit-push-pr
The git plugin offers both autonomous skills and explicit commands.
AI Integration:
Create a streaming chat endpoint with function calling
Claude uses the ai-sdk-specialist skill with Vercel AI SDK.
This marketplace provides comprehensive support for:
- Backend: Bun runtime + Hono framework + PostgreSQL with Drizzle ORM
- Frontend: React 19 + Vite 6 + TanStack Router (file-based routing)
- UI: shadcn/ui + Tailwind CSS v4 + Design tokens + Dark mode
- State: TanStack Query + Zustand + TanStack Store
- Forms: TanStack Form + Zod validation
- Architecture: Clean Architecture (domain/application/infrastructure/presentation)
- AI: Vercel AI SDK with OpenAI & Anthropic support
- Testing: Bun built-in test + React Testing Library + Happy DOM
- Code Quality: Biome (TS/JS/CSS) + Prettier (markdown) + barrel-craft
- Workflow: Git automation with Conventional Commits and PR creation
- QoL: Audio notifications for long-running tasks
- QUICKSTART.md - Installation, setup, and first project tutorial
- STRUCTURE.md - Complete reference: all commands, agents, skills, customization
- Claude Code Docs - Official plugin documentation
Contributions are welcome! To add or improve plugins:
- Fork the repository
- Create or edit plugin files in
plugins/ - Update
.claude-plugin/marketplace.jsonif adding new plugins - Test locally by reinstalling the plugin
- Submit a pull request
For plugin structure and customization guide, see STRUCTURE.md.
- Issues: GitHub Issues
- Repository: github.com/marcioaltoe/claude-craftkit
- Email: marcio.altoe@gmail.com
- Claude Code CLI installed
- Bun runtime for backend development
- Appropriate tools for specific plugins (PostgreSQL, etc.)
- Claude Code Documentation
- Slash Commands Documentation
- Plugin System Documentation
- Subagents Documentation
- Anthropics Skills Documentation
- Hooks Documentation
- Claude Code Setting Documentation
MIT License - See LICENSE for details.
Built for Claude Code users by Marcio Altoé Happy coding! 🚀