fabro-shfabro-shOfficialยท3 Agent Skills Included

fabro

Orchestrate AI coding agents with deterministic, human-approved workflow graphs

Defines AI coding pipelines as version-controlled graphs with branching, loops, parallel stages, and human approval gates. Routes each step to the right model, runs agents in isolated cloud sandboxes, and checkpoints every change to Git. Eliminates babysitting agent sessions and untrusted 50-file diffs by adding verification gates and full run observability.
npx skills add fabro-sh/fabro --all -g -y
Available:

Gives the AI agent the build, test, and architecture rules it must follow when writing or modifying code in this repository.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’