Discover and explore top open-source AI tools and projects—updated daily.
crossoverJiemacOS GUI for managing AI code agent skills
Top 96.4% on SourcePulse
SkillDeck provides a native macOS graphical user interface for managing skills across various AI code agents, eliminating the need for manual file editing and complex configurations. It targets developers who utilize multiple AI coding assistants like Claude, Codex, and Gemini, offering a unified dashboard to streamline skill installation, updates, and agent assignment, thereby enhancing productivity and simplifying workflow management.
How It Works
SkillDeck employs an MVVM architecture leveraging SwiftUI's @Observable framework for reactive UI updates. Its core design treats the filesystem as the database, where AI agent skills are organized as directories containing SKILL.md files. Swift actors are utilized for thread-safe file system access, ensuring robust and reliable background operations for managing skills and their symlinks across different agents.
Quick Start & Requirements
SkillDeck.app to /Applications/. Alternatively, use Homebrew: brew tap crossoverJie/skilldeck && brew install --cask skilldeck.swift run SkillDeck or open Package.swift in Xcode.Highlighted Details
skills.sh and ClawHub, with search, sorting, and filtering.SKILL.md editor with live Markdown preview.Maintenance & Community
The README does not specify notable contributors, sponsorships, or community channels like Discord or Slack. The roadmap and detailed feature list are available in docs/FEATURES.md.
Licensing & Compatibility
SkillDeck is licensed under the MIT license, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
Building from source requires macOS 14.0+. The inline translation feature for skill documentation is dependent on macOS 26+, a future release. As the application is unsigned, users must manually bypass macOS security prompts on first launch.
2 days ago
Inactive