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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,13 +473,13 @@ fizzy migrate board BOARD_ID --from SOURCE_ACCOUNT --to TARGET_ACCOUNT --include

### Skill Installation

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

```bash
fizzy skill
```

This interactive command lets you choose where to install the SKILL.md file:
This interactive command downloads the latest `SKILL.md` from this repository and lets you choose where to install it:

| Location | Path |
|----------|------|
Expand Down
Loading