Vifu Agent Skill
The Vifu Agent Skill teaches coding agents how to use the Vifu CLI from an existing game directory: check vifu --help, detect project setup, run vifu deploy --yes, and report the Playable URL: line.
Install the CLI separately first:
bash
curl -fsSL https://vifu.dev/cli | bash
vifu --helpThe skill does not log you in. For deploys, create an account at vifu.ai, then run:
bash
vifu loginInstall The Skill
| Method | Command | Best for |
|---|---|---|
| Skills CLI | npx skills add vifu-labs/skills --skill "vifu-cli" | Standard cross-agent install. |
| Cursor Plugin | /add-plugin vifu | Cursor users after plugin indexing is available. |
| Manual Symlink | git clone https://github.com/vifu-labs/skills.git /path/to/vifu-skills && ln -s /path/to/vifu-skills/skills/vifu-cli <agent-skills-dir>/vifu-cli | Manual or private skill directories. |
| Agent Prompt | Install the vifu-cli skill from https://github.com/vifu-labs/skills | Agents that can install skills from GitHub. |
Use npx skills add, not npx skill add.
Use With A Coding Agent
From the game directory, prompt the agent:
text
Use the Vifu CLI skill. Deploy this game directory with Vifu and report the Playable URL.The skill instructs the agent to prefer:
bash
vifu deploy --yesThat command creates missing setup from detected defaults, builds, validates, uploads, and creates a playable share URL when the signed-in account is ready.
Repository
The canonical skill source is github.com/vifu-labs/skills. CLI installation remains at Vifu CLI.