AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "tbdflow" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/tbdflow && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/tbdflow/SKILL.md "https://raw.githubusercontent.com/cladam/tbdflow/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Manage Trunk-Based Development workflows using the tbdflow CLI. Use this skill to create short-lived branches, make standardised commits, sync with trunk, merge completed work, and generate changelogs.
Overview
This skill enables an AI agent to manage a Trunk-Based Development (TBD) workflow using the tbdflow CLI (v0.18.2). The skill exists to: • Enforce short-lived branches • Standardise commits • Reduce Git decision-making • Maintain a fast, safe path back to trunk (main) tbdflow is the only interface the agent should use for Git workflow actions covered by this skill. ---
Examples
| User Input | Action | |-----------------------------------------------|--------------------------------------------------------------| | “Commit this as a bug fix for login.” | tbdflow commit -t fix -s login -m "resolve timeout issue" | | “Start working on API-456: Add user profile.” | tbdflow branch -t feat -n add-user-profile --issue API-456 | | “Merge my current work back to main.” | tbdflow complete -t <current_type> -n <current_name> | | “Sync me up.” | tbdflow sync | | “What changed since the last version?” | tbdflow changelog --unreleased | ---
When to Use
Use this skill when the user wants to: • Start work on a task, ticket, or feature • Commit staged changes • Sync with trunk or check repository status • Merge completed work back to main • See what has changed since the last release Typical trigger phrases include: • “Start working on…” • “Commit this” • “Merge my work” • “Sync me up” • “What’s new?” ---
When *Not* to Use
Do not use this skill to: • Create or manage long-lived branches • Perform manual Git commands outside tbdflow • Rewrite commit history • Perform interactive rebases • Merge without explicit user intent If an action cannot be performed via tbdflow, explain the limitation instead of falling back to raw Git commands. ---
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster