Give your agent the Better workflow.

The better-source-control skill teaches agents to use sessions, checkpoints, context lookup, compose checks, release frontiers, and Git bridge commands in the right order.

Install With The Skills CLI

npx skills add logesh45/better-source-control

Install globally or target specific agent environments when useful:

npx skills add logesh45/better-source-control -g
npx skills add logesh45/better-source-control -g --agent claude-code
npx skills add logesh45/better-source-control -g --agent codex
npx skills add logesh45/better-source-control -g --agent windsurf
npx skills add logesh45/better-source-control -g --agent cursor

Agent Instruction

After installing the skill, tell your coding agent:

Use the better-source-control skill. Use Better sessions, checkpoints, context, compose, and release frontiers instead of Git branches for native source control.

Git remains the compatibility bridge for import, export, or publishing. Better is the native coordination layer for agent work.

Manual Skill Location

The reusable skill is published in the repository at:

skills/better-source-control/SKILL.md

Use the Skills CLI when your agent supports it. Otherwise, copy the skill content into that agent's project or global instruction system.