By shmulc8
Turn a packaged Codex pet (pet.json + spritesheet.webp) into a playable, customizable side-scrolling platformer that ships as a self-contained static site, with themed art generation and one-command Netlify deploy.
Turn a packaged Codex pet (the output of hatch-pet — pet.json + spritesheet.webp) into a playable, customizable side-scrolling platformer, then deploy it to Netlify in one command.
The pet's fixed 8×9 / 192×208 sprite atlas drives the player character. You theme the world (palette, labels, difficulty), optionally generate matching art with the OpenAI Images API, and the builder assembles a self-contained static site — index.html + game.js + styles.css + assets/, no build step and no backend.
Packaged as both a Codex plugin and a Claude Code plugin.
Two pets, two themes, same skill:
| Guardian — neon crystal cavern | AI Superhero — futuristic AI metropolis |
|---|---|
![]() | ![]() |
Live demo: https://shmulik-ai-superhero.netlify.app
OPENAI_API_KEY, or a Codex API-key login) + curl — only to generate custom art.netlify-cli (+ netlify login) — only to deploy./plugin marketplace add shmulc8/codex-pet-platformer
/plugin install pet-platformer@codex-pet-platformer
codex plugin marketplace add shmulc8/codex-pet-platformer
Then enable pet-platformer from the Codex Plugins menu and restart Codex.
skills CLI)The skill follows the open Agent Skills
standard, so Vercel's skills CLI can
install it into any of its 50+ supported agents:
# install for Claude Code and/or Codex (-g for global)
npx skills add https://github.com/shmulc8/codex-pet-platformer/tree/main/skills/pet-platformer -a claude-code -a codex
You need a packaged pet first (run the hatch-pet skill). Pets live at
${CODEX_HOME:-$HOME/.codex}/pets/<id>/.
SKILL_DIR=skills/pet-platformer
# 1. (Optional) theme it — copy and edit the starter config
cp $SKILL_DIR/templates/game-config.example.json game-config.json
# 2. (Optional) generate themed art (needs OPENAI_API_KEY)
python3 $SKILL_DIR/scripts/generate_assets.py \
--pet <pet-id> --config game-config.json --out generated-assets \
--keys background,collectible,walker
# 3. Build the static site
python3 $SKILL_DIR/scripts/build_game.py \
--pet <pet-id> --config game-config.json \
--output-dir <pet-id>-site --force
# 4. Run locally
cd <pet-id>-site && python3 -m http.server 8000 # open http://localhost:8000/
The output (index.html, game.js, styles.css, assets/) is fully
self-contained — serve it with any static server or host.
The output is a static site (relative paths, no backend), so it deploys
anywhere. A one-command Netlify helper is included (needs netlify-cli +
netlify login):
skills/pet-platformer/scripts/deploy_netlify.sh \
--dir <pet-id>-site --name <pet-id>
First run creates https://<pet-id>.netlify.app; re-run with --site <id> (or
NETLIFY_SITE_ID) to redeploy. Run with --help for all options. The bundle
also works on GitHub Pages or any other static host unchanged.
--petdex <slug> pulls a pet straight from the PetDex
gallery — the builder calls the PetDex manifest API
(https://petdex.crafter.run/api/manifest), downloads the pet's pet.json and
spritesheet.webp, and renders it as the playable character:
python3 skills/pet-platformer/scripts/build_game.py --petdex boba --output-dir boba-site
A ready-to-submit /built-with entry is
prepared at docs/petdex-submission.json.
Apache-2.0. This skill consumes the output of and reuses reference material from
OpenAI's hatch-pet
skill; see skills/pet-platformer/references/ and LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub shmulc8/codex-pet-platformer --plugin pet-platformerUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.