Skills
Discover skills without loading every instruction into every prompt.
/skills
/skills show <name>
/skills install owner/repo --skill name
𝒇𝒇x v0.0.8 · Run /help for commands
auto · kimi-k3
A coding agent written in Zig for your terminal. Open, embeddable, and free from mandatory Vercel login.
01 / providers
ffx is a community fork of fx focused on provider freedom. Connect direct providers with your own credentials, or add any OpenAI-compatible, Anthropic, self-hosted, or custom endpoint.
~/.ffx/settings.json/models/connect-provider
/switch-provider
/models
02 / capabilities
Discover skills without loading every instruction into every prompt.
/skills
/skills show <name>
/skills install owner/repo --skill name
Create one-off or persistent child sessions with their own model, permissions, and history.
ctrl+x open subagent manager
Connect local and remote MCP servers while keeping project trust and permission boundaries explicit.
/mcp list
/mcp add <name> <command>
/mcp reload
Load scoped AGENTS.md guidance for workspace conventions, security, and verification.
project/
├── AGENTS.md
└── apps/web/AGENTS.md
03 / cli
Run an interactive session in a workspace or make one request and exit.
ffx
ffx ask "explain the changes in this repository"
ffx sessions
ffx status --json
Inside a session, use /help to discover commands. The current directory is the primary workspace.
04 / try it
git clone https://github.com/afa7789/ffx.git
cd ffx
zig build -Doptimize=ReleaseSafe
./zig-out/bin/ffx
Requires Zig 0.16 or newer. The binary is written to ./zig-out/bin/ffx.