Back to Discover

claude-craftkit

skill

marcioaltoe

Archived Claude Code plugin marketplace with reusable commands and skills for modern TypeScript development.

View on GitHub
14 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add marcioaltoe/claude-craftkit

README

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, and intelligent git workflows - everything you need to build production-ready applications faster.

What makes this marketplace special:

  • 🎯 16 specialized commands for common development tasks
  • ⚑ 20 intelligent skills that work proactively
  • πŸ—οΈ Clean Architecture patterns for backend and frontend applications
  • 🎨 Hybrid architecture - choose between automation and explicit control
  • 🎨 Design system support (Gesttione branding included)
  • πŸ“ SOLID principles and TypeScript best practices enforcement
  • βœ… 100% compliant with official Claude Code documentation patterns

Quick Links

Plugin Summary

PluginCommandsAgentsSkillsCategory
db-tools301Database
ui302UI Architecture
quality203Testing
audio-notifications-0-QoL
git202Workflow
reviewer301Development
ui-tests301Testing
architecture-design-010Development
Total16020-

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 quality@claude-craftkit
/plugin install audio-notifications@claude-craftkit
/plugin install git@claude-craftkit
/plugin install reviewer@claude-craftkit
/plugin install ui-tests@claude-craftkit
/plugin install architecture-design@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.

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 with HTTP layer)
  • Testing: Vitest + React Testing Library
  • 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! πŸš€

Rendered live from marcioaltoe/claude-craftkit's GitHub README β€” not stored, always reflects the source repo.

8 Plugins

NameDescriptionCategorySource
architecture-designArchitecture and design patterns with SOLID principles, Clean Code standards, and TypeScript best practices for building maintainable applicationsdevelopment./plugins/architecture-design
audio-notificationsAudio notifications for Claude Code - speaks notification messages out loudqol./plugins/audio-notifications
db-toolsDrizzle ORM and Postgres database management tools for Bun + Hono backend applicationsdatabase./plugins/db-tools
gitGit workflow automation with intelligent skills and quick commands for conventional commits and PR creationworkflow./plugins/git
qualityTesting, linting, and code quality tools for modern web applicationstesting./plugins/quality
reviewerCodeRabbit AI review management - download, organize, and fix PR review comments systematicallydevelopment./plugins/reviewer
uishadcn/ui and Tailwind CSS component generation and design utilitiesui./plugins/ui
ui-testsBrowser automation and web testing with Playwright - auto-detects dev servers, creates test scripts, captures screenshotstesting./plugins/ui-tests

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet β€” be the first to share an update.