Skip to main content

Local-first · macOS & Linux · MIT

Stop copy-pasting skills into ~/.cursor

ide-agents is a small CLI + browser UI that clones git catalogs, scans SKILL.md and agents, and installs via symlinks into Cursor, Claude Code, and Codex — global or per project.

npm i -g ide-agentsthenide-agents

Not affiliated with Cursor. Requires Node.js 20+ and git.

ide-agents Repositories — add and manage git skill catalogs
  • One source of truth — skills live in git, not in chat exports
  • Safe apply — won't replace real files that aren't symlinks
  • Private catalogs OK — any git URL you can clone

Clone and catalog in seconds

Paste a git URL or pick a starter catalog. ide-agents clones into ~/.ide-agents/repos and scans skills/*/SKILL.md and agents/*.md automatically.

ide-agents Repositories screen with suggested catalogs and installed repos

Install skills with symlinks

Toggle Global or Project per skill — no copy-paste into ~/.cursor/skills. Updates flow from git pull + Apply; non-symlink targets are never overwritten.

Skills page with global and project install toggles

Same flow for subagents

Agents from git install to ~/.cursor/agents (or project .cursor/agents). Dependent skills can be enforced so orchestrators always ship with their scripts.

Agents page listing subagents from connected repositories

Cursor, Claude Code, and Codex

Enable only the tools you use, set config paths, and apply installs to every enabled IDE adapter in one click.

Settings page with IDE toggles and config paths

Up and running in three steps

  1. 1
    Install & run
    npm i -g ide-agents
    ide-agents
  2. 2
    Add a repo

    Open Repositories → clone your skills catalog (or use the built-in template).

  3. 3
    Toggle & apply

    Enable Global / Project on Skills and Agents — symlinks update immediately.

Ready to wire your team's skills?

Publish a repo with skills/ and agents/, point ide-agents at it, and share one install flow.