Agent Skills: Git Skill

Use when working with version control.

UncategorizedID: tao3k/omni-dev-fusion/git

Install this agent skill to your local

pnpm dlx add-skill https://github.com/tao3k/xiuxian-artisan-workshop/tree/HEAD/skills/git

Skill Files

Browse the full folder contents for git.

Download Skill

Loading file tree…

skills/git/SKILL.md

Skill Metadata

Name
git
Description
Use when committing code, managing branches, pushing to remote, creating pull requests, or performing version control operations. Conforms to docs/reference/skill-routing-value-standard.md.

Git Skill

git remains a routing keyword for git-related requests, but this repository no longer maintains a Python local runtime under skills/git.

Status

  1. Python scripts, local pytest surfaces, and runtime-coupled templates were retired from this skill directory.
  2. skills/git is now metadata- and knowledge-only.
  3. Repository-local execution should use native git CLI flows or other app-owned/runtime-owned integrations outside skills/.

Boundaries

  1. Do not add new executable Python runtime files under skills/git.
  2. Future git execution surfaces must live outside skills/.
  3. Active documentation must not describe deleted local script paths as a live implementation path.

Retained Files

git/
├── SKILL.md
├── README.md
├── assets/
│   └── Backlog.md
└── extensions/
    └── sniffer/rules.toml