https://github.com/railly/agentfiles
Manage, observe, and create agent files from Obsidian
https://github.com/railly/agentfiles
agent-skills ai-agents ai-tools claude-code codex coding-agents copilot cursor developer-tools dotfiles obsidian obsidian-plugin skills windsurf
Last synced: about 1 month ago
JSON representation
Manage, observe, and create agent files from Obsidian
- Host: GitHub
- URL: https://github.com/railly/agentfiles
- Owner: Railly
- License: mit
- Created: 2026-03-28T13:17:02.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-06T03:35:58.000Z (about 1 month ago)
- Last Synced: 2026-04-06T05:28:43.659Z (about 1 month ago)
- Topics: agent-skills, ai-agents, ai-tools, claude-code, codex, coding-agents, copilot, cursor, developer-tools, dotfiles, obsidian, obsidian-plugin, skills, windsurf
- Language: TypeScript
- Homepage:
- Size: 697 KB
- Stars: 427
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 `/.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 | `~/.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