No description
Find a file
2026-05-16 19:17:29 -05:00
.github/workflows chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow 2026-05-12 18:16:27 -05:00
assets docs: add browse and dashboard screenshots to README 2026-03-30 22:03:00 -05:00
src chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow 2026-05-12 18:16:27 -05:00
web chore(deps): bump next to 16.2.6 (CVE-2026-44578 + May 2026 release) 2026-05-16 19:17:29 -05:00
.gitignore feat: initial release - AI agent skills manager for Obsidian 2026-03-28 08:18:28 -05:00
bun.lock chore: switch to eslint-plugin-obsidianmd, add codemirror dev deps 2026-04-05 22:32:49 -05:00
esbuild.config.mjs feat: initial release - AI agent skills manager for Obsidian 2026-03-28 08:18:28 -05:00
eslint.config.mjs chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow 2026-05-12 18:16:27 -05:00
LICENSE feat: rename to Agentfiles, add release files 2026-03-28 08:40:21 -05:00
main.js chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow 2026-05-12 18:16:27 -05:00
manifest.json chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow 2026-05-12 18:16:27 -05:00
package-lock.json feat: toggleable deep search with configurable scope 2026-04-02 00:10:25 -05:00
package.json chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow 2026-05-12 18:16:27 -05:00
README.md chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow 2026-05-12 18:16:27 -05:00
styles.css chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow 2026-05-12 18:16:27 -05:00
tsconfig.json feat: initial release - AI agent skills manager for Obsidian 2026-03-28 08:18:28 -05:00
versions.json chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow 2026-05-12 18:16:27 -05:00

Agentfiles

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

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

Browse skills, commands, and agents across 13+ 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 13+ 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

Tool Skills Commands Agents
Claude Code ~/.claude/skills/ ~/.claude/commands/ ~/.claude/agents/
Cursor ~/.cursor/skills/ ~/.cursor/agents/
Codex ~/.codex/skills/ ~/.codex/prompts/ ~/.codex/agents/
Windsurf ~/.codeium/windsurf/memories/
Copilot ~/.copilot/skills/
Amp ~/.config/amp/skills/
OpenCode ~/.config/opencode/skills/
Global ~/.agents/skills/

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

License

MIT