Skip to main content
Run any Skill in Manus
with one click
GitHub repository

pxhopencode

pxhopencode contains 50 collected skills from kitajima2910, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
50
Stars
5
updated
2026-07-26
Forks
4
Occupation coverage
7 occupation categories · 100% classified
repository explorer

Skills in this repository

3d-web-experience
web-developers

Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Use when: 3D website, three.js, WebGL, react three fiber, 3D experience.

2026-07-26
game-art
special-effects-artists-and-animators

Game art principles — art style, color theory, animation principles, asset pipeline

2026-07-26
game-design
software-developers

Game design principles — core loop, GDD, player psychology, difficulty balancing, progression

2026-07-26
game-development
software-developers

Orchestrator game — route to implementation skill (pxhopencode) + principle-based sub-skill (agent-skills-hub)

2026-07-26
mobile-games
software-developers

Mobile game principles — touch input, battery, thermal, app stores, monetization

2026-07-26
multiplayer
software-developers

Multiplayer game principles — networking architecture, synchronization, security, matchmaking

2026-07-26
pc-games
software-developers

PC/Console game principles — engine selection, Steam integration, controller, optimization

2026-07-26
vr-ar
software-developers

VR/AR development principles — comfort, interaction, performance, spatial design

2026-07-26
web-games
web-developers

Web browser game principles — framework selection, WebGPU, PWA, audio handling, browser constraints

2026-07-26
ui-ux
web-and-digital-interface-designers

UI/UX design production — web (React/Tailwind), game HUD (Phaser/Three.js), tool (CLI). Priority-based categories (1-10), design system workflow, design tokens, pro-rules checklist.

2026-07-26
ais-agents
software-developers

AI Agent framework — tool registry, multi-step reasoning, memory, rate control. Không infinite loop, tự động timeout.

2026-07-26
ais-llm
software-developers

Tích hợp LLM production — chat, streaming SSE, function calling, cost tracking, retry, fallback. Không memory leak, tự động reconnect.

2026-07-26
ais-production
software-developers

Production AI — caching, rate limit, fallback model, monitoring, graceful degradation. Không crash khi API down.

2026-07-26
process-code-review
software-quality-assurance-analysts-and-testers

Dùng khi nhận hoặc yêu cầu code review — quy trình structured review cả 2 phía

2026-07-26
process-driven-development
software-developers

Dùng khi thực thi implementation plan với nhiều task độc lập trong cùng session — dispatch subagent mới cho mỗi task

2026-07-26
process-finishing-branch
software-developers

Dùng khi hoàn thành development branch — verify tests, clean history, tạo PR/report

2026-07-26
process-parallel-agents
software-developers

Dùng khi có 2+ task độc lập, không share state, có thể chạy song song

2026-07-26
process-systematic-debugging
software-developers

Dùng khi gặp bug, test failure, hoặc unexpected behavior — LUÔN tìm root cause trước khi fix

2026-07-26
process-tdd
software-quality-assurance-analysts-and-testers

Dùng khi implement feature hoặc bugfix — VIẾT TEST TRƯỚC, coi nó fail, rồi mới code

2026-07-26
process-verification
software-developers

Dùng trước khi claim work hoàn tất, fix xong, hoặc test pass — chạy verification command, đọc output, KHÔNG claim nếu chưa verify

2026-07-26
process-writing-plans
software-developers

Dùng khi có spec/requirements cho multi-step task, trước khi động vào code

2026-07-26
webs-backend
software-developers

Backend web production — Next.js App Router, Express, FastAPI, middleware, error handling, validation, rate limit.

2026-07-26
webs-frontend
web-developers

Frontend React production — component patterns, custom hooks, data fetching, bundle optimization. Core Web Vitals, 90+ Lighthouse.

2026-07-26
webs-testing
software-quality-assurance-analysts-and-testers

Testing web — Vitest unit test, integration test, Playwright E2E, MSW mock. Coverage > 80%, chạy song song, không flaky.

2026-07-26
vibe-memory
computer-occupations-all-other

Vibe Coding Memory Engine — dùng khi cần tra cứu/lưu knowledge project. Tự động load ở mỗi session.

2026-07-26
virtual-office
software-developers

Virtual Office — VSCode extension sidebar visualization with 2D cartoon agents in office environment. Real-time 4-tier architecture visualization.

2026-07-25
games-preview
web-developers

Live preview real-time cho game HTML5 (Phaser 2D, Three.js 3D, Isometric) — Vite HMR, hot-reload khi code thay đổi, browser auto-open. Dùng sau khi code xong feature, trước polish pipeline.

2026-07-22
ais-prompts
software-developers

Prompt engineering production — template system, versioning, A/B test, injection defense, cost-aware prompting.

2026-07-17
ais-rag
software-developers

RAG pipeline production — ingestion, chunking chiến lược, embedding, hybrid search, rerank. Không index trùng, search dưới 200ms.

2026-07-17
games-2d
software-developers

Game 2D với Phaser 3 — player, enemy, bullet pool, tilemap, HUD, animation. 60 FPS, object pool cho đạn/enemy.

2026-07-17
games-3d
software-developers

Game 3D với Three.js — lighting, FPS/TPS camera, shooting, enemy AI, LOD, instancing. 60 FPS, draw calls < 200.

2026-07-17
games-assets
software-developers

Free game assets + auto-download. 2D sprites, 3D models, 2.5D tiles, sounds, fonts. Animation-ready — idle/run/jump/attack/hurt/death states.

2026-07-17
games-audio
software-developers

Audio game — Web Audio API pool, spatial 3D, dynamic compression, format fallback. Không memory leak, tự động GC.

2026-07-17
games-core
software-developers

Game engine core — fixed-timestep loop, scene manager, asset loader, input handling. Nền tảng cho mọi thể loại game H5.

2026-07-17
games-deploy
software-developers

Game deploy pipeline — GitHub Pages, Itch.io Butler, Vercel. CI/CD tự động, zero-downtime, PWA-ready.

2026-07-17
games-isometric
software-developers

Game 2.5D Isometric — tile engine, coordinate conversion, depth sort, fog of war, pathfinding A*. Tối ưu cho map lớn 100×100.

2026-07-17
games-optimization
software-developers

Performance optimization cho game H5 — object pool, instancing, LOD, GC tuning, profiling. 60 FPS trên mobile.

2026-07-17
games-physics
software-developers

Physics & collision — AABB, spatial hash, raycast, response. Tối ưu cho hàng ngàn object, không overshoot.

2026-07-17
games-pwa
software-developers

PWA for game — manifest, service worker, offline support, app icons, install prompt. Game load < 3s trên 3G.

2026-07-17
games-testing
software-quality-assurance-analysts-and-testers

Game testing production — Vitest config, headless Phaser/Three.js test helpers, E2E game test patterns, performance benchmark, memory leak detection.

2026-07-17
Showing top 40 of 50 collected skills in this repository.