Zero-config agents
Define your agent's entire behavior — what it does, in what order, with which commands — in a single YAML file.
A daemon that watches your issue tracker, picks up work in priority order, and runs Claude Code for each issue, like new dev.
Dangerous by design
crewbit spawns Claude Code with --dangerously-skip-permissions, which disables all permission prompts. Claude can read, write, and execute anything your shell user can. Only run crewbit in environments you trust and with slash commands you have reviewed. See how dangerously-skip-permissions works.
curl -fsSL https://crewbit.sh/install | shThen point it at a workflow file:
crewbit ./dev-junior.yaml