用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pnils08/GodWorld --skill godworld-post-publish命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Close a GodWorld external-lane session (Grok) cleanly: inventory work, land authorized commits if needed, rewrite only NEXT[grok] in SESSION_CONTEXT.md, commit that handoff path-specifically, report git stack / push status. Use when the user says session end, close session, handoff, wrap up, done for now, or runs /session-end. Not the Claude Code session-end skill (no PIN bump, no ROLLOUT sweep, no sessionEndMechanical.js).
Deputy Mayor Brenda Okoro's office. Generates operational statements on West Oakland Stabilization Fund, Community Development, and Economic Development (Osei-portfolio coverage). Carries Mayor's-office operational reality — not political framing.
Oakland Police Chief Rafael Montez. Generates public safety statements, OARI implementation responses, and crime data communications. Professional, measured, data-driven.
正在显示 SKILL.md
基于 SOC 职业分类
| name | godworld_post_publish |
| description | The official 4-step intake pipeline for publishing and ingesting GodWorld pieces into the canon engine. |
When the user asks to "post-publish" or ingest a finalized artifact, you must execute the following 4 steps in exact order.
Prerequisites:
.txt file (if the artifact is .md, the system often generates an identical .txt alongside it, or you must cp it to .txt for the wiki script).Upload the file to the target Google Drive folder.
node scripts/saveToDrive.js <absolute_path_to_file> <folder_id> --type <edition|supplemental|interview> --cycle <cycle_number>
Write any new citizens or businesses to the Simulation_Ledger. Crucial: You must use --apply to actually write to the sheets.
node scripts/ingestPublishedEntities.js <absolute_path_to_file> --cycle <cycle_number> --apply
Check the output to see if new candidates were appended. Note their new POP-IDs (e.g., POP-01023).
For EVERY new citizen successfully appended in Step 2, you must build their wiki card so they exist in the GodWorld Wiki.
node scripts/buildCitizenCards.js --name "<Citizen Full Name>" --apply
Extract the text memories and storylines and inject them into the engine. This script requires a .txt extension.
node scripts/ingestEditionWiki.js <absolute_path_to_file.txt> --type <edition|supplemental|interview> --cycle <cycle_number> --apply