Claude-skill-registry hackathon-rules
Enforces Hackathon II rules, phases, and evaluation constraints.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/hackathon-rules-hamzashakoor119-build-todo-app-using" ~/.claude/skills/majiayu000-claude-skill-registry-hackathon-rules && rm -rf "$T"
manifest:
skills/data/hackathon-rules-hamzashakoor119-build-todo-app-using/SKILL.mdsource content
Hackathon II Rules
Mandatory Constraints
- All code must be generated via Claude Code
- No manual edits allowed
- Every feature requires specs
- Phases must be followed sequentially
Phases
- Phase I – Python CLI Todo (In-memory)
- Phase II – Web App
- Phase III – AI Agent / Chatbot
- Phase IV – Kubernetes (Minikube)
- Phase V – Cloud-Native Deployment
Evaluation Focus
- Spec quality
- AI-first workflow
- Reusable intelligence (skills, agents)
- Architectural clarity
Violating these rules risks disqualification.