https://github.com/Dimillian/CodexSkillManager
macOS app to manage your Codex skills
https://github.com/Dimillian/CodexSkillManager
Last synced: about 12 hours ago
JSON representation
macOS app to manage your Codex skills
- Host: GitHub
- URL: https://github.com/Dimillian/CodexSkillManager
- Owner: Dimillian
- License: mit
- Created: 2026-01-07T11:45:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-09T16:10:01.000Z (6 months ago)
- Last Synced: 2026-01-12T17:24:59.815Z (6 months ago)
- Language: Swift
- Size: 6.91 MB
- Stars: 574
- Watchers: 2
- Forks: 37
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
- claude-code-skills-zh - Dimillian/CodexSkillManager
- awesome-agent-skills - CodexSkillManager - macOS app for managing Codex skills. (Skill Builders)
README
# Codex Skill Manager

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
- Markdown rendering via https://github.com/gonzalezreal/swift-markdown-ui
- Remote skill catalog via https://clawdhub.com