1
1 Comment

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!

on February 7, 2026
  1. 1

    The symlink approach is smart — it solves the "edit once, sync manually" pain that anyone juggling multiple AI tools knows too well.

    A few questions/observations:

    1. Conflict handling: What happens if a skill file is edited directly in one of the tool directories instead of through Skills Manager? Do you detect divergence, or does the symlink just overwrite?

    2. Skill versioning: As these tools evolve (Claude Code especially moves fast), skills that worked last week might break. Any plans for version pinning or changelog tracking per skill?

    3. Discovery/sharing: The "centralized management" framing is good for personal use, but the bigger opportunity might be skill sharing across teams or communities. A local-first app with optional sync/export could hit both markets.

    The Tauri 2 + Rust backend choice makes sense for this — file system operations and symlinks need native access, and Electron would be overkill.

    Curious what your own skill library looks like right now. How many are you managing, and which AI tools do you use most heavily?

Trending on Indie Hackers
I'm a lawyer who launched an AI contract tool on Product Hunt today — here's what building it as a non-technical founder actually felt like User Avatar 150 comments A simple way to keep AI automations from making bad decisions User Avatar 59 comments “This contract looked normal - but could cost millions” User Avatar 54 comments Never hire an SEO Agency for your Saas Startup User Avatar 44 comments 👉 The most expensive contract mistakes don’t feel risky User Avatar 41 comments The indie maker's dilemma: 2 months in, 700 downloads, and I'm stuck User Avatar 41 comments