A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Mission control for AI coding-agent skills on macOS. Search, edit, group, and sync rules and prompts for Claude Code, Cu
SkillKit is the native macOS mission control for AI coding-agent skills, rules, and system prompts.
Instead of letting your instructions lie scattered across Claude Code, Codex, Cursor, Windsurf, Amp, and other developer folders, SkillKit gathers them into a unified, lightning-fast native interface. Search, edit, group, and reuse your agent skills from a single source of truth.
SkillKit scans both project-local directories and global configuration paths for agent instruction files (skipping generic readme, changelog, and license files).
| Tool / Platform | Display Name | Project Path | Global Config Paths |
|---|---|---|---|
| Claude Code | Claude Code | .claude/skills, .claude/agents | ~/.agents/claude/skills, ~/.agents/claude/agents |
| Cursor | Cursor | .cursor/skills, .cursor/rules, .cursor/agents | ~/.agents/cursor/skills, ~/.agents/cursor/rules |
| Codex | Codex | .codex/skills, .codex/agents | ~/.agents/codex/skills, ~/.agents/codex/agents |
| Windsurf | Windsurf | .windsurf/rules | ~/.agents/windsurf/rules, ~/.agents/windsurf/memories |
| Copilot | Copilot | .github/copilot-instructions.md, .github/agents | ~/.agents/copilot/skills |
| Amp | Amp | .config/amp/skills | ~/.agents/amp/skills |
| OpenCode | OpenCode | .opencode/skills | ~/.agents/opencode/skills |
| Hermes | Hermes | .hermes/skills | ~/.agents/hermes/skills |
| Augment | Auggie | — | ~/.agents/augment/skills |
| Pi | Pi | — | ~/.agents/pi/agent/skills |
| Antigravity | Antigravity | — | ~/.agents/antigravity/skills |
sotDir)By default, the global source of truth directory resides at:
~/Library/Application Support/SkillKit/LocalLibrary/~/.agents) to sync across your terminal profiles.brew install xcodegen)SkillKit uses XcodeGen to generate its Xcode project file dynamically.
Navigate to the root directory and generate the .xcodeproj file:
xcodegen generate
To build the app in Debug configuration:
xcodebuild -scheme SkillKit -configuration Debug build
To open the workspace and run it locally on your Mac:
open SkillKit.xcodeproj
@Observable models and views for state tracking.SandboxBookmarkManager to securely retain user permission grants for custom folders outside the App Sandbox.claude --print and codex exec) using Process to get agent-assisted code adjustments.Distributed under the MIT License. See LICENSE for details.
Convert editor rules between different AI coding assistants (Cursor, Windsurf, Claude Code, etc.)
Advanced agent rules and prompt templates for AI coding assistants, focused on planning, security, memory-bank documenta
AI agent skill for Jest 29/30 — 28 rules: mocks, async, timers, snapshots, CI. Works with Claude Code, Cursor, Codex, Wi
Rules/instructions, prompts/commands/workflows, and skills for Copilot, Cursor, Windsurf, and Antigravity AI Dev Tools.