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:0
forks:0
updated:February 12, 2026 at 13:21
SKILL.md
| name | create-game-object |
| description | How to create a new type of game object |
src/game/object.circle.tssrc/canvas/draw.circle.tsGameObjectCategory enum in src/game/type.object.tssrc/game/type.object.ts
export const ExampleState = GameObjectState.extend({...})src/game/object.example.ts with the game object class that extends GameObject<ExampleState>src/canvas/draw.example.ts with a drawExample functiondrawObject method in the src/canvas/draw.object.ts fileExample in the above steps is only an example name. The actual name should be based on the user instructions.GameObject need implemented and should be functional based on the users instructions.[HINT] Download the complete skill directory including SKILL.md and all related files