configure-ecc

Install and verify Everything Claude Code skills and rules across directories.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/Manvendra08/TradingBot --skill configure-ecc-manvendra08
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-ecc
Source: https://github.com/Manvendra08/TradingBot/tree/main/_agent/skills/configure-ecc
Command: npx skills add https://github.com/Manvendra08/TradingBot --skill configure-ecc-manvendra08

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually installing and configuring Everything Claude Code (ECC) skills and rules across user-level and project-level directories is time-consuming and prone to path reference errors, missing dependencies, and misconfigured components.

Core Features & Use Cases

  • Interactive Guided Installation: Step-by-step wizard to select and install only the ECC skills and rules you need, either for all projects or just the current one.
  • Automated Verification: Checks installed files for existence, correct path references, and cross-skill dependencies to catch configuration issues immediately.
  • Optional Optimization: Tailors installed skills and rules to your project's specific tech stack, removing irrelevant sections and fixing path issues.
  • Use Case: A developer setting up a new Python project can use this skill to quickly install only Python-related ECC skills and rules, verify all cross-references are correct, and adjust test coverage targets to match their team's standards.

Quick Start

Use the configure-ecc skill to set up and verify Everything Claude Code skills and rules for your current project.

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 extensions and rules without path reference errors?

Installing Claude Code extensions without path reference errors requires an interactive guided wizard that automatically configures user and project-level directories while verifying cross-references. This ensures all installed skills and rules have correct path dependencies immediately after setup.

What is the best way to verify installed ECC skills and rules are configured correctly?

The best way to verify installed ECC skills and rules is through automated post-install verification that checks file existence, validates path references, and confirms cross-skill dependencies. This catches configuration issues immediately rather than discovering them during development.

Can I tailor installed Claude Code skills to match my project's specific tech stack?

Yes, you can tailor installed Claude Code skills to match your project's specific tech stack through optional in-place optimization. This removes irrelevant sections from installed skill and rule files and adjusts configurations like test coverage targets to match your team's standards.

Does guided ECC skill installation support setting up rules for a single project instead of all projects?

Guided ECC skill installation supports configuring rules for either all projects or just the current one. The step-by-step wizard lets you select and install only the specific ECC skills and rules you need for your targeted scope.

Why does my Claude Code development setup fail with missing dependency references after installation?

Claude Code development setup fails with missing dependency references when installation is done manually without verification. Using an automated installer that checks cross-skill dependencies and validates path references catches these configuration issues immediately before they impact your workflow.