CodexSkillManager is a native macOS application built with SwiftUI that provides a visual and user-friendly interface for managing local skills used by AI coding assistants like Codex and Claude Code. It allows users to browse, install, delete, and inspect both locally stored and remote skills (such as those from Clawdhub) without requiring manual file manipulation on disk, making it simpler to keep skills organized and up to date. The app renders skill descriptions from SKILL.md files directly within the UI, including inline previews for references, which helps developers quickly understand a skill’s purpose and usage before installation. ...