UNPKG

claude-code-templates

Version:

CLI tool to setup Claude Code configurations with framework-specific commands, automation hooks and MCP Servers for your projects

80 lines (57 loc) 4.01 kB
[![npm version](https://img.shields.io/npm/v/claude-code-templates.svg)](https://www.npmjs.com/package/claude-code-templates) [![npm downloads](https://img.shields.io/npm/dt/claude-code-templates.svg)](https://www.npmjs.com/package/claude-code-templates) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/davila7/claude-code-templates/blob/main/CONTRIBUTING.md) [![GitHub stars](https://img.shields.io/github/stars/davila7/claude-code-templates.svg?style=social&label=Star)](https://github.com/davila7/claude-code-templates) # Claude Code Templates **CLI tool for configuring and monitoring Claude Code** - Quick setup for any project with framework-specific commands and real-time monitoring dashboard. ## 🚀 Quick Start ```bash # Interactive setup (recommended) npx claude-code-templates@latest # Real-time analytics dashboard npx claude-code-templates@latest --analytics # System health check npx claude-code-templates@latest --health-check ``` ## ✨ Core Features - **📋 Smart Project Setup** - Auto-detect and configure any project with framework-specific commands - **📊 Real-time Analytics** - Monitor Claude Code sessions with live state detection and performance metrics - **🔍 Health Check** - Comprehensive system validation with actionable recommendations - **🧩 Individual Components** - Install specialized agents, commands, and MCPs individually ## 🎯 What You Get | Component | Description | Example | |-----------|-------------|---------| | **CLAUDE.md** | Project-specific Claude Code configuration | Framework best practices, coding standards | | **Commands** | Custom slash commands for development tasks | `/generate-tests`, `/check-file`, `/optimize-bundle` | | **Agents** | AI specialists for specific domains | API security audit, React performance, database optimization | | **MCPs** | External service integrations | GitHub, databases, development tools | | **Analytics** | Real-time monitoring dashboard | Live session tracking, usage statistics, exports | ## 🛠️ Supported Technologies | Language | Frameworks | Status | |----------|------------|---------| | **JavaScript/TypeScript** | React, Vue, Angular, Node.js | ✅ Ready | | **Python** | Django, Flask, FastAPI | ✅ Ready | | **Common** | Universal configurations | ✅ Ready | | **Go** | Gin, Echo, Fiber | 🚧 Coming Soon | | **Rust** | Axum, Warp, Actix | 🚧 Coming Soon | ## 📖 Documentation **[📚 Complete Documentation](https://aitmpl.com/docu/)** - Comprehensive guides, examples, and API reference Quick links: - [Getting Started](https://aitmpl.com/docu/docs/intro) - Installation and first steps - [Project Setup](https://aitmpl.com/docu/docs/project-setup/interactive-setup) - Configure your projects - [Analytics Dashboard](https://aitmpl.com/docu/docs/analytics/overview) - Real-time monitoring - [Individual Components](https://aitmpl.com/docu/docs/components/overview) - Agents, Commands, MCPs - [CLI Options](https://aitmpl.com/docu/docs/cli-options) - All available commands ## 🤝 Contributing We welcome contributions! Browse available templates and components at **[aitmpl.com](https://aitmpl.com)**, then check our [contributing guidelines](https://github.com/davila7/claude-code-templates/blob/main/CONTRIBUTING.md). ## 📄 License MIT License - see the [LICENSE](LICENSE) file for details. ## 🔗 Links - **🌐 Browse Components**: [aitmpl.com](https://aitmpl.com) - **📚 Documentation**: [aitmpl.com/docu](https://aitmpl.com/docu) - **🐛 Issues**: [GitHub Issues](https://github.com/davila7/claude-code-templates/issues) - **💬 Discussions**: [GitHub Discussions](https://github.com/davila7/claude-code-templates/discussions) --- **⭐ Found this useful? Give us a star to support the project!**