Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:120
forks:58
updated:March 8, 2026 at 18:28
SKILL.md
| name | changelog-format |
| description | CHANGELOG format reference |
Use the following template when updating CHANGELOG.md:
# Changelog
## [Unreleased]
### Added
- **FeatureName** - description (file.pas)
### Changed
- **ModifiedName** - what changed (file.pas)
### Fixed
- **BugName** - what was fixed (file.pas)
## [1.0.0] - 2024-01-15
### Added
- **InitialRelease** - description (file.pas)
Added, Changed, or Fixed.[Unreleased] until a release is tagged.[Unreleased] to [X.Y.Z] - YYYY-MM-DD and add a new empty [Unreleased] section above it.