Droid Resource Manager is a desktop app for managing Droids / Skills / MCP / Prompts / Rules. Built with Electron, React, and Vite.
- Home dashboard with manual resource initialization
- Droids: create/copy, drag-move, tools & config updates
- Skills: create/edit/delete, manual AI summary
- MCP: servers and tools listing
- Prompts / Rules management
- Marketplace and settings (import/export)
npm install
npm run devnpm run build
npm run dist- Global resources: ~/.factory (droids, skills, etc.)
- Project resources: /.factory
- Use “Init Resources” on Home to refresh caches
electron/ # Electron main process + IPC
src/ # React renderer
public/ # icons and static assets
screenshots/ # README images
release/ # packaged output (LFS)
Executables in release/ are tracked with LFS:
git lfs install
git lfs pullMIT

