terminal-changelog

Generate in-game terminal changelog entries from Git commit history.

3|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/frizzle-chan/mudd --skill terminal-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terminal-changelog
Source: https://github.com/frizzle-chan/mudd/tree/main/.claude/skills/terminal-changelog
Command: npx skills add https://github.com/frizzle-chan/mudd --skill terminal-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating user-facing changelog entries for the game, ensuring players are informed about new features and changes in a consistent, in-game format.

Core Features & Use Cases

  • Automated Changelog Generation: Creates terminal documents in the game world based on recent Git commits.
  • Commit Analysis: Filters and analyzes Git commit history to identify user-facing changes.
  • Use Case: After pushing new features, use this Skill to automatically generate an "INBOX" message in the game's office terminal, detailing the new additions for players to read.

Quick Start

Use the terminal-changelog skill to write a changelog entry for the latest game updates.

Frequently Asked Questions about terminal-changelog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate in-game changelog entries from Git commit history?

To generate in-game changelog entries from Git commit history, use a skill that fetches commit data via Git commands, analyzes user-facing changes, and formats them into terminal documents for player awareness.

Can I automate MUD game update documentation using Git commits?

Yes, you can automate MUD game update documentation by filtering Git commit history to identify new commands, items, and locations, then converting them into an in-game terminal changelog format.

What is the REC format for terminal documents in game development?

The REC format for terminal documents is a specific structure required to display changelog entries in-game, ensuring that gameplay mechanics and new additions are consistently documented for players to read.

Does this changelog automation work without manual commit filtering?

No, the process requires Git commands to fetch and analyze commit data, meaning the system automatically filters user-facing changes from the history but needs a Git repository to function correctly.

How do I create an INBOX message for new MUD game features?

You can create an INBOX message for new MUD game features by running the changelog generation process after pushing updates, which automatically details new additions in the game's office terminal.

What is the best way to document game updates in an in-game terminal?

The best way to document game updates in an in-game terminal is to automate changelog generation from Git commit history, ensuring players receive consistent notifications about new features and changes.