by Railly
Browse, create, and edit AI agent files across Claude Code, Cursor, Codex, and 12 coding tools — from Obsidian.
# Add to your Claude Code skills
git clone https://github.com/Railly/agentfilesLast scanned: 5/13/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-13T06:49:16.659Z",
"semgrepRan": false,
"npmAuditRan": false,
"pipAuditRan": true
}See how agentfiles compares with popular alternatives.
agentfiles is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Railly. Browse, create, and edit AI agent files across Claude Code, Cursor, Codex, and 12 coding tools — from Obsidian. It has 843 GitHub stars.
Yes. agentfiles passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Railly/agentfiles" and add it to your Claude Code skills directory (see the Installation section above).
agentfiles is primarily written in TypeScript. It is open-source under Railly on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agentfiles against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
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


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.
main.js, manifest.json, and styles.css from the latest release<vault>/.obsidian/plugins/agentfiles/bunx @crafter/skillkit@latest scan
npx -y @crafter/skillkit@latest scan also works when Bun is installed and available on PATH. Skillkit uses the Bun runtime, so npx does not remove that requirement.
| Tool | Skills | Commands | Rules / Memories | Agents |
|---|---|---|---|---|
| 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/ |
|||
| Cline | detection 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 Desktop | detection only | |||
| Aider | detection only |
Desktop only (macOS, Windows, Linux) — reads files outside your vault.
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.
See What it does above. Full feature list and screenshots: agentfiles.crafter.run/docs.
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.
See Install above.
Optional local analytics for the Dashboard's usage metrics, burn rate, context tax, and health. Agentfiles imports Skillkit's portable API and reads a versioned snapshot. It never executes the Skillkit CLI.
bunx @crafter/skillkit@latest scan
# npx alternative, with Bun installed:
npx -y @crafter/skillkit@latest scan
Agentfiles is desktop-only because its core purpose requires direct access to skill files outside the current vault.
skills.sh, resolves the selected source through the GitHub API, pins downloads to a commit SHA, rejects path traversal, and limits each install to 200 files and 10 MB.~/.skillkit/agentfiles-snapshot.json through Skillkit's versioned programmatic API. The snapshot remains local.skills.sh and GitHub. Agentfiles sends no analytics or telemetry.The Obsidian scorecard can still identify direct filesystem access as a risk capability. That capability is required for Agentfiles to manage skills across desktop coding agents. It is disclosed here so users can review the exact scope.
Yes, MIT licensed. See LICENSE.
MIT