Skip to content

marcioaltoe/claude-craftkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Craftkit

A comprehensive plugin and skill marketplace for Claude Code, providing specialized agents, commands, and utilities to enhance your development workflow.

Overview

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 Links

Plugin Summary

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.

Quick Start

Installation

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-craftkit

Or use the interactive installer: /plugin → Browse Plugins

For manual installation and other options, see QUICKSTART.md.

Verify Installation

Run /help to confirm plugins are loaded and see available commands.

Example Workflows

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.

Tech Stack Coverage

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

Documentation

Contributing

Contributions are welcome! To add or improve plugins:

  1. Fork the repository
  2. Create or edit plugin files in plugins/
  3. Update .claude-plugin/marketplace.json if adding new plugins
  4. Test locally by reinstalling the plugin
  5. Submit a pull request

For plugin structure and customization guide, see STRUCTURE.md.

Support

Requirements

  • Claude Code CLI installed
  • Bun runtime for backend development
  • Appropriate tools for specific plugins (PostgreSQL, etc.)

References

Learn More

License

MIT License - See LICENSE for details.


Built for Claude Code users by Marcio Altoé Happy coding! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published