Agentfiles

approved

by railly

Discover, organize, and edit AI agent skills, commands, and agents across Claude Code, Cursor, Codex, Windsurf, and more. - This plugin has not been manually reviewed by Obsidian staff.

682 stars6,421 downloadsUpdated 11d agoMIT

Agentfiles

AI skills manager for Obsidian. Browse, create, and manage skills across Claude Code, Cursor, Codex, Windsurf, and 17 coding agents.

Open in Obsidian → · View on Obsidian Community · Website · Latest release

Browse skills, commands, and agents across 17 coding assistants

Dashboard with burn rate, context tax, and health metrics

Install

From Obsidian (one-click)

Open the deep link in your browser:

obsidian://show-plugin?id=agentfiles

Or open the community page first to see the scorecard and screenshots: community.obsidian.md/plugins/agentfiles.

You can also search Agentfiles in Settings → Community plugins inside Obsidian.

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create <vault>/.obsidian/plugins/agentfiles/
  3. Copy the three files into that folder
  4. Enable in Settings → Community plugins

Optional: skillkit analytics

npm i -g @crafter/skillkit
skillkit scan

What it does

  • Browse skills, commands, and agents from 17 tools in one place
  • Search by name or file content with deep search toggle
  • Create new skills with a stepped wizard (pick tool, type, name)
  • Edit skills inline with markdown preview and Cmd+S save
  • Marketplace — install skills from skills.sh
  • Conversations — browse Claude Code session history, search, tag, and export to vault
  • Dashboard — usage analytics, burn rate, context tax, health metrics (requires skillkit)

Supported tools

ToolSkillsCommandsRules / MemoriesAgents
Claude Code~/.claude/skills/~/.claude/commands/~/.claude/agents/
Cursor~/.cursor/skills/~/.cursor/rules/~/.cursor/agents/
Windsurf~/.codeium/windsurf/skills/~/.codeium/windsurf/memories/, ~/.windsurf/rules/
Codex~/.codex/skills/~/.codex/prompts/~/.codex/memories/~/.codex/agents/
Copilot~/.copilot/skills/
Amp$XDG_CONFIG/amp/skills/
OpenCode$XDG_CONFIG/opencode/skills/
Clinedetection only
Roo Code~/.roo/skills/
Kilo Code~/.kilocode/skills/
Continue~/.continue/skills/
OpenHands~/.openhands/skills/
Goose$XDG_CONFIG/goose/skills/
Pi~/.pi/agent/skills/
Antigravity~/.gemini/antigravity/skills/
Global~/.agents/skills/
Claude Desktopdetection only
Aiderdetection only

Desktop only (macOS, Windows, Linux) — reads files outside your vault.

FAQ

What is Agentfiles?

An AI skills manager for Obsidian. Browse, create, and manage skills, commands, and agents across 17 coding agents, all from your vault. Full docs: agentfiles.crafter.run/docs.

What can I do with Agentfiles?

See What it does above. Full feature list and screenshots: agentfiles.crafter.run/docs.

What tools are supported?

See Supported tools above: 17 tools including Claude Code, Cursor, Codex, Windsurf, Copilot, Amp, OpenCode, Cline, Roo Code, Kilo Code, Continue, OpenHands, Goose, Pi, Antigravity, Claude Desktop, Aider, and a global ~/.agents/skills/ directory.

How do I install Agentfiles?

See Install above.

What is skillkit analytics?

Optional CLI for the Dashboard's usage metrics (burn rate, context tax, health):

npm i -g @crafter/skillkit
# or: bun add -g @crafter/skillkit
skillkit scan

Is Agentfiles free and open source?

Yes, MIT licensed. See LICENSE.

Where can I get help?

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.