⚙️
AI EngineeringJavaScript

Configure ECC

by xu-xiang

Configure ECC is an AI Engineering skill for Claude Code, published by xu-xiang in everything-claude-code-zh.

1.9K stars307 forkson xu-xiang/everything-claude-code-zhAdded 2026/08/18+1% in starsRepository updated 2026/03/05
ai-agentsanthropicclaudeclaude-codedeveloper-toolseverything-claude-codellmmcponeskillproductivity
Install in seconds
Install Configure ECC
Copy Configure ECC into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/xu-xiang/everything-claude-code-zh/tree/main/skills/configure-ecc ~/.claude/skills/configure-ecc

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/xu-xiang/everything-claude-code-zh.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/configure-ecc/SKILL.md in xu-xiang/everything-claude-code-zh
Installs to
~/.claude/skills/configure-ecc
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2451 skills

What Configure ECC does

Configure ECC interactively installs selected skills and rules from Everything Claude Code into user-level or project-level Claude Code directories, verifies paths, and offers optimization advice. Use it when setting up, fixing, or optimizing an Everything Claude Code installation.

Configure ECC is cataloged under AI Engineering on DirSkills. Configure ECC comes from a repository tagged ai-agents, anthropic, claude, claude-code and developer-tools.

Documentation

README

配置 Everything Claude Code (ECC)

一个针对 Everything Claude Code 项目的交互式分步安装向导。使用 AskUserQuestion 引导用户选择性地安装技能(Skills)和规则(Rules),然后验证正确性并提供优化建议。

何时激活

  • 用户说 "configure ecc"、"install ecc"、"setup everything claude code" 或类似指令时
  • 用户想要从本项目中选择性安装技能(Skills)或规则(Rules)时
  • 用户想要验证或修复现有的 ECC 安装时
  • 用户想要为他们的项目优化已安装的技能(Skills)或规则(Rules)时

前提条件

此技能(Skill)在激活前必须可被 Claude Code 访问。有两种引导方式:

  1. 通过插件/plugin install everything-claude-code —— 插件会自动加载此技能
  2. 手动方式:仅将此技能复制到 ~/.claude/skills/configure-ecc/SKILL.md,然后通过说 "configure ecc" 来激活

步骤 0:克隆 ECC 仓库

在进行任何安装之前,先将最新的 ECC 源码克隆到 /tmp

rm -rf /tmp/everything-claude-code
git clone https://github.com/affaan-m/everything-claude-code.git /tmp/everything-claude-code

设置 ECC_ROOT=/tmp/everything-claude-code 作为后续所有复制操作的源路径。

This is the opening of the README. Read the full README on GitHub.

Commands Configure ECC provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /plugin

Frequently asked about Configure ECC

  • What else does xu-xiang publish alongside Configure ECC?

    Configure ECC is one of 25 skills that DirSkills catalogs from xu-xiang/everything-claude-code-zh, the repository it ships in. Its siblings there include API Design Patterns, Article Writing and Autonomous Loops. Each one is a separate skill with its own page in this directory, installs the same way Configure ECC does, and is maintained by xu-xiang in that same repository. The rest of the collection is listed on the xu-xiang/everything-claude-code-zh page.

  • How does Configure ECC compare to other AI Engineering skills?

    Configure ECC ranks #910 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Configure ECC against them. Open each page to compare what they document and how they install.

More from xu-xiang/everything-claude-code-zh

Configure ECC is one of 25 skills cataloged on DirSkills from xu-xiang/everything-claude-code-zh.

See all 25 skills
📐
2w ago

API Design Patterns

API Design Patterns provides conventions and best practices for designing consistent, developer-friendly REST APIs, including resource naming, HTTP status codes, pagination, filtering, error responses, versioning, and rate limiting.
DevOps
1.9K307
✍️
2w ago

Article Writing

Article Writing drafts long-form content such as articles, guides, tutorials, and newsletters in a specific voice captured from examples or brand guidelines. Use it when you need polished copy longer than a paragraph with consistent tone, structure, and credibility.
Writing
1.9K307
🔁
2w ago

Autonomous Loops

Autonomous Loops provides patterns and architectures for running Claude Code without human intervention, from simple claude -p pipelines to RFC-driven multi-agent DAG orchestration. Use it to set up autonomous development workflows, CI/CD pipelines, parallel agents, and quality gates.
Automation
1.9K307
⚙️
2w ago

Backend Patterns

Backend Patterns provides architectural patterns and best practices for building scalable server-side applications, covering REST API design, repository/service layers, database optimization, caching, and error handling. Use it when implementing Node.js, Express, or Next.js API routes.
DevOps
1.9K307
🛠️
2w ago

C++ Coding Standards

C++ Coding Standards provides a set of rules and best practices based on the C++ Core Guidelines for writing modern, safe, and idiomatic C++ code. Use it when writing, reviewing, or refactoring C++ code to enforce type safety, resource safety, immutability, and clarity.
Quality
1.9K307
🧪
2w ago

C++ Testing

C++ Testing guides writing and debugging C++17/20 tests with GoogleTest/Mock, CMake/CTest, coverage, and sanitizers. Use it when creating or fixing C++ tests, configuring CI test gates, or diagnosing flaky failures.
Quality
1.9K307