Analysis updated 2026-05-18
Browse and manage AI skill files for Claude and Agents from one terminal screen.
Edit a project's or global CLAUDE.md or AGENTS.md memory file directly.
Manage slash command files used by an AI coding assistant.
Keep two AI providers' memory or command files in sync with a single symlinked source.
| saeedvaziry/skillsdash | anonfedora/openpaste | codeaashu/agents-are-thinking | |
|---|---|---|---|
| Stars | 15 | 15 | 15 |
| Language | Rust | Rust | Rust |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Claude and/or an Agents compatible provider already set up with skills or memory files to manage.
Skillsdash is a terminal based interface for managing the skills used by AI coding assistants, specifically Claude and a provider it refers to simply as Agents. Skills are stored as files in specific folders, either globally on your machine or inside a project, and skillsdash gives you one screen to browse and manage them instead of digging through folders by hand. The tool covers both global skill locations, such as the Claude skills folder and the Agents skills folder in your home directory, and the same kind of folders inside your current project. Beyond skills, it has a dedicated view for editing each provider's memory file, meaning the CLAUDE.md or AGENTS.md file that gives the assistant persistent context, at both the global and project level. There is also a commands view for editing slash command files used by each provider. One notable feature is the ability to keep two providers in sync. Since Claude and Agents each expect their own copy of a memory file or command file, skillsdash lets you write the content once for one provider and then symlink the other provider's file to point at the same content, so you only maintain a single source of truth instead of keeping two files updated by hand. It runs on macOS and Linux and can be installed several ways: through Homebrew with a one time trust step for third party taps, through the Arch Linux AUR package manager, via a curl based install script, or built from source using Cargo since the tool itself is written in Rust. The project is released under the MIT license.
A terminal UI for browsing and managing AI coding assistant skills, memory files, and slash commands across the Claude and Agents providers.
Mainly Rust. The stack also includes Rust.
MIT license: free to use, modify, and distribute for any purpose, including commercial use.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.