configure-ecc

Install and configure Everything Gemini Code components with verification and optional optimization.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/riftzen-bit/gemini-setup --skill configure-ecc-riftzen-bit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-ecc
Source: https://github.com/riftzen-bit/gemini-setup/tree/main/skills/configure-ecc
Command: npx skills add https://github.com/riftzen-bit/gemini-setup --skill configure-ecc-riftzen-bit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines installing, verifying, and optionally optimizing the Everything Gemini Code (ECC) collection of skills and rules so users can quickly bootstrap a consistent Gemini environment without manual copying or fragile path fixes.

Core Features & Use Cases

  • Selective Installation: Guide users through choosing user-level, project-level, or both installation targets and select which skill and rule categories to install.
  • Verification & Fixes: Automatically verify file existence, scan for problematic path references and cross-skill dependencies, and report actionable fixes.
  • Optimization: Offer optional in-place tailoring of installed SKILL.md and rule files to a project's tech stack while ensuring the source clone remains unchanged.
  • Use Case: A developer onboarding a new project can run the installer to copy core skills and rules, validate references, and apply project-specific optimizations in a single interactive session.

Quick Start

Run the installer and follow the interactive prompts to select installation level, choose skills and rules, and perform verification and optional optimization.

Frequently Asked Questions about configure-ecc

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

FAQPage Schema
How do I install and configure Gemini rules and skills for my project?

To install and configure Gemini rules and skills, run the interactive installer to selectively copy skill and rule directories to your project target, automatically resolving cross-references and verifying file integrity.

Can I optimize installed Gemini skill files without modifying the original source clone?

Yes, you can perform in-place optimization of installed SKILL.md and rule files tailored to your tech stack, ensuring the original source clone remains completely unchanged during the configuration process.

Does the Gemini code installer support both user-level and project-level setups?

Yes, the Gemini code installer supports both user-level (~/.gemini) and project-level (.gemini) setups, allowing you to selectively install skills and rules to either or both targets interactively.

How do I verify installation integrity and check dependencies for Gemini skills?

You verify installation integrity by scanning for problematic path references, checking cross-skill dependencies, and validating file existence, which generates actionable reports to fix any broken references.

What is the best way to bootstrap a consistent Gemini environment without manual copying?

The best way to bootstrap a consistent Gemini environment is using an interactive installer that clones the repository, copies directories, fixes paths, and performs optional optimization in a single session.