What is git-workflow-and-versioning?
Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams. Source: addyosmani/agent-skills.
Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.
Quickly install git-workflow-and-versioning AI skill to your development environment via command line
Source: addyosmani/agent-skills.
Git is your safety net. Treat commits as save points, branches as sandboxes, and history as documentation. With AI agents generating code at high speed, disciplined version control is the mechanism that keeps changes manageable, reviewable, and reversible.
Each successful increment gets its own commit. Don't accumulate large uncommitted changes.
Commits are save points. If the next change breaks something, you can revert to the last known-good state instantly.
Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams. Source: addyosmani/agent-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/addyosmani/agent-skills --skill git-workflow-and-versioningUse when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams. Source: addyosmani/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/addyosmani/agent-skills --skill git-workflow-and-versioning Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/addyosmani/agent-skills