flatbread
Git-native relational content and durable project memory
All Skills in This Repository (9)
Pure Emerald Level Indicatorsflatbread-major-migration
Coordinate schema-breaking Flatbread monorepo changes with validated migration workflows.
dag-task-runner
Execute interdependent task workflows defined as directed acyclic graphs.
proof
Decompose multi-step tasks into a DAG of parallel subtasks.
agent-browser
Control Chrome/Chromium and Electron apps via Chrome DevTools Protocol.
mergify-config
Validate Mergify configuration files against the official JSON schema.
mergify-merge-protections
Control GitHub PR merge timing and dependencies with Mergify protection rules.
mergify-stack
Automate stacked Git branch and dependent pull request management.
mergify-ci
Automate Mergify CI pipeline operations across multiple CI environments.
mergify-merge-queue
Inspect and control Mergify merge queues to diagnose stuck PRs.
Frequently Asked Questions
FAQPage SchemaHow to install Flatbread?โผ
Run `npx skills add FlatbreadLabs/flatbread --all -g -y` in your terminal to install all skills in this suite globally.
What does Flatbread do?โผ
It turns your Markdown and YAML files into a typed relational graph you can query with GraphQL or generated TypeScript, with Git as the source of truth. It also powers Proof, a durable memory system for coding agents.
How does Proof agent memory work?โผ
Agents record Decisions, Issues, Findings, Constraints, and Risks as Markdown files in your repo, so the next session and your teammates can review the same reasoning in pull requests.
Does Flatbread work with Cursor and Claude Code?โผ
Yes. The skills follow the standard SKILL.md format and run in Cursor, Claude Code, and other compatible coding agents.
Do I need a database or CMS to use Flatbread?โผ
No. Your plain content files stay the source of truth, and Flatbread validates links and serves typed reads without any hosted database or CMS.
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