Documentation Maintenance Skill

Update changelogs, version files, and technical markdown documents after code changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/EverHouse/everclubapp --skill documentation-maintenance-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Documentation Maintenance Skill
Source: https://github.com/EverHouse/everclubapp/tree/main/.agents/skills/documentation-maintenance
Command: npx skills add https://github.com/EverHouse/everclubapp --skill documentation-maintenance-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that project documentation, including changelogs and version information, is consistently updated whenever code behavior changes, preventing outdated or inaccurate information.

Core Features & Use Cases

  • Changelog Management: Automatically adds new entries to src/data/changelog.ts with appropriate versioning (patch, minor, major).
  • Version Synchronization: Updates src/data/changelog-version.ts to reflect the latest changes.
  • Technical Documentation Updates: Modifies replit.md with version numbers, recent changes, and architectural updates.
  • Custom Skill Integration: Provides a mechanism to update related custom skills when necessary.
  • Use Case: After fixing a bug in the booking system, this skill will automatically add a "Fix: Your booking now confirms faster" entry to the changelog and update the version number displayed in the app.

Quick Start

Update the project documentation to reflect the latest code changes.

Frequently Asked Questions about Documentation Maintenance Skill

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

FAQPage Schema
How do I keep changelog documentation in sync with code updates?

To keep changelog documentation in sync with code updates, you need a process that automatically modifies changelog files and version numbers whenever code behavior changes, preventing outdated technical records.

How does version bumping work for patch, minor, and major releases in documentation?

Version bumping for documentation applies semantic versioning logic to categorize code modifications into patch, minor, or major releases, ensuring the version files accurately reflect the scale of the underlying technical changes.

What is the best way to automate changelog entries after a bug fix?

Automating changelog entries after a bug fix involves injecting formatted records directly into project data files, capturing the specific code modification and updating the displayed application version number simultaneously.

Can I update technical markdown files and version files together after code modifications?

Yes, you can update technical markdown files and version files together by synchronizing architectural updates, recent changes, and version numbers into documents like replit.md and version data files following code modifications.

Does documentation maintenance support custom skill integration updates?

Yes, documentation maintenance supports custom skill integration by providing a dedicated mechanism to trigger updates in related custom skills whenever the core project documentation and version information change.

When do I need to update version synchronization files in my software project?

You need to update version synchronization files whenever you implement code modifications that alter application behavior, ensuring the latest version data accurately tracks the current state of your software project.