Deterministic & Blazing-Fast Skills Manager for AI Agents (Claude Code, Cursor, Codex & More).
<div align="center"> <!-- markdownlint-disable-line --> <img src="images/banner-export.png" alt="Eden-Skills — Deterministic & Blazing-Fast Skills Manager for AI Agents" width="100%" /> <!-- markdownlint-disable-line --> </div> # eden-skills [](https://github.com/AI-Eden/eden-skills/actions/workflows/ci.yml) [](https://crates.io/crates/eden-skills) [](https://crates.io/crates/eden-skills) Deterministic, self-healing skills manager for AI agents. Single binary. Zero runtime dependencies. *Built by a [three-model AI engineering team](#built-with-agentic-engineering) — 38K lines of Rust, 476 tests, 57 behavior specs.* ## Why eden-skills - **Installs are deterministic:** `skills.lock` pins every installed skill by commit SHA and target path. Run `apply` on any machine and get exactly the same state — like Terraform for agent skills. - **Broken installs self-heal:** `doctor` detects broken symlinks, missing sources, drift, and risk findings. Use `doctor --no-warning` when you want an error-focused view. `repair` fixes recoverable drift automatically. No competitor offers this. - **Config is code:** `skills.toml` is your single source of truth. Version it, share it with your team, and `apply` it anywhere. - **Docker-native:** Install skills directly into running containers with `--target docker:<container>`. Use `docker mount-hint` to configure bind mounts for live sync. - **Zero runtime:** Single ~10 MB binary. No Node.js, no npm, no Python — just `eden-skills` and `git`. ## Quick Start **Prerequisite:** Git **Linux / macOS:** ```bash curl -fsSL https://raw.githubusercontent.com/AI-Eden/eden-skills/main/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://raw.githubusercontent.com/AI-Eden/eden-skills/main/install.ps1 | iex ``` <details> <!--
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.