philphilphil36 downloadsHides AGENTS.md and CLAUDE.md from the file explorer and lists them in a dedicated side pane.
Hides AGENTS.md, CLAUDE.md, GEMINI.md (and any other filenames you
choose) from the Obsidian file explorer and lists them in a dedicated side
pane that mirrors the folder tree.

These instruction files clutter the file explorer when used at multiple folder levels, but you still want them accessible. This plugin keeps them out of the way while making them easy to jump to.
MY_AGENTS.md are
not affected — only exact filename matches.Agent Files) shows
every tracked file in its actual folder hierarchy, so you can orient by
location at a glance. Click a file to open it.AGENTS.md, CLAUDE.md, and GEMINI.md.Open the pane from the ribbon (bot icon) or from the command palette
("Agent File Pane: Open pane"). Cmd/Ctrl-click a file to open it in a new
leaf.
Settings → Agent File Pane:
Once accepted into the community catalog, install from Settings → Community plugins → Browse → search "Agent File Pane".
manifest.json, main.js, and styles.css from the latest
release.<vault>/.obsidian/plugins/agent-file-pane/.npm install
npm run dev # esbuild watch mode
npm run build # type-check + production build
For live testing, symlink the repo into a vault's plugins folder:
ln -s "$(pwd)" /path/to/vault/.obsidian/plugins/agent-file-pane
MIT — see LICENSE.