configure-ecc

Guides interactive installation of Everything Claude Code skills and rules to user or project directories.

1|Updated Oct 11, 2025
One-click install
npx skills add https://github.com/ibytechaos/claude --skill configure-ecc-ibytechaos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-ecc
Source: https://github.com/ibytechaos/claude/tree/main/plugins/everything-claude-code/skills/configure-ecc
Command: npx skills add https://github.com/ibytechaos/claude --skill configure-ecc-ibytechaos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Installing the Everything Claude Code (ECC) collection manually means cloning a large repository, picking from 45+ skills and multiple rule sets, copying files to the right locations, and fixing broken path references. This Skill automates that entire process through a guided wizard. ## Core Features & Use Cases - Interactive Selection Wizard: Uses step-by-step prompts to choose installation level (user-level, project-level, or both), skill categories, and rule sets. - Automated Verification: Scans installed files for broken path references and missing cross-skill dependencies, then reports issues with suggested fixes. - Optional Optimization: Tailors installed skills and rules to your tech stack, coverage targets, and formatting preferences. - Use Case: You just discovered the ECC project and want only the Python and TDD skills for your current repo. Activate this Skill, pick project-level install, select the relevant categories, and get a verified, working setup in minutes. ## 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 selectively?

Activate the configure-ecc skill by saying "configure ecc" or "install ecc". It walks you through choosing an installation level, picking skill categories like Framework, Database, or Workflow, and confirming individual skills before copying them.

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

User-level installs to ~/.claude/ and applies to all your Claude Code projects, while project-level installs to .claude/ in the current repository only. The wizard also offers a combined mode for shared versus project-specific items.

Can I install ECC skills without the plugin?

Yes. Manually copy the configure-ecc SKILL.md to ~/.claude/skills/configure-ecc/, then activate it by saying "configure ecc". The skill clones the full ECC repository to /tmp and installs your selections from there.

Why are my installed Claude Code skills not being detected?

Skills require a SKILL.md file inside their own directory, such as ~/.claude/skills/skill-name/SKILL.md. Loose markdown files or missing directories prevent detection. The skill's verification step checks file existence and path references after installation.

What happens if I install language-specific rules without common rules?

Language-specific rules for TypeScript, Python, and Go extend the common rule set, so installing them alone leaves incomplete coverage. The wizard warns you in this case and offers to install the common rules as well.