用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill terminal-changelog命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | terminal-changelog |
| description | >- Use when this capability is needed. |
Add user-facing changelog entries as terminal documents in data/worlds/mansion.rec.
Find the latest terminal document with a commit reference
grep -n "update as of" data/worlds/mansion.rec
Extract the commit hash from the most recent entry.
Fetch origin/master and get commits since that reference
git fetch origin master
git log <commit>..origin/master --oneline --reverse
Analyze feature commits - Skip dependabot/CI bumps. For significant commits:
git show <hash> --stat --format="%B" | head -50
Write the terminal document following the format below
Validate
just entities
Id: terminal_inbox_<topic>
Name: INBOX - <Subject Line>
Prototype: terminal_document
Room: office
Container: office_terminal
DescriptionLong: ```
+ FROM: frizzle@mudd.local
+ TO: team@mudd.local
+ SUBJECT: <Subject Line>
+ DATE: <YYYY-MM-DD>
+ ----------------------------------------
+
+ (update as of <full-commit-hash>)
+
+ <Body content - each line starts with "+ ">
+
+ -Frizzle
+ ```
Insert after the previous terminal_inbox entry, before # Gallery entities.
Focus on user-facing changes:
/pay, /use, etc.)Include gameplay tips:
Tone: Casual dev update from Frizzle. Excited about new features, hints at what's coming.
Skip: Internal refactors, CI updates, dependency bumps, bug fixes unless player-visible.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
基于 SOC 职业分类