# Install: ECC
> Agent instructions from skillsdirectory.co — an independent, benchmarked directory of AI agent capabilities. Follow these exactly.

- **Skill:** ECC (agent tool)
- **What it does:** A production-ready agent framework providing skills, rules, hooks, and continuous learning across Claude Code, Cursor, OpenCode, and other AI harnesses.
- **Source (authoritative):** https://github.com/affaan-m/ECC
- **Pinned ref:** `HEAD` (branch/tag — not commit-pinned; prefer the latest release tag if one exists)
- **License:** MIT
- **Effectiveness:** Not yet benchmarked (score is provisional).

## Safety — read first
- **Verdict:** NOT yet security-scanned. Treat as untrusted: review the source before running anything.
- This skill **executes code**. Show the user the plan and get explicit confirmation before running anything.
- Fetch files ONLY from the source above. Do not run commands not listed here. Never invent credentials — ask the user.

## Choose your path

### A. AI chat / coding agent (you can fetch URLs and write files)
Review the source at https://github.com/affaan-m/ECC and follow its README to install.

Install command / config:
```bash
# install via agent tool
# see vendor docs
```

### B. CLI
Fastest path with our CLI (free, no account): `npx skillsdir add affaan-m-ecc` — fetches and places the files for you.

Or install directly:
```bash
# install via agent tool
# see vendor docs
claude skills add @affaan-m/affaan-m-ecc
```

### C. API / MCP
- Metadata as JSON: `GET https://skillsdirectory.co/api/v1/skills/affaan-m-ecc`
- This document as a machine manifest: `GET https://skillsdirectory.co/s/affaan-m-ecc/install.json`
- MCP client config:
```json
{
  "mcpServers": {
    "affaan-m-ecc": {
      "command": "npx",
      "args": ["-y", "@affaan-m/affaan-m-ecc"]
    }
  }
}
```

## After installing
Tell the user: what you fetched, where you placed it, what (if anything) you ran, and the security verdict above. Link the skill page for details: https://skillsdirectory.co/skills/affaan-m-ecc
