Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ func registerSkillCommands() {
{"codex", ".codex"},
{"kiro", ".kiro"},
{"gemini", ".gemini"},
{"opencode", ".config/opencode"}, // OpenCode uses XDG config dir (~/.config), not a dotfile
}

cmd := &cobra.Command{
Expand Down
1 change: 1 addition & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@ func TestInstallSkill(t *testing.T) {
{"codex", ".codex"},
{"kiro", ".kiro"},
{"gemini", ".gemini"},
{"opencode", ".config/opencode"},
}

for _, a := range agents {
Expand Down
Loading