configure-ecc

Guides interactive installation of ECC skills and rules into Claude Code directories.

Updated May 19, 2026
One-click install
npx skills add https://github.com/azusagasaku/--claude-config --skill configure-ecc-azusagasaku
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: configure-ecc
Source: https://github.com/azusagasaku/--claude-config/tree/main/skills/ecc/configure-ecc
Command: npx skills add https://github.com/azusagasaku/--claude-config --skill configure-ecc-azusagasaku

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up the Everything Claude Code (ECC) project manually requires copying dozens of skill and rule files to the right directories, checking cross-references, and fixing broken paths. This Skill automates that entire process through an interactive wizard. ## Core Features & Use Cases - Interactive Installation Wizard: Uses step-by-step prompts to select installation level (user-level, project-level, or both), skill categories, and rule sets. - Selective Skill & Rule Installation: Choose from 45+ skills across 8 categories (frameworks, databases, workflow, research, media, orchestration) plus language-specific rule sets. - Post-Installation Verification: Automatically scans installed files for broken path references and missing cross-skill dependencies, then reports issues with suggested fixes. - Use Case: A developer setting up Claude Code for a Django project can run this wizard to install only django-patterns, django-tdd, django-security, and Python rules, then have the installation verified and optimized for their stack. ## Quick Start Say "configure ecc" or "install everything claude code" to launch the interactive installation wizard.

Frequently Asked Questions about configure-ecc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Everything Claude Code skills and rules?▼

Say "configure ecc" to launch the interactive wizard, which clones the ECC repository, prompts you to choose an installation level and skill categories, copies the selected files, and verifies the installation. You can also bootstrap it via the plugin command /plugin install ecc@ecc.

What is the difference between user-level and project-level Claude Code installation?▼

User-level installs to ~/.claude/ and applies to all your Claude Code projects, while project-level installs to .claude/ in the current project only. The wizard also offers a "Both" option for shared items at user level and project-specific items at project level.

Can I install only specific ECC skills instead of everything?▼

Yes, the wizard supports selective installation by category, including Framework & Language, Database, Workflow & Quality, Research & APIs, Media Generation, and Orchestration. You can confirm or deselect individual skills within each chosen category.

Why are my installed Claude Code skills not being picked up?▼

Skills require a SKILL.md file inside their own directory, such as ~/.claude/skills/<skill-name>/SKILL.md for user-level installs. Loose markdown files without the directory structure will not be detected, and rules may require restarting Claude Code.

How do I fix broken path references after a project-level install?▼

Run the wizard's Step 4 verification, which greps installed files for ~/.claude/ references and cross-skill dependencies. It reports each issue with the file, line number, and a suggested fix such as installing a missing referenced skill.