Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,77 @@ skillkit scan

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



---

## FAQ (Frequently Asked Questions)

### What is Agentfiles?

Agentfiles is an **AI skills manager for Obsidian** that lets you browse, create, and manage skills across Claude Code, Cursor, Codex, Windsurf, and 10+ coding agents — all from your Obsidian vault.

### What can I do with Agentfiles?

| Feature | Description |
|---------|-------------|
| **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 |
| **Dashboard** | Usage analytics, burn rate, context tax, health metrics |

### What tools are supported?

| 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/` | | |

### How do I install Agentfiles?

**From Obsidian (one-click):**
```
obsidian://show-plugin?id=agentfiles
```

Or search **Agentfiles** in Settings → Community plugins inside Obsidian.

**Manual install:**
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

### What is skillkit analytics?

Optional analytics tool for Dashboard metrics:

```bash
npm i -g @crafter/skillkit
skillkit scan
```

Provides burn rate, context tax, and health metrics.

### Is Agentfiles free and open source?

Yes! Agentfiles is free and open source with MIT License.

### Where can I get help?

- 📦 [Obsidian Community](https://community.obsidian.md/plugins/agentfiles)
- 🌐 [Website](https://agentfiles.crafter.run)
- 💬 [GitHub Issues](https://github.com/Railly/agentfiles/issues)

## License

MIT