Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ fizzy migrate board BOARD_ID --from SOURCE_ACCOUNT --to TARGET_ACCOUNT --include

### Skill Installation

Install the Fizzy skill file ([SKILL.md](SKILL.md)) for use with AI coding assistants like Codex, Claude Code, or OpenCode.
Install the Fizzy skill file ([SKILL.md](skills/fizzy/SKILL.md)) for use with AI coding assistants like Codex, Claude Code, or OpenCode.

```bash
fizzy skill
Expand Down
2 changes: 1 addition & 1 deletion internal/commands/skill.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/spf13/cobra"
)

const skillSourceURL = "https://raw.githubusercontent.com/robzolkos/fizzy-cli/refs/heads/master/SKILL.md"
const skillSourceURL = "https://raw.githubusercontent.com/robzolkos/fizzy-cli/refs/heads/master/skills/fizzy/SKILL.md"
const skillFilename = "SKILL.md"

// SkillLocation represents a predefined skill installation location
Expand Down
File renamed without changes.