fabro
Orchestrate AI coding agents with deterministic, human-approved workflow graphs
All Skills in This Repository (3)
Pure Emerald Level Indicatorschangelog
Generate dated MDX changelog entries from Git history.
update-docs
Update documentation pages by applying surgical edits based on code changes since the last watermark.
rust-style-guide
Applies project Rust style conventions when writing, reviewing, and refactoring Rust code.
Frequently Asked Questions
FAQPage SchemaHow to install Fabro?โผ
Run `npx skills add fabro-sh/fabro --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Fabro solve?โผ
Fabro lets you define AI coding workflows as graphs with verification gates and human approvals, so agents run long tasks reliably without constant supervision.
Can Fabro use multiple AI models in one workflow?โผ
Yes. CSS-like stylesheets route each workflow step to a different model or provider, so cheap models handle simple tasks and frontier models handle the hard ones.
Does Fabro work with Claude Code and other agents?โผ
Yes. Fabro orchestrates agents like Claude Code and Codex, runs them in isolated sandboxes, and follows the standard SKILL.md format for its bundled skills.
Can I review changes before an agent finishes?โผ
Yes. Human-in-the-loop gates pause the workflow for your approval, and every stage commits to Git so you can inspect, resume, or revert any change.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core