Are you the author? Sign in to claim
Local command center for AI skills, agents & rules across Cursor, Claude, and Codex — fully offline, no account, no data
Your local command center for AI skills, agents, and rules.
A local desktop app that turns the skills, subagents, rules, and CLAUDE.md files scattered across your Cursor, Claude, and Codex setups into one searchable catalog.
🔒 Fully local. Fully private.
Agentdex runs entirely on your machine. It reads local files under your home directory and does nothing else — no internet connection required, no account, no cloud, no telemetry. No data whatsoever is collected, sent, or stored anywhere off your device. The only optional network access is checking GitHub Releases for app updates, which you control.

Supported platforms: macOS (primary), Windows, Linux (best-effort)
CLAUDE.md context file across Cursor, Claude, and Codex, in a single list.Grab the build for your platform from the download page (auto-detects your OS) or directly from GitHub Releases.
| OS | Artifacts |
|---|---|
| macOS | .dmg (Apple Silicon + Intel) |
| Windows | .msi / .exe (unsigned) |
| Linux | .AppImage and .deb |
First launch notes:
chmod +x) and run it, or install the .deb / .rpm with your package manager.git clone git@github.com:CaptainYouz/agentdex.git
cd agentdex
pnpm install
pnpm tauri dev # development
pnpm tauri build # production bundle
Requires Node 20+, pnpm 9+, and the Rust stable toolchain (see Tauri prerequisites).
Everything lives under your home directory (~, or %USERPROFILE% on Windows).
| Platform | Skills | Agents | Rules | Context |
|---|---|---|---|---|
| Cursor | .cursor/skills-cursor/, .cursor/skills/, .cursor/plugins/cache/**/skills/ | .cursor/agents/ | .cursor/rules/*.mdc | — |
| Claude | .claude/plugins/cache/**/skills/ | .claude/agents/ | — | ~/CLAUDE.md (or ~/claude.md) |
| Codex | .codex/skills/, .codex/plugins/cache/**/skills/ | .codex/agents/ | — | — |
| Shared | .agents/skills/ | — | — | — |
On Windows,
~maps to%USERPROFILE%— e.g.%USERPROFILE%\.cursor\skills\.
Agentdex has a built-in auto-updater (Tauri updater plugin). On launch it checks the latest GitHub Release for a newer build; if one exists, a banner offers Install & restart — the new version downloads, installs in place, and relaunches.
Update packages are signed with a dedicated minisign key (separate from OS code signing), so updates are cryptographically verified even though the app is not yet notarized.
Contributions are welcome — bug reports, feature ideas, docs, and pull requests.
Ways to help
Quick start
git clone git@github.com:CaptainYouz/agentdex.git
cd agentdex
pnpm install
pnpm tauri dev
Workflow
main (feat/…, fix/…). Outside contributors: fork and PR from your fork.pnpm lint && pnpm build && (cd src-tauri && cargo check)
main. CI (lint + frontend build + cargo check) must be green to merge.Ground rules
feat:, fix:, docs:, …).See CONTRIBUTING.md for the full setup, code conventions, and platform notes, and CLAUDE.md for the architecture map and where-to-change-what.
Cut a release by tagging a version — CI builds, signs, and uploads per-OS installers plus a latest.json manifest the auto-updater reads:
git tag v0.1.0
git push origin v0.1.0
The release workflow publishes a draft GitHub Release for all three platforms; publish it to make the build live. The landing page deploys to GitHub Pages on push to docs/.
A scaffold demonstrating how to use a turbo, mono repo, trpc, better auth, react, postgres and cursor ai rules.
A comprehensive set of rules and guidelines for AI-assisted development in Cursor IDE
Flutter AI Skills and Rules for Cursor, Copilot, Antigravity, and Other AI-Powered IDEs