agentsclimarketplace

Product changelog

Skill marktantongco/opencodelinux/skills/product-changelog

Merged opencode config + agents + accomplishments showcase β€” 217 skills, 17 agent profiles, 6 MCP servers, 78-server registry

Install
npx -y skills add marktantongco/opencodelinux --skill product-changelog

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Product changelog and release notes that users actually read. Covers categorization, user-facing language, visuals, and distribution. Use for: release notes, changelogs, product updates, feature announcements, versioning. Triggers: changelog, release notes, product update, version notes, what's new, feature announcement, product changelog, update log, release announcement, version release, product release, ship notes

SKILL.md

8.7 KB, as published. Nobody here has run it

Install the belt CLI skill: npx skills add belt-sh/cli

Product Changelog

Write changelogs and release notes that users read and care about via inference.sh CLI.

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

# Generate a feature announcement visual
belt app run falai/flux-dev-lora --input '{
  "prompt": "clean product UI screenshot mockup, modern dashboard interface showing a new analytics chart feature, light mode, minimal design, professional SaaS product",
  "width": 1248,
  "height": 832
}'

Entry Format

The Anatomy of a Good Entry

### New: Bulk Export for Reports πŸ“Š

You can now export up to 10,000 rows at once from any report view.
Select your rows, click Export, and choose CSV or Excel format.

Previously limited to 500 rows per export.

![Bulk export button in the reports toolbar](screenshot.png)

Structure: Category label -> User-facing title -> What you can do now -> How -> What changed -> Visual

User-Facing Language

❌ Internal language:
"Implemented batch processing queue for the export service"
"Refactored the ReportExporter class to support pagination"
"Fixed bug in CSV serialization (PR #4521)"

βœ… User-facing language:
"You can now export up to 10,000 rows at once from any report"
"Reports now load 3x faster when filtering large datasets"
"Fixed an issue where exported CSV files had missing columns"

Rules:

  • Write what the user can DO, not what you BUILT
  • Start with "You can now..." / "Reports now..." / "Fixed an issue where..."
  • Include the benefit, not just the mechanism
  • Use present tense

Categories

Standard Categories

CategoryColorIconUse For
NewGreen✨ or πŸ†•Entirely new features or capabilities
ImprovedBlue⚑ or πŸ”§Enhancements to existing features
FixedYellow/OrangeπŸ› or πŸ”¨Bug fixes
RemovedRedπŸ—‘οΈ or ⚠️Deprecated or removed features
SecurityPurpleπŸ”’Security patches

Categorization Rules

  • New = something users couldn't do before at all
  • Improved = something users could do, now it's better/faster/easier
  • Fixed = something that was broken, now works correctly
  • Don't use "Updated" β€” it's meaningless. Was it improved or fixed?

Version Numbering

Semantic Versioning (SemVer)

MAJOR.MINOR.PATCH
  3   .  2  .  1
ComponentIncrement WhenExample
MAJORBreaking changes, major redesign2.0.0 -> 3.0.0
MINORNew features, backward-compatible3.1.0 -> 3.2.0
PATCHBug fixes, small improvements3.2.0 -> 3.2.1

Date-Based Versioning

2026-02-08  or  2026.02.08  or  February 8, 2026

Best for SaaS products with continuous deployment.

Changelog Page Structure

# Changelog

## February 8, 2026

### New
- **Bulk Export for Reports** β€” Export up to 10,000 rows at once. [Learn more β†’](link)
- **Dark Mode** β€” Toggle dark mode from Settings > Appearance.

### Improved
- **Dashboard Loading** β€” Dashboards now load 3x faster on large datasets.
- **Search** β€” Search results now include archived items.

### Fixed
- Fixed an issue where exported CSV files had missing column headers.
- Fixed a bug where the date picker showed incorrect timezone.

---

## February 1, 2026

### New
- **API Webhooks** β€” Get notified when events happen in your account.

### Fixed
- Fixed an issue where email notifications were delayed by up to 2 hours.

Visual Changelogs

When to Add Visuals

Change TypeVisual
New UI featureScreenshot of the new feature
UI redesignBefore/after comparison
New workflowStep-by-step screenshots or short video
Performance improvementChart showing improvement
Complex featureAnimated GIF or video demo

Generating Visuals

# Feature screenshot (if you have the app running, use agent browser)
belt app run infsh/agent-browser --input '{
  "url": "https://your-app.com/new-feature",
  "action": "screenshot"
}'

# Before/after comparison
belt app run infsh/stitch-images --input '{
  "images": ["before-screenshot.png", "after-screenshot.png"],
  "direction": "horizontal"
}'

# Annotated screenshot with callout
belt app run bytedance/seededit-3-0-i2i --input '{
  "prompt": "add a red circle highlight around the export button in the top right area",
  "image": "screenshot.png"
}'

# Feature announcement banner
belt app run falai/flux-dev-lora --input '{
  "prompt": "clean modern product announcement banner, gradient blue to purple background, abstract geometric shapes, professional SaaS aesthetic, wide format",
  "width": 1248,
  "height": 832
}'

Breaking Changes

Breaking changes need special treatment:

### ⚠️ Breaking: API v2 Endpoints Deprecated

**What changed:** API v1 endpoints will stop working on March 15, 2026.

**What you need to do:**
1. Update your API calls to use v2 endpoints ([migration guide β†’](link))
2. Update authentication to use Bearer tokens instead of API keys
3. Test your integration before March 15

**Timeline:**
- Now: v2 endpoints available, v1 still works
- March 1: v1 returns deprecation warnings
- March 15: v1 stops working

If you need help migrating, contact [email protected].

Distribution Channels

ChannelFormatWhen
Changelog pageFull detail, all entriesEvery release
In-app notification1-2 line summaryNew features, breaking changes
EmailCurated highlights, visualsMajor releases (monthly/quarterly)
Blog postDeep dive with contextBig launches
Social mediaSingle feature highlightNotable features
Slack/DiscordBrief announcementIf you have a community

Social Media Snippet Format

πŸ†• New in [Product]: [Feature Name]

[1-2 sentence description of what you can now do]

[Screenshot or demo video]

Try it now β†’ [link]

Writing Tips

Do

  • Group related changes together
  • Lead with the biggest/most requested change
  • Link to documentation for complex features
  • Include who requested it ("By popular request:")
  • Show migration paths for breaking changes
  • Date every entry

Don't

  • Don't say "various bug fixes" β€” list specific fixes or skip them
  • Don't include internal references (PR numbers, ticket IDs, branch names)
  • Don't use "Updated [feature]" without saying how
  • Don't list changes nobody cares about (dependency bumps, internal refactors)
  • Don't commit-dump β€” one changelog entry may represent many commits

Changelog Frequency

Product TypeFrequencyNotes
SaaS (continuous deploy)Weekly batchGroup a week of changes
SaaS (major features)Per feature launchWith blog post
Versioned softwarePer version releaseTied to semver
APIPer version + deprecation noticesInclude migration guides
Mobile appPer app store releaseMatch store listing "What's New"

Common Mistakes

MistakeProblemFix
Developer languageUsers don't understandWrite what users can do
"Bug fixes and improvements"Zero informationList specific fixes
No datesCan't tell what's newDate every entry
No visualsUsers skip textScreenshot major features
Breaking changes buriedUsers discover too lateProminent warning + timeline
Commit log as changelogNoisy, unhelpfulCurate and rewrite

Related Skills

npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@prompt-engineering

Browse all apps: belt app list

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.