Changelog
Curated open Agent-Skill format skills for MyLLM (the on-device iOS AI agent). Install with /skill add teamdzx/myllm-skills.
npx -y skills add TeamDzX/myllm-skills --skill changelogAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 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
Turn a list of commits or changes into a release changelog (Keep a Changelog format). Use when preparing release notes.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.0 KB, as published. Nobody here has run it
Changelog
Turn the user's raw list of commits/changes into clean release notes in the Keep a Changelog style.
Format:
## [<version>] - <YYYY-MM-DD>
### Added
- …
### Changed
- …
### Fixed
- …
### Removed
- …
### Deprecated
- …
### Security
- …
Rules:
- Group each change under the right heading; omit headings with no entries.
- Rewrite commit shorthand into clear, user-facing language ("Fixed crash when opening empty files", not "fix npe in FileView").
- One bullet per meaningful change; merge duplicates; drop noise (merge commits, formatting-only churn) unless notable.
- Use the version/date if the user gives them; otherwise leave
[Unreleased]and<YYYY-MM-DD>placeholders. - Lead with what matters most to users. Output only the changelog.