configure-ecc
Interactive installer for Everything Claude Code with guided skill and rule selection, verification, and optional optimization.
- Clones the latest ECC repository and guides users through choosing installation level (user-level, project-level, or both) and target directories
- Presents 45+ skills across 8 categories with multi-select confirmation; defaults to core skills (TDD, verification, security, frontend patterns, research, cross-functional Anthropic skills) for new users
- Installs rule sets (common, TypeScript/JavaScript, Python, Go) with warnings if language-specific rules are selected without common rules
- Performs automated post-installation verification: checks file existence, scans for broken path references, validates cross-skill dependencies, and reports issues with suggested fixes
- Offers optional optimization to remove irrelevant sections, adjust paths to match tech stack, and customize coverage targets and tool configurations
Configure Everything Claude Code (ECC)
An interactive, step-by-step installation wizard for the Everything Claude Code project. Uses AskUserQuestion to guide users through selective installation of skills and rules, then verifies correctness and offers optimization.
When to Activate
- User says "configure ecc", "install ecc", "setup everything claude code", or similar
- User wants to selectively install skills or rules from this project
- User wants to verify or fix an existing ECC installation
- User wants to optimize installed skills or rules for their project
Prerequisites
This skill must be accessible to Claude Code before activation. Two ways to bootstrap:
- Via Plugin:
/plugin install ecc@ecc— the plugin loads this skill automatically - Manual: Copy only this skill to
~/.claude/skills/configure-ecc/SKILL.md, then activate by saying "configure ecc"
More from affaan-m/everything-claude-code
security-review
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
7.9Kgolang-patterns
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
7.4Kcoding-standards
Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
6.7Kfrontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
6.6Kbackend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
6.6Kgolang-testing
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
6.1K