Skip to content

Commit 79ca273

Browse files
authored
Merge pull request #106 from invzhi/master
Add project scope location for agent skills
2 parents a04a388 + 0b393ba commit 79ca273

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

internal/commands/skill.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ type SkillLocation struct {
2222
}
2323

2424
var skillLocations = []SkillLocation{
25-
{Name: "Agents (Shared)", Path: "~/.agents/skills/fizzy/SKILL.md"},
25+
{Name: "Agents (Global)", Path: "~/.agents/skills/fizzy/SKILL.md"},
26+
{Name: "Agents (Project)", Path: ".agents/skills/fizzy/SKILL.md"},
2627
{Name: "Claude Code (Global)", Path: "~/.claude/skills/fizzy/SKILL.md"},
2728
{Name: "Claude Code (Project)", Path: ".claude/skills/fizzy/SKILL.md"},
2829
{Name: "OpenCode (Global)", Path: "~/.config/opencode/skill/fizzy/SKILL.md"},

0 commit comments

Comments
 (0)