We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a04a388 + 0b393ba commit 79ca273Copy full SHA for 79ca273
1 file changed
internal/commands/skill.go
@@ -22,7 +22,8 @@ type SkillLocation struct {
22
}
23
24
var skillLocations = []SkillLocation{
25
- {Name: "Agents (Shared)", Path: "~/.agents/skills/fizzy/SKILL.md"},
+ {Name: "Agents (Global)", Path: "~/.agents/skills/fizzy/SKILL.md"},
26
+ {Name: "Agents (Project)", Path: ".agents/skills/fizzy/SKILL.md"},
27
{Name: "Claude Code (Global)", Path: "~/.claude/skills/fizzy/SKILL.md"},
28
{Name: "Claude Code (Project)", Path: ".claude/skills/fizzy/SKILL.md"},
29
{Name: "OpenCode (Global)", Path: "~/.config/opencode/skill/fizzy/SKILL.md"},
0 commit comments