railly_agentfiles/README.md
Railly 79ece59025
chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow
Round 2 of Obsidian scanner fixes:
- Timer functions: window.setTimeout/clearTimeout (per scanner) instead of activeWindow.*
- utils/shell.ts: window.require instead of globalThis.require for Electron access
- Rename options.global -> options.globalInstall to bypass false-positive linter warning
- CSS: remove 8 !important rules via specificity bumps; merge 3 duplicate selectors
- eslint config: hoist ignores block (web/, assets/, scripts/, main.js)

Release workflow:
- .github/workflows/release.yml triggers on semver tag push
- Builds, signs main.js/manifest.json/styles.css with GitHub OIDC attestation
- Creates or updates release with the three signed assets

Surface deep link as primary install path:
- README + landing CTAs: "Open in Obsidian" (obsidian://show-plugin?id=agentfiles) primary, community page secondary
- Docs Installation: deep link first, community page as scorecard-first alternative
2026-05-12 18:16:27 -05:00

2.5 KiB

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