
I built a small TUI for browsing installed skills
Hey, I wanted a clearer way to see which skills I had installed across tools like Claude Code, Codex, Cursor, and others.
I couldn’t find a simple tool focused specifically on browsing local skills. There probably is one, but I didn’t come across it, so I built skillbrowse over the weekend.
It scans the usual skill folders, lists what it finds, and lets you search through the skills and read their SKILL.md files from the terminal.
It’s still an early version, but it was a fun project to work on and already solves my immediate problem.
GitHub: https://github.com/dchancogne/skillbrowse
Feedback, bug reports, and pointers to similar tools are appreciated. And I'd love a star on the repo if you find this tool useful.