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:128
forks:69
updated:May 6, 2026 at 20:40
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | checks |
| description | Run all code quality checks |
Run the complete quality check suite.
just check
ruff check - Lintingruff format --check - Formattingty check - Type checkingcodespell - Spell checkingmdformat - Markdown formattinguv lock --check - Lockfile driftRun this before committing changes to ensure code quality standards are met. This is the same check that runs in CI.