configure-ecc

Installs and verifies Everything Claude Code skills and rules through an interactive wizard.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Femad-6/my-skills --skill configure-ecc-femad-6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-ecc
Source: https://github.com/Femad-6/my-skills/tree/main/.github/skills/configure-ecc
Command: npx skills add https://github.com/Femad-6/my-skills --skill configure-ecc-femad-6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up the Everything Claude Code (ECC) collection manually means copying dozens of skill and rule files, checking cross-references, and fixing broken paths. This Skill automates that entire process with a guided, step-by-step installation wizard. ## Core Features & Use Cases - Interactive Selection: Uses AskUserQuestion prompts to let you pick installation level (user-level, project-level, or both), skill categories, and rule sets. - Selective Installation: Choose from 45+ skills across 8 categories (Django, Laravel, Spring Boot, Go, Python, databases, workflow, research, media) plus common and language-specific rules. - Post-Install Verification: Automatically 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 project's tech stack, coverage targets, and conventions. - Use Case: You just cloned the ECC repo and want only the Django skills plus Python rules installed at project level — activate this Skill, answer a few prompts, and get a verified, customized installation. ## 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?

Activate the configure-ecc skill by saying "configure ecc" or "install ecc". It clones the ECC repository to /tmp, then walks you through selecting skills and rules, copies them to your chosen target directory, and verifies the installation.

Should I install Claude Code skills at user level or project level?

User-level installation (~/.claude/) applies skills to all your projects, while project-level (.claude/) applies only to the current project. The wizard also offers a "Both" option for shared items user-level and project-specific items project-level.

What skill categories are available in Everything Claude Code?

ECC offers 45+ skills across 8 categories: Framework & Language (Django, Laravel, Spring Boot, Go, Python), Database (PostgreSQL, ClickHouse, JPA), Workflow & Quality (TDD, security review, verification), Business & Content, Research & APIs, Social Distribution, Media Generation, and Orchestration.

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 or .claude/skills/<skill-name>/SKILL.md for project-level. Loose markdown files without the directory structure will not be detected.

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

Run the skill'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.

Can I install language-specific rules without the common rules?

You can, but the wizard warns against it because language-specific rules (TypeScript, Python, Go) extend the common rules. Installing without common rules may leave incomplete coverage of coding style, git workflow, and security guidance.