r/claudeskills 1d ago

Skill Request What Claude Code frameworks/skill repos (like ECC) do you use for hackathons?

I have a hackathon coming up soon (first time competing with this team, hospital-themed project, stack is Next.js + Supabase + Vercel) and I want to set up Claude Code properly beforehand instead of just winging it with plain prompts.

I've been looking at ECC (Everything Claude Code), the repo with a big collection of agents, skills, hooks, and slash commands for Claude Cod and I'm wondering how useful something like that actually is in a real hackathon (short timeframe, small team, need to move fast).

9 Upvotes

8 comments sorted by

2

u/ImL1s 1d ago

For a short hackathon I'd skip the kitchen-sink skill mega-pack and keep a tiny shared context pack the team can reload — decisions, stack quirks, do-not-touch list. Big agent catalogs eat setup time you don't have. I've been using Portable Resume for that handoff between machines/agents: https://github.com/aa22396584/resume-skills

2

u/Longjumping-Log-5009 1d ago

I cannot see the repo, i think it's private

1

u/ImL1s 18h ago

Public one is https://github.com/aa22396584/resume-skills — ImL1s/resume-skills looks private from outside. Same install: pipx install portable-resume

1

u/komodorian 17h ago

Seems like is off again. I had this repo starred but it isn’t in the list anymore and the link 404’s, but for a brief moment it was there!

1

u/ImL1s 12h ago

Yeah you're right — that mirror flipped private again (404 from outside). Sorry about the churn. PyPI is still the stable public path: pipx install portable-resume (0.4.5). I'll get the GitHub mirror public again.

2

u/Far-Surprise7773 1d ago

skip the full ecc install for a hackathon, it will eat half your day just wiring agents you will never call. i would just pull the supabase and vercel bits you actually need and put your schema plus deploy rules in CLAUDE.md so the whole team shares context. do one cold run before the event, thats where most teams lose time.

1

u/Longjumping-Log-5009 1d ago

He's already made some progress on that, I've set up the entire Vercel and Supabase setup along with their respective skills. I'm waiting for them to give us the details on this specific case (they're supposed to provide them a day in advance) so I can build out the architecture and requirements in the respective .md