·git-workflow
>_

git-workflow

Git version control workflow for Hytale mod development teams. Covers repository setup, branching strategies, commit conventions, pull requests, and collaboration best practices. Use when working with teams, managing mod versions, or setting up source control.

4Installs·0Trend·@z3nlotus

Installation

$npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow

How to Install git-workflow

Quickly install git-workflow AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: z3nlotus/hytale-agent-skills.

SKILL.md

View raw

| Feature | feature/ | feature/dragon-mob | | Bugfix | fix/ | fix/crash-on-spawn | | Release | release/ | release/1.2.0 | | Hotfix | hotfix/ | hotfix/exploit-fix |

| feat | New feature | | fix | Bug fix | | docs | Documentation | | style | Formatting (no code change) | | refactor | Code restructure | | test | Adding tests | | chore | Maintenance |

| Check status | git status | | View history | git log --oneline -10 | | Undo last commit | git reset --soft HEAD1 | | Discard changes | git checkout -- | | Stash work | git stash | | Apply stash | git stash pop | | Create tag | git tag v1.0.0 | | Push tag | git push origin v1.0.0 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow
Category
>_Productivity
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from z3nlotus/hytale-agent-skills

Quick answers

What is git-workflow?

Git version control workflow for Hytale mod development teams. Covers repository setup, branching strategies, commit conventions, pull requests, and collaboration best practices. Use when working with teams, managing mod versions, or setting up source control. Source: z3nlotus/hytale-agent-skills.

How do I install git-workflow?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/z3nlotus/hytale-agent-skills