The "Newspaper" for your Agentic Intelligence Bureau. Solve dot-dir hell with a unified desktop interface for scanning, indexing, and deploying AI agent skills.
Get your intelligence bureau running in less than 60 seconds.
# Clone the intelligence files
git clone https://github.com/adityak74/rigman.git
cd rigman
# Install dependencies
npm install
# Launch the dashboard
npm run tauri dev| Feature | Description | Status |
|---|---|---|
| Unified Scan | Recursive discovery across 27+ agent directories | ✅ Live |
| Vercel Bridge | Visual wrapper for npx skills deployment |
✅ Live |
| Secure Editor | Side-by-side Markdown editor with YAML validation | ✅ Live |
| Template Export | Native ZIP collection export for portability | ✅ Live |
| Intel Search | Dynamic filtering across local and global registries | ✅ Live |
Rigman is a local-first desktop UI designed to solve the fragmentation of agentic coding workflows. By centralizing management of SKILL.md files and lifecycle hooks, Rigman provides a professional dashboard for subject matter expertise.
- 📰 Newspaper Aesthetic: A high-contrast, professional UI designed for rapid scanning and high-stakes intelligence management.
- 📡 Intelligence Scanner: Automatically indexes fragmented paths (e.g.,
~/.claude,.cursor/rules,~/.gemini) into a high-performance SQLite database. - ✍️ Secure Manifest Editor: Edit your skills with confidence. Includes real-time validation for the mandatory
nameanddescriptionfrontmatter fields. - 🌉 Vercel Bridge: One-click deployment from the official Vercel Skills registry directly into your local agent environments.
- 📦 Collection Export: Bundle your local intelligence assets into standardized, portable ZIP archives for distribution or backup.
rigman/
├── .planning/ # Mission control & roadmap tracking
├── src-tauri/ # 🦀 Rust Backend (SQLite, FS Scanner, ZIP Engine)
│ ├── src/
│ │ ├── scanner.rs # Intelligence discovery logic
│ │ └── lib.rs # Command registration & plugin bridge
│ └── capabilities/ # Secure FS & Shell permissions
├── src/ # ⚛️ React Frontend (Newspaper UI)
│ ├── App.tsx # Main Intelligence Dashboard
│ └── App.css # Tailwind v4 Styles
├── agents.json # Master agent path mapping
└── README.md # The manifest you are reading
- Node.js: v20 or later
- Rust: Latest stable (cargo)
- Permissions: FS Read/Write for
~/.claude,~/.cursor, etc.
- Engine: Tauri v2 (Rust)
- Interface: React + TypeScript
- Visuals: Tailwind CSS v4
- Storage: SQLite
- Editor:
@uiw/react-md-editor
Distributed under the MIT License. See LICENSE for more information.
Built with ❤️ by Aditya Karnam