Browse, create, and edit AI agent files across Claude Code, Cursor, Codex, and 13+ tools — from Obsidian.
# Agentfiles AI skills manager for Obsidian. Browse, create, and manage skills across Claude Code, Cursor, Codex, Windsurf, and 10+ coding agents.   ## Install ### From Obsidian (coming soon) Search **Agentfiles** in Settings > Community plugins. ### Manual 1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/Railly/agentfiles/releases/latest) 2. Create `<vault>/.obsidian/plugins/agentfiles/` 3. Copy the three files into that folder 4. Enable in Settings > Community plugins ### Optional: skillkit analytics ```bash 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](https://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](https://www.npmjs.com/package/@crafter/skillkit)) ## Supported tools | Tool | Skills | Commands | Agents | |------|--------|----------|--------| | Claude Code | `~/.cursor/skills/` | `~/.cursor/commands/` | `~/.cursor/agents/` | | Cursor | `~/.cursor/skills/` | | `~/.cursor/agents/` | | Codex | `~/.codex/skills/` | `~/.codex/prompts/` | `~/.codex/agents/` | | Windsurf | `~/.codeium/windsurf/memories/` | | | | Cursor | `~/.cursor/skills/` | | | | Amp | `~/.config/amp/skills/` | | | | OpenCode | `~/.config/opencode/skills/` | | | | Global | `~/.agents/skills/` | | | Desktop only (macOS, Windows, Linux) — reads files outside your vault. ## License MIT
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.