configure-ecc

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

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/freedom909/real-estate-saas --skill configure-ecc-freedom909
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: configure-ecc
Source: https://github.com/freedom909/real-estate-saas/tree/main/.trae/skills/configure-ecc
Command: npx skills add https://github.com/freedom909/real-estate-saas --skill configure-ecc-freedom909

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 with a guided, step-by-step installation wizard. ## Core Features & Use Cases - Interactive Selection: Uses AskUserQuestion prompts to let you choose installation level (user-level, project-level, or both) and pick from 45+ skills across 8 categories plus language-specific rule sets. - Automated Verification: After copying files, it scans installed skills and rules for broken path references and missing cross-skill dependencies, then reports each issue with a suggested fix. - Optional Optimization: Tailors installed SKILL.md and rule files to your project's tech stack, coverage targets, and conventions, editing only the installation target and never the source repository. - Use Case: You just discovered the ECC repository and want only the Django and PostgreSQL skills installed at project level. Activate this Skill, answer the prompts, and it clones the source, copies your selections, verifies references, and prints an installation summary. ## 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?▼

Activate the configure-ecc skill by saying "configure ecc" or "install ecc". It clones the ECC repository to /tmp, prompts you to select an installation level and skill categories, copies the files, and verifies the result.

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

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 "Both" option for splitting shared and project-specific items.

Can I install only specific ECC skills instead of all of them?▼

Yes. The wizard defaults to a core bundle, then lets you pick from 7 category groups covering frameworks, databases, workflow quality, research APIs, content distribution, media generation, and orchestration, with per-skill confirmation.

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

Claude Code requires each skill directory to contain a SKILL.md file, not loose markdown files. Check that ~/.claude/skills/<skill-name>/SKILL.md or .claude/skills/<skill-name>/SKILL.md exists, and restart Claude Code after installing rules.

How do I fix path reference errors 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 broken reference with the file, line, and a suggested fix such as installing the missing skill.