File Browser Agent
Description
A Windows desktop app (Electron) that works like a file browser, with a chat panel in the style of Claude Code. The chat is connected as an agent to your file system and automatically receives the selected file or folder as context.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
File Browser Agent
A Windows desktop app (Electron) that works like a file browser, with a chat panel in the style of Claude Code. The chat is connected as an agent to your file system and automatically receives the selected file or folder as context.
The agent can read, list, and inspect files (and write them — with your approval). It also supports **Agent Skills**: `SKILL.md` folders that are loaded at runtime to extend what the agent can do.
The full product spec, IPC channels, and tools are documented in [SPEC.md](SPEC.md).
Requirements
- Node.js 18+
- Windows (the app is built around Windows drives,
safeStorage, and Explorer) - An Anthropic API key (enter it in the app, or via
.env— see below)
Install & Run
# 1. Install dependencies
npm i
# 2. Finish installing the Electron binary
# Required step — without it the app won't start correctly
node node_modules/electron/install.js
# 3. Run in development mode
npm run dev
⚠️ Don't skip step 2. In this setup `npm i` doesn't always fully download the Electron binary, and running `node node_modules/electron/install.js` completes it.
Other scripts:
| Command | Description |
|---|---|
npm run dev |
Run in development mode (HMR) |
npm run build |
Build the app (electron-vite build) |
npm start |
Run the build (preview) |
npm run typecheck |
Type-check both main and renderer |
Skills folder
Skills are stored in **your user folder**, by default under:
C:\Users\\.file-browser-agent\skills
(for example: `C:\Users\user1\.file-browser-agent\skills`)
Each skill is a sub-folder containing a `SKILL.md` file. When you install a skill with the "Add skill" button in the app, it is extracted into this folder.
**Make sure this folder exists, or the app won't work.** You can create it manually:
mkdir "$env:USERPROFILE\.file-browser-agent\skills"
Changing the folder location
The location is con
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://