📄 skillActiveCuratedhigh
affaan-m/ECC
by affaan-m
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Supported Platforms
🤖 Claude Code🖱️ Cursor🧠 Codex
Quality Breakdown
160/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Multi-agent orchestration framework: Repository explicitly describes itself as 'agent harness operating system' with skills and plugins architecture enabling autonomous agent spawning and coordination
- Skill-based agent plugin system: .agents/skills directory contains 40+ modular skills with OpenAI agent configurations (.yaml files) that can be dynamically loaded and executed
- External API integration without clear approval gates: Skills include exa-search, fal-ai-media, and other external integrations that execute remote operations
- Agent introspection and debugging capabilities: agent-introspection-debugging skill suggests agents can modify their own behavior and configuration at runtime
- Cross-platform code execution: Skills span Shell, TypeScript, Python, Go, Java, Perl - enabling arbitrary code execution across multiple runtimes
- Marketplace plugin system: .agents/plugins/marketplace.json indicates dynamic plugin loading from external sources without clear security boundaries