一键导入
update-zskills
Maintain this Codex port of Z Skills by checking upstream changes, refreshing references/support assets, and preserving Codex-native wrappers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Maintain this Codex port of Z Skills by checking upstream changes, refreshing references/support assets, and preserving Codex-native wrappers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate short, simple sprite animations from natural-language prompts by using imagegen2 for raster frame candidates, agentic frame review for pose and continuity, and local anim8gen tools for alignment, validation, contact sheets, previews, and package reports. Requires the imagegen2 skill.
Generate or edit game-oriented raster assets using OpenAI gpt-image-2 through a bundled zero-dependency CLI. Use for sprites, tiles, icons, portraits, UI assets, backgrounds, reference-image edits, and iterative visual variants when the output should be a bitmap asset saved into the project.
Add a new block type to a block-diagram style app with runtime behavior, UI/editor integration, serialization, tests, docs, examples, and verification.
Create a complete example model for one or more block types, including model layout, registration, tests, screenshots, docs, and verification.
Generate a project status briefing from git state, plan reports, open checkboxes, recent commits, and worktrees when the user asks for status, current work, reports, or cleanup readiness.
Safely commit only the relevant current changes, protecting unrelated user or agent work; also handle requested push, land, or PR follow-through.
| name | update-zskills |
| description | Maintain this Codex port of Z Skills by checking upstream changes, refreshing references/support assets, and preserving Codex-native wrappers. |
These Z Skills are native Codex workflows derived from github.com/zeveck/zskills at commit 14dea81da487b2904ea7d69a27295f1869206cdf. They are invoked by natural language or by naming the skill; examples that look like slash commands are only shorthand for the skill name.
Use Codex behavior first:
CronCreate, CronList, CronDelete, Agent/Task tool syntax, allowed-tools, .claude/settings.json, or automatic Claude hooks.git worktree commands. Do not rely on an isolation: "worktree" parameter..agents/zskills-config.json first, then project zskills-config.json, then legacy .codex/zskills-config.json, then legacy .claude/zskills-config.json only if already present. Do not create new .claude runtime config for Codex..agents/zskills-support by default. Use project-local scripts/* first; fall back to $CODEX_HOME/zskills-support only for explicit global installs or legacy setups.Detailed upstream text is archived in references/upstream-claude-adapted.md for edge cases and future diffs. Load it only when the concise workflow below is insufficient.
This is a Codex maintenance workflow for the installed port. It is not the upstream Claude Code installer.
github.com/zeveck/zskills-codex to a temporary location and record the distribution commit..agents/skills, .agents/zskills-support, .agents/zskills-config.json, and install docs against the installed Codex copy..agents/README.md, updating it to the new zskills-codex commit after refresh.references/upstream-claude-adapted.md for changed skills and refresh .agents/zskills-support assets in project-local installs, or $CODEX_HOME/zskills-support assets in explicit global installs..claude/settings.json, no Claude hooks as runtime config, no Claude cron tools, no allowed-tools frontmatter..agents/zskills-support/tests/runner/run.sh or $CODEX_HOME/zskills-support/tests/runner/run.sh: all, plus any slow/optional cases called out by the current runner plan. At minimum this must cover multi-chunk finish auto, direct unattended refusal, cherry-pick completion evidence, PR dry-run immutability, tracking/report gates, post-run invariants, no-progress blocking, stale worktree refusal, dirty artifact blocking, missing report/verifier markers, nonzero child exit, and timeout/idle-timeout stops.finish, tracking marker enforcement, report landing, final verification, CI fix cycle where feasible, and at least one failure-injection stop.When adapting a project to use Z Skills, ensure .zskills/tracking/ is ignored by git. Tracking markers are runtime gates, not source artifacts. Reports under reports/ are project artifacts unless the repository uses a different report convention.
Treat support scripts as Codex-native only after inspection confirms they do not require Claude hooks or .claude runtime state. Archive Claude-only behavior in references instead of exposing it as active Codex behavior.
The installed external runner is Codex-native support code, not upstream Claude runtime. When upstream refreshes support assets, preserve .agents/zskills-support/scripts/zskills-runner.sh or $CODEX_HOME/zskills-support/scripts/zskills-runner.sh and its tests unless deliberately updating them with equivalent or stronger canary coverage.
Do not copy upstream update-zskills instructions directly into active Codex behavior. Do not create .claude project config for Codex unless the user explicitly wants legacy compatibility files.