{
  "markdown": "[![npm version](https://img.shields.io/npm/v/claude-code-templates.svg)](https://www.npmjs.com/package/claude-code-templates)\n[![npm downloads](https://img.shields.io/npm/dt/claude-code-templates.svg)](https://www.npmjs.com/package/claude-code-templates)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)\n[![Sponsored by Z.AI](https://img.shields.io/badge/Sponsored%20by-Z.AI-2563eb?style=flat&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJMMiAyMkgyMkwxMiAyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+)](https://z.ai/subscribe?ic=8JVLJQFSKB&utm_source=github&utm_medium=badge&utm_campaign=readme)\n[![Claude for Open Source](https://img.shields.io/badge/Claude-Open%20Source%20Program-D97757?style=flat&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==)](https://claude.com/contact-sales/claude-for-oss)\n[![Neon Open Source Program](https://img.shields.io/badge/Neon-Open%20Source%20Program-00E599?style=flat)](https://get.neon.com/4eCjZDz)\n[![GitHub Sponsors](https://img.shields.io/badge/GitHub%20Sponsors-sponsor-EA4AAA?style=flat&logo=githubsponsors&logoColor=white)](https://github.com/sponsors/davila7)\n[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-support-yellow?style=flat&logo=buy-me-a-coffee)](https://buymeacoffee.com/daniavila)\n[![GitHub stars](https://img.shields.io/github/stars/davila7/claude-code-templates.svg?style=social&label=Star)](https://github.com/davila7/claude-code-templates)\n\n<p align=\"center\">\n  <a href=\"https://trendshift.io/repositories/15113\" target=\"_blank\">\n    <img src=\"https://trendshift.io/api/badge/repositories/15113\" alt=\"davila7%2Fclaude-code-templates | Trendshift\" style=\"width: 200px; height: 40px;\" width=\"125\" height=\"40\"/>\n  </a>\n  <br />\n  <br />\n  <a href=\"https://vercel.com/oss\">\n  <img alt=\"Vercel OSS Program\" src=\"https://vercel.com/oss/program-badge.svg\" />\n  </a>\n  &nbsp;&nbsp;\n  <a href=\"https://get.neon.com/4eCjZDz\">\n  <img alt=\"Neon Open Source Program\" src=\"https://img.shields.io/badge/Neon-Open%20Source%20Program-00E599?style=for-the-badge\" />\n  </a>\n  &nbsp;&nbsp;\n  <a href=\"https://claude.com/contact-sales/claude-for-oss\">\n  <img alt=\"Claude for Open Source\" src=\"docs/claude-oss-badge.svg\" height=\"48\" />\n  </a>\n</p>\n\n---\n\n<p align=\"center\">\n  <a href=\"https://get.brightdata.com/lcqorc6nzp9w\" target=\"_blank\">\n    <img src=\"https://avatars.githubusercontent.com/u/213028976?s=200&v=4\" alt=\"Bright Data\" width=\"90\" />\n  </a>\n</p>\n\n<h3 align=\"center\">Sponsored by <a href=\"https://get.brightdata.com/lcqorc6nzp9w\">Bright Data</a></h3>\n\n<p align=\"center\">\n  <b>Bright Data proudly supports this project.</b><br />\n  Connect Claude Code to live web data — try their <a href=\"https://get.brightdata.com/lcqorc6nzp9w\">Skills and MCPs</a> for web search, scraping, and structured data feeds.\n</p>\n\n<p align=\"center\">\n  <a href=\"https://get.brightdata.com/lcqorc6nzp9w\">\n    <img src=\"https://img.shields.io/badge/Try%20Bright%20Data-Free-2563eb?style=for-the-badge\" alt=\"Try Bright Data Free\" />\n  </a>\n</p>\n\n```bash\n# Install the Bright Data Skills + MCP for Claude Code\nnpx claude-code-templates@latest --skill web-data/search,web-data/scrape,web-data/data-feeds,web-data/bright-data-mcp,web-data/bright-data-best-practices,development/brightdata-local-search --mcp web-data/brightdata --yes\n```\n\n---\n\n# Claude Code Templates ([aitmpl.com](https://aitmpl.com))\n\n**Ready-to-use configurations for Anthropic's Claude Code.** A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.\n\n## Browse & Install Components and Templates\n\n**[Browse All Templates](https://aitmpl.com)** - Interactive web interface to explore and install 100+ agents, commands, settings, hooks, and MCPs.\n\n<img width=\"1787\" height=\"958\" alt=\"image\" src=\"https://github.com/user-attachments/assets/d84feaa4-f871-4843-bbee-42d8f51b2f21\" />\n\n\n## 🚀 Quick Installation\n\n```bash\n# Install a complete development stack\nnpx claude-code-templates@latest --agent development-team/frontend-developer --command testing/generate-tests --mcp development/github-integration --yes\n\n# Browse and install interactively\nnpx claude-code-templates@latest\n\n# Install specific components\nnpx claude-code-templates@latest --agent development-tools/code-reviewer --yes\nnpx claude-code-templates@latest --command performance/optimize-bundle --yes\nnpx claude-code-templates@latest --setting performance/mcp-timeouts --yes\nnpx claude-code-templates@latest --hook git/pre-commit-validation --yes\nnpx claude-code-templates@latest --mcp database/postgresql-integration --yes\n```\n\n## What You Get\n\n| Component | Description | Examples |\n|-----------|-------------|----------|\n| **🤖 Agents** | AI specialists for specific domains | Security auditor, React performance optimizer, database architect |\n| **⚡ Commands** | Custom slash commands | `/generate-tests`, `/optimize-bundle`, `/check-security` |\n| **🔌 MCPs** | External service integrations | GitHub, PostgreSQL, Stripe, AWS, OpenAI |\n| **⚙️ Settings** | Claude Code configurations | Timeouts, memory settings, output styles |\n| **🪝 Hooks** | Automation triggers | Pre-commit validation, post-completion actions |\n| **🎨 Skills** | Reusable capabilities with progressive disclosure | PDF processing, Excel automation, custom workflows |\n\n## 🛠️ Additional Tools\n\nBeyond the template catalog, Claude Code Templates includes powerful development tools:\n\n### 📊 Claude Code Analytics\nMonitor your AI-powered development sessions in real-time with live state detection and performance metrics.\n\n```bash\nnpx claude-code-templates@latest --analytics\n```\n\n### 💬 Conversation Monitor  \nMobile-optimized interface to view Claude responses in real-time with secure remote access.\n\n```bash\n# Local access\nnpx claude-code-templates@latest --chats\n\n# Secure remote access via Cloudflare Tunnel\nnpx claude-code-templates@latest --chats --tunnel\n```\n\n### 🔍 Health Check\nComprehensive diagnostics to ensure your Claude Code installation is optimized.\n\n```bash\nnpx claude-code-templates@latest --health-check\n```\n\n### 🔌 Plugin Dashboard\nView marketplaces, installed plugins, and manage permissions from a unified interface.\n\n```bash\nnpx claude-code-templates@latest --plugins\n```\n\n## 📖 Documentation\n\n**[📚 docs.aitmpl.com](https://docs.aitmpl.com/)** - Complete guides, examples, and API reference for all components and tools.\n\n## Contributing\n\nWe welcome contributions! **[Browse existing templates](https://aitmpl.com)** to see what's available, then check our [contributing guidelines](CONTRIBUTING.md) to add your own agents, commands, MCPs, settings, or hooks.\n\n**Please read our [Code of Conduct](CODE_OF_CONDUCT.md) before contributing.**\n\n## Attribution\n\nThis collection includes components from multiple sources:\n\n**Scientific Skills:**\n- **[K-Dense-AI/claude-scientific-skills](https://github.com/K-Dense-AI/claude-scientific-skills)** by K-Dense Inc. - MIT License (139 scientific skills for biology, chemistry, medicine, and computational research)\n\n**Official Anthropic:**\n- **[anthropics/skills](https://github.com/anthropics/skills)** - Official Anthropic skills (21 skills)\n- **[anthropics/claude-code](https://github.com/anthropics/claude-code)** - Development guides and examples (10 skills)\n\n**Community Skills & Agents:**\n- **[obra/superpowers](https://github.com/obra/superpowers)** by Jesse Obra - MIT License (14 workflow skills)\n- **[alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills)** by Alireza Rezvani - MIT License (36 professional role skills)\n- **[wshobson/agents](https://github.com/wshobson/agents)** by wshobson - MIT License (48 agents)\n- **NerdyChefsAI Skills** - Community contribution - MIT License (specialized enterprise skills)\n\n**Commands & Tools:**\n- **[awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code)** by hesreallyhim - CC0 1.0 Universal (21 commands)\n- **[awesome-claude-skills](https://github.com/mehdi-lamrani/awesome-claude-skills)** - Apache 2.0 (community skills)\n- **move-code-quality-skill** - MIT License\n- **cocoindex-claude** - Apache 2.0\n\nEach of these resources retains its **original license and attribution**, as defined by their respective authors.\nWe respect and credit all original creators for their work and contributions to the Claude ecosystem.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🔗 Links\n\n- **🌐 Browse Templates**: [aitmpl.com](https://aitmpl.com)\n- **📚 Documentation**: [docs.aitmpl.com](https://docs.aitmpl.com)\n- **💬 Community**: [GitHub Discussions](https://github.com/davila7/claude-code-templates/discussions)\n- **🐛 Issues**: [GitHub Issues](https://github.com/davila7/claude-code-templates/issues)\n\n## Stargazers over time\n[![Stargazers over time](docs/star-history.svg)](https://www.aitmpl.com/component/skill/git/star-history-chart)\n\n---\n\n**⭐ Found this useful? Give us a star to support the project!**\n\n[![Sponsor on GitHub](https://img.shields.io/badge/Sponsor%20on%20GitHub-%E2%9D%A4-EA4AAA?style=for-the-badge&logo=githubsponsors&logoColor=white)](https://github.com/sponsors/davila7)\n\n[![Buy Me A Coffee](https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&slug=daniavila&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff)](https://buymeacoffee.com/daniavila)\n",
  "bytes": 9881,
  "sha": "e4b0e967737caca99869aac02bbec1c0d18cbf50bcdeb5eead50f69dade457c4",
  "repo_slug": "davila7/claude-code-templates",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_aitmpl_creative_design_patentfig_9c68b56f/readme"
}