You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
CodexSkillManager is a small macOS SwiftUI app built with SwiftPM (no Xcode project) that lists the Codex skills installed in the user's public skills folder.
5
5
6
6
## How it works
7
-
- The app scans `~/.codex/skills/public` for subdirectories.
7
+
- The app scans `~/.codex/skills` and `~/.codex/skills/public` for subdirectories.
8
8
- Each directory name becomes a skill entry.
9
9
- The UI is a SwiftUI `NavigationSplitView` with a list on the left and a detail view on the right.
10
10
- The detail view shows the skill name and its full path.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
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.
6
6
7
7
## Features
8
-
- Browse local skills from `~/.codex/skills/public` and `~/.claude/skills`
8
+
- Browse local skills from `~/.codex/skills`, `~/.codex/skills/public`, and `~/.claude/skills`
9
9
- Render `SKILL.md` with Markdown, plus inline reference previews
errorMessage ="No skills found. Make sure the folder contains platform directories like .claude/skills or .codex/skills/public with SKILL.md files."
221
+
errorMessage ="No skills found. Make sure the folder contains platform directories like .claude/skills or .codex/skills (including .codex/skills/public) with SKILL.md files."
0 commit comments