JSPM

freegame

0.2.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 10
    • Score
      100M100P100Q63185F
    • License MIT

    Claude Code skill packs — installable agent playbooks for building things fast

    Package Exports

      This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (freegame) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

      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 pack

      Packs

      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 appointments

      Commands

      npx freegame list                        # show packs and install status
      npx freegame uninstall [pack]            # remove skills
      npx freegame help                        # show usage

      How it works

      Skills are copied to ~/.claude/skills/. Claude Code picks them up automatically — no restart needed.