Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GridPonder
GitHub 제작자 프로필

GridPonder

1개 GitHub 저장소에서 수집된 5개 skills를 저장소 단위로 보여줍니다.

수집된 skills
5
저장소
1
업데이트
2026-04-19
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

create-game
소프트웨어 개발자

Interactive session to design and implement a new GridPonder game pack from scratch. Proceeds in three phases: discovery questions, design approval, then full implementation (entity kinds, systems, rules, tiles, solver, levels). Works for concepts fitting the GridPonder DSL — deterministic, turn-based, single-player, perfect-information, 2D grid puzzle. Invoke with a concept ("create a sokoban-style game") or blank ("create game").

2026-04-19
create-level
소프트웨어 개발자

Create a new GridPonder level from scratch. Works for any game pack. Reads the game definition to understand entity kinds and mechanics, designs a level meeting the stated constraints, writes the JSON file, registers it in game.json, and runs the integration test to verify. Use a solver if one exists for the game. Arguments: <pack-id> <new-level-id> [design notes] e.g. "rotate_flip rf_004 4x4 grid, 8 moves, use all 4 colours".

2026-04-19
revise-level
소프트웨어 개발자

Analyse, redesign, or complete a GridPonder level. Reads the level JSON, evaluates design quality (aha moment, difficulty, gold path validity, cheap alternatives), then proposes and writes a revised version. Use when a level is incomplete, too easy, too hard, lacks an aha moment, or has mechanical errors. Arguments: <level-id> [notes]

2026-04-19
test-level
소프트웨어 품질 보증 분석가·테스터

Run an integration test for a specific GridPonder level. Navigates to the level, executes gold-path moves (all or N), takes a screenshot after every move, then analyses the sequence. Use when debugging a level's visual layout, animations, equipment mechanics, or win conditions. Arguments: <level-id> [num-moves] e.g. "fw_001 3" or "fw_005" (all moves).

2026-04-19
tile-gen
소프트웨어 개발자

Generate game tile or sprite images from a natural language description using local AI (SDXL-Turbo + pixel-art LoRA). Runs entirely on-device via MPS (Apple Silicon). Single tiles use text2img; animation sequences use img2img conditioning so all frames share the same character and palette. Arguments: <prompt> [--size N] [--count N] [--style STYLE] [--strength F] [--output DIR] [--name NAME]

2026-04-07
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다