update-changelog

Append dated decision entries to the Recent Updates & Decisions section of AGENTS.md.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/heikopanjas/agent-skills --skill update-changelog-heikopanjas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-changelog
Source: https://github.com/heikopanjas/agent-skills/tree/main/update-changelog
Command: npx skills add https://github.com/heikopanjas/agent-skills --skill update-changelog-heikopanjas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps a centralized, auditable record of project decisions and updates in AGENTS.md, ensuring traceability and context for future contributors.

Core Features & Use Cases

  • Centralized decision log in AGENTS.md for quick reference and onboarding.
  • Structured entries with date, time, and rationale to preserve project history.
  • Use Case: after a technology decision, add an entry under "Recent Updates & Decisions" with the decision details and version notes if applicable.

Quick Start

Add a new entry to AGENTS.md under the Recent Updates & Decisions section following the documented format.

Frequently Asked Questions about update-changelog

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

FAQPage Schema
How do I maintain a centralized changelog for project decisions in a markdown file?

To maintain a centralized changelog for project decisions in a markdown file, append entries to the Recent Updates and Decisions section of AGENTS.md. Include the ISO date, time, optional label, bulleted changes, and optional version information for an auditable record.

What is the best way to log project updates and decision history for future contributors?

The best way to log project updates and decision history for future contributors is using a structured entry format in AGENTS.md. Append decisions with a date, time, and concise description to preserve project context and ensure traceability for onboarding.

How do I format a new entry in the Recent Updates and Decisions section of AGENTS.md?

Format a new entry in the Recent Updates and Decisions section by appending the ISO date, time, optional label, a bullet list of changes, and optional version information. This structured format ensures project history remains auditable and easy to reference.

Can I track project management decisions and version notes across multiple projects?

Yes, you can track project management decisions and version notes across multiple projects. The skill works across projects by appending structured entries with dates, times, and concise descriptions to the end of each project's AGENTS.md file.

Why does my decision tracking log need structured timestamps and labels?

Your decision tracking log needs structured timestamps and labels to preserve project history with clear traceability. Including the ISO date, time, and optional labels ensures future contributors understand the context and rationale behind specific project updates.

When should I not use AGENTS.md for logging project documentation and updates?

You should not use AGENTS.md for logging project documentation if your workflow requires complex branching histories or non-text attachments. It is designed for concise, centralized decision tracking using structured text entries rather than comprehensive binary documentation.