nodnarbnitram/claude-code-extensions

These are a collection of extension for Claude Code that can typically also be used in opencode.

2 stars1 forksUpdated Jan 15, 2026
npx skills add nodnarbnitram/claude-code-extensions

README

Claude Code Extensions

A comprehensive collection of production-ready agents, hooks, commands, and output styles for Claude Code

License: MIT Python Claude Code

Supercharge your Claude Code experience with 60+ specialized agents, 15 skills, 8 lifecycle hooks, 11 slash commands, and powerful automation toolsβ€”all ready to install and customize.

✨ Highlights

  • πŸ€– 60+ Expert Agents - From code reviewers to deep research specialists (React, Django, Temporal, Cloudflare, Home Assistant, and more)
  • 🎯 Model-Invoked Skills - Capabilities Claude discovers and uses automatically based on context
  • πŸ”’ Safety-First Hooks - Block dangerous commands, protect sensitive files, audit all operations
  • ⚑ Auto-Linting - Integrated Python, Go, and JS/TS linters that run automatically
  • 🎯 Smart Orchestration - Tech-lead agents that coordinate multi-step tasks across specialists
  • πŸ“¦ Easy Installation - Interactive CLI installer with settings.json merging
  • πŸ§ͺ Battle-Tested - Production patterns from real-world Claude Code workflows

πŸ“¦ Available Plugins

The repository provides 9 focused plugins (Phase 1) with 10+ more coming in future releases:

PluginDescriptionWhat's Included
cce-coreEssential foundation13 agents (core, orchestrators, universal), 8 hooks, 2 skills, 8 commands
cce-kubernetesKubernetes operations6 K8s health agents, 2 skills, 1 command
cce-cloudflareCloudflare development5 Workers/AI/Workflows agents, 1 VPC skill
cce-esphomeESPHome IoT6 ESPHome agents, 2 skills (config, Box-3)
cce-web-reactReact ecosystem3 React/Next.js/TanStack agents
cce-djangoDjango backend3 Django agents (backend, API, ORM)
cce-researchDeep research coordination5 research agents (coordinator, academic, web, technical, data)
cce-grafanaGrafana observability1 plugin expert agent, 2 skills (scaffolding, billing metrics)
cce-homeassistantHome Assistant automation7 HA experts (automation, integration, dashboard, add-on, API, voice, energy), 8 skills (incl. Frigate), 3 commands
cce-tauriTauri v2 desktop apps1 Tauri v2 expert agent, 1 skill (IPC, capabilities, security)

Coming Soon: cce-web-vue, cce-temporal, cce-devops, cce-ai, cce-go, cce-python, cce-typescript, cce-anthropic

Install only what you need - no need to load 50+ agents if you only work with React!

πŸš€ Quick Start

Installation

Option 1: Plugin (Recommended for Multiple Projects)

Install as modular plugins via Claude Code's plugin system - pick only what you need for your tech stack:

# In any Claude Code session:
/plugin marketplace add github:nodnarbnitram/claude-code-extensions

Then install the plugins you need:

# Essential foundation (everyone needs this)
/plugin install cce-core@cce-marketplace

# Add plugins for your tech stack:
/plugin install cce-kubernetes@cce-marketplace    # For Kubernetes development
/plugin install cce-cloudflare@cce-marketplace    # For Cloudflare Workers/AI
/plugin install cce-esphome@cce-marketplace       # For ESPHome IoT
/plugin install cce-web-react@cce-marketplace     # For React/Next.js/TanStack
/plugin install cce-django@cce-marketplace        # For Django backend development
/plugin install cce-grafana@cce-marketplace       # For Grafana plugin development & billing
/plugin install cce-research@cce-marketplace      # For deep research tasks

Benefits:

  • βœ… Modular - install only what you need
  • βœ… Automatic updates across all projects
  • βœ… Centralized management
  • βœ… No repository cloning needed

Command namespaces:

  • Core: /cce:git-commit, /cce:prime
  • Kubernetes: /cce-kubernetes:health
  • (Other plugins currently provide agents/skills only)

Option 2: Standalone (For Single Project or Custom Setup)

git clone https://github.com/nodnarbnitram/claude-code-extensions.git
cd claude-code-extensions
./install_extensions.py install ~/my-project

The installer lets you:

  • βœ… Choose extensions interactively by type or category
  • βœ… Preview changes with --dry-run before applying
  • βœ… Merge settings.json safely without conflicts
  • βœ… Copy dependencies automatically
# Common usage patterns
./install_extensions.py list                    # See all available extensions
./install_extensions.py info code-reviewer      # Get details on specific extension
./install_extensions.py install --dry-run ~/my-project   # Preview what will be installed
./install_extensions.py install --type agent --category core ~/my-pro

...
Read full README

Publisher

nodnarbnitramnodnarbnitram

Statistics

Stars2
Forks1
Open Issues0
LicenseMIT License
CreatedSep 29, 2025