一键导入
gf-export
Export your game design deliverables in various formats
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export your game design deliverables in various formats
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Show Game Forge project progress with pipeline visualization
Resume a Game Forge project with full context restoration
Stage 1: Co-create your game concept document chapter by chapter
Stage 2: Expand your concept into detailed, traceable system designs
Stage 3B: Fill your data tables with balanced values
Stage 4: Produce art, UI/UX, and tech specifications
| name | gf-export |
| description | Export your game design deliverables in various formats |
| disable-model-invocation | true |
| allowed-tools | ["Read","Bash"] |
Run:
node bin/gf-tools.cjs init progress
project_exists is false: Display "No Game Forge project found. Run /gf:new-game to start." Stop.complete. If no stages are complete: Display "Export requires at least one completed stage. Start with /gf:concept." Stop.Check if data schema tables exist:
ls .gf/stages/03a-data-schema/tables.md 2>/dev/null && echo "EXISTS" || echo "NOT_FOUND"
If tables.md exists (data_schema stage is in_progress or complete):
Run CSV export:
node bin/gf-tools.cjs data-schema export-csv
Display: "Exported {files_written} CSV config files to .gf/stages/03a-data-schema/configs/."
The CSV files are RFC 4180 compliant with UTF-8 BOM prefix for Excel compatibility. Each CSV contains:
If tables.md does NOT exist:
Display: "Data schema not yet generated. Run /gf:data-schema to generate schema and CSV exports."
Additional export formats (PDF, markdown bundle, structured data packages) will be available in Phase 6 for sharing complete game design deliverables with development teams.
node bin/gf-tools.cjs progress full
Display the progress output to the user.