freegame
v0.2.0
Published
Claude Code skill packs — installable agent playbooks for building things fast
Maintainers
Readme
freegame
Claude Code skill packs. Install agent playbooks that teach Claude how to build things the way you like.
Install
npx freegame # install all packs
npx freegame camo-cf-webdev # install a specific packPacks
camo-cf-webdev
Full-stack Cloudflare Workers app from a single prompt. Installs /do-it-like-cam.
Stack: Hono + React + Vite + D1 + Bun monorepo, single wrangler.jsonc
What it builds:
- Two-package workspace (
api/+ui/) - Hono v4 backend with typed bindings, CORS, health check, error handling
- React 18 + Vite 6 frontend compiled to
dist/ run_worker_first: ["/api/*"]routes API to worker, SPA fallback for everything else- D1 database provisioned and migrated
- SEO metadata, JSON-LD, robots.txt, sitemap.xml, llms.txt
- Frontend built with distinctive design (not generic AI slop)
Usage in Claude Code:
/do-it-like-cam pet-tracker A dashboard for managing pet grooming appointmentsCommands
npx freegame list # show packs and install status
npx freegame uninstall [pack] # remove skills
npx freegame help # show usageHow it works
Skills are copied to ~/.claude/skills/. Claude Code picks them up automatically — no restart needed.
