godot
Godot Engine Skill
When to Use This vs Others
- Use this (
godot) for hands-on Godot engine execution: Scene/Node architecture, GDScript coding, export/debug workflows. - Use
game-designwhen you need to define the game concept, loops, and system design before implementation. - Use
game-dev-rust-godotwhen you need full pipeline governance across assets/tests/shipping, not only engine-specific guidance.
Godot 4.x 게임 엔진 개발을 위한 종합 가이드. 프로젝트 생성부터 빌드, GDScript 코딩, Scene/Node 시스템, 2D/3D 게임 제작까지 전 과정을 지원합니다.
🚀 Quick Start
신규 프로젝트 생성 (CLI)
# MiniPC에서 실행 (Godot 4.6 설치됨)
cd $HOME/
godot4 --headless --path . --create-project "MyGame"
More from kjaylee/misskim-skills
ralph-loop
AI 자율 구현 방법론. 구현/개발/코딩 요청 시 자동 적용. 메인은 마더 서브에이전트를 spawn하고, 마더가 워커들을 관리. specs/ → IMPLEMENTATION_PLAN.md → 1태스크씩 구현 → 2단계 리뷰 → 테스트 → 반복.
21playwright-testing
Test web applications and games using Playwright on MiniPC. Use when verifying frontend functionality, debugging UI behavior, capturing screenshots, or QA testing games. Supports headless browser automation via nodes.run or browser.proxy.
2subagent-dev
Execute implementation plans using fresh subagents per task with two-stage review (spec compliance + code quality). Use when executing multi-task plans with independent work units. Enhances ralph-loop methodology.
2game-marketing
텔레그램 Mini App 게임 마케팅 플레이북. 새 게임 런칭 시 로드하여 단계별 실행. 홍보 채널 세팅, 바이럴 메카닉, 수익화, 자동화까지 커버.
2game-video-ad-pipeline
FFmpeg 기반 $0 게임 광고 영상 자동 생성 스킬. 게임 ID(steam app id)로 스크린샷 자동 수집 → 템플릿 스타일(액션/퍼즐/아이들) 적용 → 텍스트 오버레이 포함 15~30초 MP4 출력.
2openclaw-mem
Local-first RAG memory system for AI agents. Progressive Disclosure search, Auto-Capture from sessions, Brain directories for per-project context, injection defense.
2