hackathon-git-master
Installation
SKILL.md
hackathon-git-master
Goal
Enforce a high-speed, conflict-free collaborative coding workflow suitable for 24–48 hour hackathons. Provide standard shell commands to set up the repository, handle branches without PR bureaucracy, and resolve merge conflicts instantly when they threaten the demo path.
Trigger Conditions
Use this skill when:
- Multiple developers are about to begin writing code concurrently (Phase 5).
- A merge conflict occurs that block development or deployment.
- You need a lightweight repository structure to avoid git overhead.
- Invoked at the start of Phase 5 (Build) right after
hackathon-repo-bootstrap, or when a conflict occurs during implementation.