mirror of
https://github.com/railly/agentfiles.git
synced 2026-07-22 06:12:56 +00:00
No description
- Rename plugin ID from obsidian-agent-skills to agentfiles - Add versions.json, LICENSE (MIT), README.md - Update all class names and display text |
||
|---|---|---|
| src | ||
| .gitignore | ||
| bun.lock | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.js | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| versions.json | ||
Agentfiles
Discover, organize, and edit AI agent skills, commands, and agents across Claude Code, Cursor, Codex, Windsurf, and more — from inside Obsidian.
Features
- Multi-tool discovery — Scans 13 tools: Claude Code, Cursor, Windsurf, Codex, Copilot, Amp, OpenCode, Aider, and more
- Three-column view — Sidebar filters, skill list with search, and detail panel with markdown preview
- Built-in editor — Edit skills in place with Cmd+S save
- Real-time file watching — Automatically detects changes to skill files
- Full-text search — Search across skill names, descriptions, and content
- Frontmatter metadata — View parsed YAML properties at a glance
- Token estimation — See character count and estimated token usage per skill
- Tool logos — Real SVG logos for each supported coding agent
- Favorites & collections — Organize skills your way
- Symlink deduplication — Same skill installed in multiple tools shows once
Supported tools
| 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/ |
Installation
Search Agentfiles in Obsidian's Community plugins browser, or install manually:
- Download
main.js,manifest.json, andstyles.cssfrom the latest release - Create
~/.obsidian/plugins/agentfiles/in your vault - Copy the three files into that folder
- Enable the plugin in Settings > Community plugins
Usage
- Click the CPU icon in the ribbon, or run Agentfiles: Open Agentfiles from the command palette
- Browse skills by tool or type in the sidebar
- Click any skill to preview its content
- Click the pencil icon to edit, Cmd+S to save
Desktop only
This plugin requires desktop Obsidian (macOS, Windows, Linux) because it reads files outside your vault.
License
MIT