bitfab-cli’s terminal-native flow, so setup decisions, plan review, and edit approvals all stay in your terminal.
Installation
~/.config/agents/skills/), signs you in to Bitfab, and then runs setup in the same terminal.
To install the skills without signing in or running setup:
Ctrl-O in the Amp CLI, Cmd/Alt-Shift-A in the editor extensions) with skill: invoke.
Installing with Amp directly
bitfab-cli runs amp skill add for you, so this is the same install by hand:
--global to install into the current project’s .agents/skills/ instead. --overwrite is what makes a reinstall work. Without it Amp refuses every skill that already exists, and amp skill add exits 0 either way, so a failed reinstall looks like a successful one.
Requirements
Two independent credentials.- An Agent SDK credential. Set
ANTHROPIC_API_KEY, or configure another cloud provider the Claude Agent SDK supports. The setup flow runs on this and exits without it. - A Bitfab account. Separate from the above. The flow opens a browser to sign in when it needs to and returns to the terminal.
Skills
What the Skills Do
Setup
bitfab-setup runs the same declarative workflow the editor plugins run, with browser plan review and Studio replaced by inline terminal review:
wizard, explain, login, instrument, modify, inspect, view, replay, db-snapshot, templates, analyze-repo, switch-org, session-logs.
Every workflow choice and every permission for a mutating tool comes back to the terminal for you to decide. Edits are previewed as diffs before they are applied.
Analyze repo
Reconnaissance before you commit to instrumenting anything:bitfab-setup in instrument mode picks those drafts up later and reconciles each against current code.
--prompt is the only knob on setup --v2 analyze-repo itself. It has no --limit flag and ignores one silently. To cap the run, go through the top-level command, which does support Amp:
Diagnostics
Alpha limits
The native Amp plugin is planned and will replace this skill pack in place, closing these gaps.
npx bitfab-cli update --editor amp sdk has no Amp path, because the SDK update flow launches an editor agent. To check whether your SDK is behind, run npx bitfab-cli setup --v2 inspect and upgrade with your project’s own package manager.