DEV Community

freeourdays
freeourdays

Posted on

Skills Manager - A desktop app to manage your AI coding skills (Tauri 2 + React 19 + Rust)

Hey everyone,

I recently found myself juggling custom "skills" and prompts across different AI coding assistants (like
Claude Code and others). It was a pain to keep them organized and synchronized, so I built a tool to solve
 it.

Repo: https://github.com/jiweiyeah/Skills-Manager

What is it?
Skills Manager is a cross-platform desktop application that acts as a central hub for your AI skills.
Instead of manually copying files between different configuration directories, it uses a centralized
storage approach and manages symlinks for you. This means you can edit a skill in one place, and it
updates everywhere instantly.

Key Features:

  • πŸš€ Write Once, Use Everywhere: Centralized management for Claude Code, Codex, and CodeBuddy.
  • πŸ”— Smart Sync: Automatically handles soft links to your tool directories.
  • πŸ›  Modern Tech Stack: Built with Tauri 2.0 (Rust backend), React 19, Vite 7, and Tailwind CSS 4.
  • πŸ“ Built-in Editor: Integrated Monaco Editor for editing skills directly in the app.
  • ⚑ Fast & Lightweight: Native performance thanks to the Rust backend.

It's currently in active development, and I'd love to hear any feedback or feature requests from the community!

Top comments (0)