configure-ecc

Install and validate Everything Claude Code skills and rules for Claude Code environments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually installing and configuring Everything Claude Code (ECC) skills and rules is time-consuming and prone to path errors, missing dependencies, and incomplete setups that break Claude Code workflows.

Core Features & Use Cases

  • Interactive Guided Selection: Step-by-step wizard to choose core, niche, or custom skill and rule sets for user-level, project-level, or both installation scopes.
  • Automated Post-Install Verification: Checks file existence, scans for broken path references, and validates cross-skill dependencies to catch configuration issues immediately after installation.
  • Optional File Optimization: Tailors installed skills and rules to your project's tech stack, removes irrelevant sections, and fixes path mismatches without modifying the source ECC repository.
  • Use Case: A developer setting up a new Django project can use this skill to install only Django-related skills, common coding rules, and Python-specific rules, then verify all cross-references between django-patterns and django-tdd are correct before starting development.

Quick Start

Use the configure-ecc skill to selectively install ECC skills and rules for your current project, verify all path references and dependencies are correct, and optimize the installed files to match your tech stack.

Frequently Asked Questions about configure-ecc

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

FAQPage Schema
How do I install Claude Code skills and rules without manual path errors?

To install Claude Code skills without manual path errors, use a guided interactive workflow that selectively installs core or niche rule sets and automatically validates file existence and cross-skill dependencies. This eliminates broken path references common in manual setups.

Can I verify broken path references in existing Claude Code environments?

Yes, you can verify broken path references in existing Claude Code environments by running automated post-install validation. This process scans for missing files, checks cross-skill dependencies, and identifies configuration issues to ensure your setup is fully functional.

Does configure-ecc support project-level and user-level installation scopes?

Yes, configure-ecc supports both project-level and user-level installation scopes. The interactive guided selection wizard allows you to choose specific scopes, ensuring skills and rules are applied exactly where your development workflow requires them.

How do I tailor installed Claude Code rules to match my project tech stack?

To tailor installed Claude Code rules to your project tech stack, use optional file optimization. This feature modifies installed files in-place, removing irrelevant sections and fixing path mismatches without altering the original source repository content.

Why are cross-skill dependencies missing after manual Claude Code setup?

Cross-skill dependencies are often missing after manual Claude Code setup due to incomplete file installations and human error. Automated post-install verification catches these missing dependencies immediately by validating cross-references between installed components.

What is the best way to validate Claude Code cross-references for a Django project?

The best way to validate Claude Code cross-references for a Django project is using automated post-install verification. It checks cross-references between installed components like django-patterns and django-tdd, ensuring all path references are correct before development begins.