用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pnils08/GodWorld --skill godworld-sync命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
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.
| name | godworld-sync |
| description | Sync GodWorld cycle exports to local SQLite database |
| triggers | ["manual","watch:exports/manifest.json","schedule:0 * * * *"] |
Monitors the exports/ folder for new cycle data and syncs to local SQLite for fast querying. This is the foundation for all other GodWorld skills.
exports/manifest.json to detect new cyclescycle-XX-context.json for the latest cyclecycles (city state, risk flags)citizens (active citizens, mention tracking)initiatives (civic outcomes)sync_state to track progress| Trigger | When |
|---|---|
manual | Run "sync godworld" |
watch:exports/manifest.json | When manifest changes (new cycle exported) |
schedule:0 * * * * | Every hour as backup |
{
"godworld": {
"exportsPath": "./exports",
"dbPath": "./godworld/godworld.db"
}
}
{ cyclesSynced: number, recordsUpdated: number }better-sqlite3 (npm package)schemas/godworld.sql