Skip to main content

kyh/vibedgames

SkillsMP a collecté 36 skills depuis kyh/vibedgames. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
36
Étoiles GitHub
55
Forks GitHub
13

Affichage de 36 skills collectés sur 36.

métier
Artistes en effets spéciaux et animateurs
description

Turn a character anchor into an engine-loadable animated spritesheet by generating ONE labeled pose-board image (a grid of the same character in the frames of an action) and slicing it. Works for any action — idle, run, jump, attack, hurt, crouch, death,…

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

Infer structure/metadata from Aseprite files (.ase/.aseprite; common typo .aes): parse headers/frames/chunks (layers, cels, tags, slices, palettes, tilesets), compute durations/bounds, and generate JSON for engines/tools.

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

Asset pipeline utilities for 2D game projects: validate an asset manifest against PNGs on disk, probe sprite sheets/tilesets to find non-empty grid frames, and report PNG dimensions. Use when adding/updating art, debugging missing/unused assets, auditing…

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

Recover the true low-resolution pixel grid from upscaled or AI-generated fake pixel art PNGs. Use for snap-to-grid cleanup, native-resolution sprite assets, palette-quantized game art, and known-layout spritesheets. Bundles self-contained Node scripts (no…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Enhanced skill creation framework emphasizing philosophy-first design, anti-pattern prevention, and variation encouragement. Use when creating new skills, improving existing skills, analyzing skill quality, or when users request help designing effective…

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Build 3D browser apps AND games with Three.js (r150+, ES modules): scene setup, geometries, materials, lighting, animation, GLTF models, physics (Rapier/cannon-es/arcade), character controllers, follow/third-person cameras, fixed-timestep loops,…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Drive a real browser to play a game and prove it works — smoke checks, scripted bot playtests, softlock detection, canvas/WebGL determinism, screenshots and visual diffs — via `vg playtest` (agent-browser). Use for canvas/WebGL games (Phaser, Three.js) and…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

REQUIRES `uv` + Python 3.12 and a one-time `git clone` — unlike the other asset skills, this one is not Node-only. Turn a generated reference image into a rigged, procedural Three.js prop — code, not a mesh file. Generate ONE clean product-shot reference with…

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

Generate 2D pixel art game assets, characters, sprite sheets, background removal, and game backgrounds. Trigger for "pixel art character", "sprite sheet", "walk cycle", "game sprites", "isometric sprites", "side-scroller assets", "RPG character sprites",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Deploy browser games to vibedgames. Use when the user wants to deploy, publish, ship, or host a game — especially static HTML/JS games built with Vite, Phaser, Three.js, or plain HTML. Triggers on: 'deploy this game', 'publish my game', 'ship it', 'host…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Bump, build, publish, tag, and changelog vibedgames npm packages — `vibedgames` (CLI), `@vibedgames/multiplayer`, and/or `@vibedgames/gamepad`. Skips packages with no changes since last release. Use when the user wants to ship a new version. Args optional:…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

The end-to-end recipe for building a GREAT browser game from a one-line idea, plus the craft checklist that separates a tech demo from something fun. Use when the user says 'make a game', 'build a [genre] game' ('make a pixel art top-down slasher', 'build a…

Langue du texte source : anglais

mis à jour
métier
Enseignants postsecondaires, autres
description

Teach the user end-to-end browser game development over multiple sessions — design, engine, art, audio, juice, multiplayer, shipping — by building real games together. Use when the user wants to LEARN to make games themselves: 'teach me game development', 'I…

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

Build consistent character designs and character media with `vg generate`. Use this for original characters, reference sheets, expression sheets, outfit variations, identity-preserving edits, and character-to-video workflows.

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

Design cinematic image and video prompts for `vg generate`. Use this for shot language, camera movement, lighting, lens choices, color grade, film texture, scene blocking, and production-ready visual direction.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use the `vg generate` CLI to search, inspect, run, and manage 1200+ generative model endpoints. Trigger when the user asks to "generate an image", "make a video", "search models", "run a model", "fetch schema", "check pricing", "upload an asset", "queue async…

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

Design and execute multi-step media workflows with `vg generate` — both opinionated use-case recipes and custom pipelines. Use for any production that needs more than a single endpoint call: "make a commercial", "ad creative", "product photography",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Choose the right model endpoint for a given task, and the default endpoint IDs the production skills (character-design, cinematography, storytelling, pixel-art, regenerate-3d, media-workflow) use when the user has not named a model. Modality-organized catalog…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Model-family-specific prompt craft for model endpoints. Trigger when the user mentions a specific model family by name and asks how to prompt it ("how do I prompt Kling", "GPT Image 2 prompt structure", "Happy Horse tips"), or when prompts to a routed…

Langue du texte source : anglais

mis à jour
métier
Monteurs de films et de vidéos
description

Build multi-shot narrative image, video, and audio workflows with `vg generate`. Use this for storyboards, shot lists, multi-prompt video, first-frame to last-frame pipelines, social stories, brand films, and sequence continuity.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Fork another vibedgames project's source to build on it, and ship your own source so others can fork you. Use when the user wants to remix, fork, clone, or build on top of an existing deployed game, or asks how source-on-deploy works. Triggers: 'fork [slug]',…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Add multiplayer to browser games using @vibedgames/multiplayer. Use when the user wants to add multiplayer, real-time sync, shared state, player state, or co-op/PvP to a web game. Triggers on: 'make it multiplayer', 'add multiplayer', 'sync between players',…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Interview the user relentlessly about the game they want to make until the idea is build-ready, resolving each branch of the design tree one question at a time. Use when the user has a fuzzy or one-line game idea and wants to flesh it out before building:…

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Build and ship Three.js apps on Capacitor iOS with Vite and Swift Package Manager: GLTF loading, assets_index animation UI, OrbitControls mouse/touch mappings, and iOS sync/run troubleshooting.

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Build 2D browser games with Phaser 4: scene lifecycle, sprites, Arcade/Matter physics, tilemaps, WebGL rendering, filters, lighting, shaders, DynamicTexture/RenderTexture, SpriteGPULayer, TilemapGPULayer, and Phaser 3 to 4 migration. Trigger: phaser, phaser…

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

2D game animation craft — timing & spacing, frame budgets per clip (idle/walk/run/attack/death), the responsiveness-vs-weight contract, cancel windows, smears, silhouette readability, secondary motion — from Williams' Survival Kit, Mariel Cartwright's…

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

Structured game-design critique: review a game through Schell's design lenses, Wright's systems-and-emergence lenses, and the MDA framework, producing severity-ranked findings with concrete fixes. Use when the user asks 'is my game fun?', 'review my game…

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

Deep game-feel and juice reference — input forgiveness windows, movement curves, movement depth & player expression, hit stop, trauma-based screen shake, squash & stretch, camera kick, audio feel — with concrete numbers from the canonical sources (Swink,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Level, wave, and arena design patterns from the canon (Nintendo's kishōtenketsu, Scott Rogers' Disneyland weenies, Celeste's room design, Valve's experiential density) — structure, pacing, teaching through geometry, guiding the eye, wave grammar for endless…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Real-time 2D VFX cookbook — layered explosions, hit sparks, muzzle flashes, trails, smoke, pickups, heals, shockwaves, weather — with particle parameter recipes, color/readability rules, and mobile-browser performance budgets, from Diablo's VFX talk, Riot's…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Game interface craft — HUD zoning and hierarchy, fixed-width numerals, alert-color roles, meters over stat cards, menu/overlay states, touch controls (44px targets, safe-area insets, pointer-release handling) — for Phaser, Three.js, and DOM overlays. Use…

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Build a fully-interactive 3D character-selector experience powered entirely by `vg generate`. Generates stylized characters (FLUX.2 / GPT-Image-2), rigged animated GLBs (Meshy v6), themed companion creatures, per-character PATINA floor textures, looped…

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Add on-screen touch controls (virtual joystick + buttons) to browser games using @vibedgames/gamepad. Use when the user wants mobile/touch controls, a virtual joystick or d-pad, on-screen action buttons, or to make a desktop game playable on phones. Triggers…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Scope-cutting and shipping discipline from Derek Yu's 'Finishing a Game' and 'Death Loops', jam culture, and veteran shipping practice — diagnose why a game project stalled, cut to a shippable core, define a binary finish line, ship it. Use when: a game…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Game systems, loops, economy and balance math — core-loop construction, sources/sinks, cost & power curves with real formulas, loot tables, pity timers, prestige math, dominant-strategy audits — from Schreiber's Game Balance Concepts, Daniel Cook's skill…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

First-30-seconds design, invisible tutorials, difficulty curves, failure/retry loops and assist modes for link-shared browser games — distilled from George Fan's PvZ tutorial rules, Jenova Chen's flow thesis, Koster's Theory of Fun, Juul's Art of Failure, and…

Langue du texte source : anglais

mis à jour
Affichage de 36 skills collectés sur 36.