claude-code-configs  by Matt-Dionis

Production-grade Claude Code configurations for AI-assisted development

created 5 days ago

New!

369 stars

Top 76.3% on SourcePulse

GitHubView on GitHub
Project Summary

This repository provides production-grade configurations, specialized agents, and automation workflows for Claude Code, aimed at developers seeking to enhance AI-assisted development productivity. It offers detailed examples for building Memory MCP servers and developing with Next.js 15, showcasing advanced patterns for agents, commands, hooks, and security.

How It Works

The repository structures configurations within .claude/ directories, containing specialized AI agents, custom workflow commands, and automation hooks. These are managed by a central settings.json file, which defines permissions and operational logic. The approach emphasizes domain-specific agents and security-first principles, such as whitelisting commands and scoped write permissions, to create robust and efficient AI development environments.

Quick Start & Requirements

To get started, copy the relevant .claude/ directory and CLAUDE.md file into your project. For example, for MCP server development:

cp -r memory-mcp-server/.claude your-project/
cp memory-mcp-server/CLAUDE.md your-project/

For Next.js 15 development:

cp -r nextjs-15/.claude your-project/
cp nextjs-15/CLAUDE.md your-project/

Specific configurations may require dependencies like PostgreSQL 17, pgvector, Drizzle ORM, and the MCP SDK. Detailed setup guides are available in the respective README.md files.

Highlighted Details

  • Memory MCP Server: Features 15 specialized agents, 7 custom commands, and 2 automation hooks for MCP servers, databases, and memory systems, optimized for PostgreSQL 17 with pgvector and Drizzle ORM.
  • Next.js 15 Configuration: Includes 11 Next.js-specific agents and 6 workflow commands covering App Router, Server Components, performance optimization, testing, and deployment.
  • Shared Features: Both configurations incorporate automation hooks for TypeScript development, command logging, and smart filtering, alongside security best practices like whitelisting and input validation.
  • Technology Stack: Optimized for TypeScript, Node.js, PostgreSQL 17, Drizzle ORM, pgvector, and Next.js 15 with React 19.

Maintenance & Community

The repository is community-driven, welcoming contributions for new framework configurations, agent improvements, and CLI tool development. Priority areas for contributions include Vercel AI SDK, Drizzle ORM, Zod, shadcn/ui, and TailwindCSS.

Licensing & Compatibility

The configuration reference is provided "as-is" for educational purposes. Users are encouraged to adapt and modify it for their specific needs. No explicit license is stated, implying a permissive, educational use case.

Limitations & Caveats

This repository is a reference for learning, not for direct cloning. All credentials shown are placeholders and must be adapted for actual use. Users are responsible for reviewing and adjusting permissions to meet their specific security requirements.

Health Check
Last commit

2 days ago

Responsiveness

Inactive

Pull Requests (30d)
2
Issues (30d)
0
Star History
372 stars in the last 5 days

Explore Similar Projects

Starred by John Resig John Resig(Author of jQuery; Chief Software Architect at Khan Academy) and Didier Lopes Didier Lopes(Founder of OpenBB).

CCPlugins by brennercruvinel

5.0%
2k
Claude Code CLI enhancement framework
created 3 weeks ago
updated 2 weeks ago
Feedback? Help us improve.