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