skills/skills.volces.com/script-git-manager

script-git-manager

Installation
SKILL.md

Script Git Manager Skill

This skill enforces a strict, deterministic workflow for creating and modifying scripts, using Git as the sole state memory. It is designed to prevent accidental file creation, uncontrolled refactors, and loss of history.


Scope

  • Base directory: ~/.nanobot/workspace/test
  • Python virtual environment: ~/.nanobot/workspace/venv
  • One script = one directory = one git repository
  • Git is mandatory and authoritative

Python Environment

Installs
5
First Seen
Mar 31, 2026
script-git-manager from skills.volces.com