by Railly
Discover, organize, and edit AI coding agent skills across Claude Code, Cursor, Codex, Windsurf, and more, from inside Obsidian.
# Add to your Claude Code skills
git clone https://github.com/Railly/agentfilesDiscover, organize, and edit AI agent skills, commands, and agents across Claude Code, Cursor, Codex, Windsurf, and more — from inside Obsidian.
Agentfiles includes a built-in analytics dashboard powered by skillkit. Click Dashboard in the sidebar to see:
No comments yet. Be the first to share your thoughts!
skillkit prune hintUsage badges also appear on individual skill cards:
Install skillkit to enable:
npm i -g @crafter/skillkit && skillkit scan
Without skillkit, the plugin works normally for browsing and editing — the dashboard and badges are optional.
| Tool | Skills | Commands | Agents |
|------|--------|----------|--------|
| Claude Code | ~/.claude/skills/ | ~/.claude/commands/ | ~/.claude/agents/ |
| Cursor | ~/.cursor/skills/ | | ~/.cursor/agents/ |
| Codex | ~/.codex/skills/ | | ~/.codex/agents/ |
| Windsurf | ~/.codeium/windsurf/memories/ | | |
| Copilot | ~/.copilot/skills/ | | |
| Amp | ~/.config/amp/skills/ | | |
| OpenCode | ~/.config/opencode/skills/ | | |
| Global | ~/.agents/skills/ | | |
Search Agentfiles in Obsidian's Community plugins browser, or install manually:
main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/agentfiles/ in your vaultThis plugin requires desktop Obsidian (macOS, Windows, Linux) because it reads files outside your vault.
MIT