BeClaude

configure-ecc

New
42.7kSmitheryGeneralby affaan-m

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

First seen 5/24/2026

Summary

This skill provides an interactive installer for Everything Claude Code, guiding users through selecting and installing skills and rules to user-level or project-level directories.

  • It verifies paths and optionally optimizes installed files, making it easy to set up and manage your Claude Code environment.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "configure-ecc": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Quickly set up Claude Code skills and rules for a new project by running the interactive installer.
Install a specific skill or rule to the user-level directory for use across all projects.
Verify that installed skills and rules are in the correct paths and properly configured.
Optimize installed files to reduce redundancy or improve performance.
Update existing skills and rules by reinstalling them with the latest versions.
Clean up and reorganize skills and rules after adding or removing them manually.

Usage Examples

1

/configure-ecc

2

Run the interactive installer to set up skills for my current project.

3

Install the 'productivity' skill to my user-level directory using /configure-ecc.

View source on GitHub
productivity

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is configure-ecc?

This skill provides an interactive installer for Everything Claude Code, guiding users through selecting and installing skills and rules to user-level or project-level directories. It verifies paths and optionally optimizes installed files, making it easy to set up and manage your Claude Code environment.

How to install configure-ecc?

To install configure-ecc: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "configure-ecc": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is configure-ecc best for?

configure-ecc is a mcp categorized under General. It is designed for: productivity. Created by affaan-m.

What can I use configure-ecc for?

configure-ecc is useful for: Quickly set up Claude Code skills and rules for a new project by running the interactive installer.; Install a specific skill or rule to the user-level directory for use across all projects.; Verify that installed skills and rules are in the correct paths and properly configured.; Optimize installed files to reduce redundancy or improve performance.; Update existing skills and rules by reinstalling them with the latest versions.; Clean up and reorganize skills and rules after adding or removing them manually..