Skip to main content
kyh
GitHub creator profile

kyh

Repository-level view of 55 collected skills across 5 GitHub repositories.

skills collected
55
repositories
5
updated
Aug 23, 2026
repository explorer

Repositories and representative skills

animated-spritesheets
special-effects-artists-and-animators

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,…

Aug 21, 2026
aseprite
special-effects-artists-and-animators

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.

Aug 21, 2026
asset-pipeline
special-effects-artists-and-animators

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…

Aug 21, 2026
pixel-snapper
special-effects-artists-and-animators

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…

Aug 21, 2026
skill-creator
computer-occupations-all-other

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…

Aug 21, 2026
threejs
web-developers

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,…

Aug 19, 2026
playtest
software-quality-assurance-analysts-and-testers

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…

Aug 19, 2026
image-to-threejs
software-developers

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…

Aug 17, 2026
Showing 8 of 36 collected skills.
update-all
unclassified

Update all packages to latest across all projects defined in ~/.zshrc pupa(). Handles breaking changes, fixes build failures, and commits per project. Smarter version of the pupa() shell function. Use when you want to bulk-update dependencies.

Aug 16, 2026
release
software-developers

Bump, build, publish, tag, and changelog the publishable npm packages in this monorepo — `kyh` (CLI), `@kyh/skills`, and the lockstep config pair `@kyh/eslint-config` + `@kyh/tsconfig`. Skips packages with no changes since their last release. Use when the…

Jul 25, 2026
librarian
software-developers

Multi-repository codebase exploration. Research library internals, find code patterns, understand architecture, compare implementations across GitHub/npm/PyPI/crates. Use when needing deep understanding of how libraries work, finding implementations across…

Jul 22, 2026
pr-lifecycle
software-developers

Monitor a PR for bot review comments (Claude, Cursor, Copilot, etc.), address all feedback, push fixes, and repeat until clean. Use when you want to babysit a PR through automated review cycles. Accepts optional PR number or URL as argument.

Jul 22, 2026
push
software-developers

Commit and push changes. If on main, pushes directly. If on a branch, pushes and creates a PR. Use when you want to commit and ship changes.

Jul 22, 2026
simplify-lifecycle
software-developers

Full architecture sweep that finds and fixes simplification opportunities in a loop until convergence. Analyzes the entire app structure, removes dead code, flattens unnecessary abstractions, consolidates duplicates, and simplifies over-engineered patterns.…

Jul 22, 2026
sync-conventions
software-developers

Audit and fix convention drift across all projects defined in ~/.zshrc pupa(). Checks tooling choice (oxlint/oxfmt vs eslint/prettier), oxlint type-safety rules, script consistency, tsconfig, stale config references, database tooling (drizzle push scripts +…

Jul 22, 2026
architect
software-developers

Senior engineering advisor for code reviews, architecture decisions, complex debugging, and planning.

Jun 4, 2026
Showing 5 of 5 repositories
All repositories loaded