**claude-code-configs** banner
Matt-Dionis Matt-Dionis

**claude-code-configs**

AI community intermediate

Description

[](https://www.npmjs.com/package/claude-config-composer) [](https://www.npmjs.com/package/claude-config-composer) [](https://github.com/Matt-Dionis/claude-code-configs) [](LICENSE) [](https://github.com/Matt-Dionis/claude-code-configs/actions/workflows/ci.yml)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for Matt-Dionis/claude-code-configs, shared by 2 entries in this directory. It describes the repository, not this entry specifically.

πŸš€ Claude Code Configs

[](https://www.npmjs.com/package/claude-config-composer) [](https://www.npmjs.com/package/claude-config-composer) [](https://github.com/Matt-Dionis/claude-code-configs) [](LICENSE) [](https://github.com/Matt-Dionis/claude-code-configs/actions/workflows/ci.yml) [](https://nodejs.org)

**Production-ready Claude Code configurations for popular frameworks and tools**

πŸŽ‰ **Version 1.0.0** - Production-ready with comprehensive testing and 124 passing tests πŸ“¦ **NPM Package** - Install with `npm install -g claude-config-composer` or use `npx`

🚨 **Breaking Changes for Existing Users**

**This release fundamentally changes how configs are organized and used.**

  • βœ… Migration Guide Available: MIGRATION.md
  • πŸ”„ Individual configs moved to configurations/ directory
  • 🎯 New CLI tool for intelligent config merging
  • ⚠️ Direct directory copying is deprecated

🎯 Key Features

  • βœ… 124 Passing Tests - Comprehensive test coverage
  • βœ… 8+ Production Configurations - Frameworks, UI libraries, databases, MCP servers, and tools
  • βœ… Intelligent Merging - Combine multiple configs without conflicts
  • βœ… Zero Dependencies (runtime) - Lightweight and fast
  • βœ… TypeScript - Full type safety and modern development
  • βœ… Git Integration - Automatic .gitignore updates and backups

https://github.com/user-attachments/assets/5b407973-4148-49e3-872f-ce3f9a3161f8

Report Issues

Found a bug? Please report it at [GitHub Issues](https://github.com/Matt-Dionis/claude-code-configs/issues)

🎯 Two Ways to Use This Repository

1. πŸš€ Generate Combined Configs (Recommended)

**Quick Start with NPX (No Installation Required):**

# Generate configs directly in your project
npx claude-config-composer nextjs-15 shadcn

# Or use interactive mode
npx claude-config-composer

**Global Installation:**

# Install globally for frequent use
npm install -g claude-config-composer

# Then use from any project

...