--json for structured output that agents can parse.
Claude Code
The fastest way to add the floo skill is with the CLI:SKILL.md with the full command reference and prints recommended permissions for .claude/settings.json.
Alternatively, create the file manually at .claude/skills/floo/SKILL.md (or add to your existing CLAUDE.md):
Cursor
Add to.cursorrules in your project root:
Windsurf / Other AI Tools
The skill content above works in any AI coding tool that reads project-level instructions. Common locations:| Tool | File |
|---|---|
| Claude Code | .claude/skills/floo/SKILL.md or CLAUDE.md |
| Cursor | .cursorrules |
| Windsurf | .windsurfrules |
| GitHub Copilot | .github/copilot-instructions.md |
What your agent can do with floo
Once the skill is added, your agent can:- Deploy —
floo deployauto-detects your framework and deploys to a live URL - Manage apps — List, check status, delete apps
- Set env vars — Encrypted at rest, injected into containers on deploy
- Add domains — Custom domains with automatic SSL
- View logs — Tail logs, filter by severity or time, structured JSON for parsing
- Roll back — Revert to any previous deploy
- Debug — Structured errors with codes and suggestions, parseable with
jq