Skillsdashboard
Description
Scan, browse and run all your Claude Code + Gemini CLI skills from one dashboard
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
Skill Manager
Scan, browse, and run all your Claude Code + Gemini CLI skills from one dashboard.
 
Features
- Auto-scan — Discovers skills from
~/.claude/skills/and~/.agents/skills/ - Tree hierarchy — Groups skills by nested directories and common prefixes (collapsible)
- Category filters — Research, Writing, Design, DevTools, Media, Integration, Business, Utility, Project, GameDev
- Skill preview — Renders SKILL.md content with Markdown formatting
- Gemini CLI execution — Run any Gemini skill directly from the browser with real-time SSE streaming
- Search — Filter skills by name or description (Ctrl+K)
Quick Start
git clone https://github.com/atxinsky/skillsdashboard.git
cd skillsdashboard
npm install
node server.js
# → http://localhost:3456
How It Works
- Server scans skill directories, parses
SKILL.mdfrontmatter + body - Skills are auto-classified into categories by keyword matching
- Hierarchy detection: nested
skills/subdirectories, common prefixes (baoyu-*,feishu-*), colon sub-commands (pua:pro) - Click a skill → view its full documentation
- Enter a prompt → calls
gemini -p "/skill-name prompt" --yolo→ streams output via SSE
Stack
- Backend: Node.js + Express + marked
- Frontend: Single-page HTML (vanilla JS, no framework)
- Streaming: Server-Sent Events (SSE)
Skill Sources
| Platform | Directory |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Gemini CLI | ~/.agents/skills/ |
License
MIT
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11