AgentSkills is a cross-platform desktop application designed to streamline the management of AI agent skills across multiple platforms. It provides a unified interface for browsing, installing, syncing, and editing skills for 16 supported AI tools, including Claude Code, Cursor, Gemini CLI, GitHub Copilot CLI, and more.
Key Features:
Dashboard: Offers an overview of installed agents and the number of skills each has.
Skills Manager: Enables users to view, edit, uninstall, and synchronize skills across agents efficiently.
Marketplace Integration: Allows browsing and installation of skills from popular repositories like skills.sh and ClawHub directly within the app.
Skill Editor: Provides a built-in editor for SKILL.md files, simplifying skill management.
File Watcher: Automatically refreshes the interface when skill files are updated on disk.
Cross-Agent Sync: Facilitates installing a skill to one agent and syncing it across all supported agents with a single click.
Audience & Benefit:
Ideal for AI developers, researchers, and enthusiasts working with multiple AI tools. AgentSkills helps users manage skills more efficiently by consolidating tasks into a single interface, reducing complexity and saving time.
Available for installation via winget, the app supports Linux, macOS, and Windows platforms.
README
AgentSkills
A cross-platform desktop app for managing AI agent skills.
Browse, install, sync, and edit skills across 16 agents from a single interface.
# Install dependencies
npm install
# Run in development (starts Vite + Tauri)
npm run tauri dev
# Frontend only (port 1420)
npm run dev
# Type check
npx tsc
# Rust tests
cd src-tauri && cargo test
Build
npm run tauri build
Contributing
Contributions are welcome! Please open an issue first to discuss what you'd like to change.