GitHub - Dimillian/CodexSkillManager: macOS app to manage your Codex skills

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Codex Skill Manager

image

Codex Skill Manager is a macOS SwiftUI app built with SwiftPM (no Xcode project). It manages local skills for Codex and Claude Code, renders each SKILL.md, and lets you browse remote skills from Clawdhub.

Features

  • Browse local skills from ~/.codex/skills, ~/.codex/skills/public, and ~/.claude/skills
  • Render SKILL.md with Markdown, plus inline reference previews
  • Import skills from a folder or zip
  • Delete skills from the sidebar
  • Browse Clawdhub skills with search + latest drops
  • Download remote skills into Codex and/or Claude Code
  • Show Clawdhub author info in the detail view
  • Visual tags for installed status (Codex/Claude) and versions

Requirements

  • macOS 26+
  • Swift 6.2+

Build and run

swift build
swift run CodexSkillManager

Package a local app

./Scripts/compile_and_run.sh

Credits