// summary
skills-manage is a Tauri-based desktop application designed to centralize the management of AI coding agent skills across multiple platforms. It utilizes a single source of truth to drive various AI tools through symlinks, supporting a wide range of coding and lobster-related platforms. The application features a comprehensive interface for browsing marketplaces, organizing collections, and performing local discovery of skill libraries.
// technical analysis
skills-manage is a Tauri-based desktop application designed to centralize the management of AI coding agent skills across diverse platforms. By adopting a 'source of truth' architecture, it uses a canonical directory and symlinks to synchronize skills across multiple coding tools, effectively solving the fragmentation problem inherent in managing agent capabilities. The project prioritizes a local-first philosophy, ensuring that metadata and configurations remain on the user's machine while providing a robust interface for discovery, organization, and deployment.
// key highlights
// use cases
// getting started
To begin, download the latest release from the GitHub repository or build the project from source using the Rust and Node.js toolchains. Upon first launch, the application automatically initializes a local SQLite database at ~/.skillsmanage/db.sqlite to store your configurations and skill metadata. You can then navigate the UI to link your existing agent skill directories or import new skills from GitHub and marketplace sources.