@davila7/claude-code-templates
Node.js CLI tool for managing Claude Code components (agents, commands, MCPs, hooks, settings) with a static website for browsing and installing components. The project includes Vercel API endpoints f
Install
Add @davila7/claude-code-templates to Claude Code with the PolySkill CLI: polyskill add @davila7/claude-code-templates
Instructions
# CLAUDE.md This file provides guidance to Claude Code when working with this repository. ## Project Overview Node.js CLI tool for managing Claude Code components (agents, commands, MCPs, hooks, settings) with a static website for browsing and installing components. The project includes Vercel API endpoints for download tracking and Discord integration. ## Essential Commands ```bash # Development npm install # Install dependencies npm test # Run tests npm version patch|minor|major # Bump version npm publish # Publish to npm # Component catalog python scripts/generate_components_json.py # Upda…
Keywords: github, nodejs-cli, claude-code, component-management, vercel-api, static-website, command-line-tools, software-development, automation-tools