cladamcladamCommunityยท1 Agent Skills Included

tbdflow

Enforce trunk-based Git workflows with standardized commits

Enforces Trunk-Based Development by standardizing commits, creating short-lived branches, and syncing safely with trunk. Eliminates inconsistent commit messages, forgotten pull-rebase steps, stale branches, and surprise merge conflicts. Adds intent logging, trunk health radar, WIP snapshots, and changelog generation so teams ship small, frequent changes with full context.
npx skills add cladam/tbdflow --all -g -y
Available:

Instructs the agent to act as a trunk-based workflow guardian that routes all Git actions exclusively through the tbdflow skill, mapping natural language requests like 'commit this' or 'merge my work' to the correct tbdflow commands.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install tbdflow?โ–ผ

Run `npx skills add cladam/tbdflow --all -g -y` in your terminal to install all skills in this suite globally.

What is trunk-based development?โ–ผ

It is a Git workflow where developers commit small changes directly to main or via very short-lived branches. tbdflow automates the syncing, linting, and merging so the safe path is always the easiest path.

How does tbdflow prevent merge conflicts?โ–ผ

The radar command shows trunk health, file churn hotspots, and which teammates are touching the same files as you. It also warns you during sync and commit when overlaps are detected.

Does tbdflow work with AI coding agents?โ–ผ

Yes. The included AGENT.md and SKILL.md files let agents like Claude Code manage branches, commits, and reviews through tbdflow using plain-English requests.

Can tbdflow recover lost work?โ–ผ

Yes. The WIP Guard automatically snapshots your working directory during notes, syncs, and radar scans, and the recover command restores any lost snapshot.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’