v2.1 Β· Native macOS Β· SwiftUI Β· Notarized & free

Every AI agent config file,
in one place.

CLAUDE.md, skills, AGENTS.md, .cursorrules, GEMINI.md β€” scattered across your home folder and every project. SkillsManager finds only those files, groups them by scope and project, and lets you edit them safely: ⌘P quick open, β‡§βŒ˜F search across every config, cross-project diffs, automatic backups, AI drafting via OpenRouter, and a save that never silently clobbers an agent's write.

Download for macOS See features
SkillsManager
my-app / CLAUDE.md ✦ AI Assist ⌘S Save Preview Open β†—
# my-app ## Conventions - Use TDD for all features - Keep modules small & focused ## Build `swift build`

my-app

Conventions

β€’ Use TDD for all features
β€’ Keep modules small & focused

Build

swift build

FEATURES

Built for the files agents actually read

Only the config and skill files β€” never the rest of your files.

🧩

Configurable discovery

Toggle built-in presets for Claude, Codex, Cursor & Gemini, or add your own rule with a glob pattern β€” no code change.

πŸ—‚οΈ

Grouped by scope

A User section plus one per project, sub-grouped by file type. Skills show their SKILL.md name, with the description on hover.

⚑

Shallow & fast

Scans each root and known config subdirs, skipping node_modules, .git and friends.

✍️

Edit inline

Syntax-highlighted editor with line numbers, markdown preview, ⌘F find, and skill frontmatter forms β€” or hand off to your favourite external editor.

πŸ›Ÿ

Never lose work

Pre-save clobber guard catches agent writes mid-save, every save is backed up (last 10 kept), conflicts resolve through a real diff β€” and corrupt settings recover, never reset silently.

⚑️

Navigate at scale

⌘P fuzzy quick open, β‡§βŒ˜F search across every config, Compare With… to spot the stale CLAUDE.md across repos, pinned files, recents, and live dirty/changed badges.

✦

AI Assist

Draft or refine a skill or config with one instruction via OpenRouter β€” review the result, then replace the file. Your API key stays in the macOS Keychain.

🧭

Calm, tidy sidebar

A native, Finder-like sidebar: muted section headers, one neutral icon tint, and subtle count badges. Collapsible scopes and file types, collapse/expand all, and a clear project β†’ type β†’ file hierarchy.

πŸ“š

12 tools out of the box

Claude memory, skills, agents, settings & desktop config, MCP servers, Codex, Cursor, Gemini, Copilot, Windsurf, Cline β€” all presets, all toggleable.

HOW IT WORKS

Three steps to a tidy desk

Point it at your projects; it does the finding.

1

Add a project (or parent) folder

Point it at a single repo or a parent like ~/development β€” every project inside is discovered. Your ~/.claude user files appear automatically under User.

2

See only what matters

Each project shows its CLAUDE.md, AGENTS.md, .cursorrules, skills β€” grouped and labelled.

3

Edit & move on

Tweak inline with preview, or open in VS Code. Changes on disk show up live.

EXTENSIBLE

A new tool tomorrow? Add a rule, not a release.

File types are data, not hard-coded. Define a name, a glob, and where it lives β€” and it instantly joins discovery, grouping, and the sidebar. Hermes, or whatever comes next, is a one-line rule.

// Add in Settings β†’ File Types
FileTypeRule(
  name: "Hermes",
  kind: .file,
  projectPatterns: [
    GlobPattern("HERMES.md",
                anchor: .scopeRoot)
  ],
  iconSymbol: "bolt",
  colorHex: "#F1C40F"
)
// β†’ discovered everywhere, no rebuild
DOWNLOAD

Get SkillsManager

A notarized, native macOS app. Download, drag to Applications, open.

Download v2.1 for macOS

Requires macOS 14 (Sonoma) or later. Signed & notarized β€” opens with no Gatekeeper warning.

On first launch, Add Folder… and point it at where your projects live. Your ~/.claude files appear automatically.

Free to use. Provided as-is, with no warranty β€” you are responsible for your own files and backups. See the License.