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:827
forks:91
updated:February 23, 2026 at 22:30
SKILL.md
Building, compiling, and resolving dependency issues across languages
Systematic code review for bugs, security, style, and performance
Working with diverse data formats: binary, text, structured, and custom
Systematic exploration of unknown environments before starting work
Git operations: commits, branches, PRs, and conflict resolution
Writing efficient code that handles large data and tight constraints
| name | skill-creator |
| description | Create new reusable skills from conversation context |
| tags | ["meta","productivity"] |
| version | 1.0.0 |
Create a new skill by generating a SKILL.md file with YAML frontmatter.
my-skill/
āāā SKILL.md # Instructions + frontmatter
āāā template.md # (optional) Template files
āāā example.py # (optional) Example scripts
---
name: skill-name
description: "Brief description of what this skill does"
tags: [category1, category2]
version: "1.0.0"
---
# Skill Name
## Purpose
What this skill accomplishes.
## Instructions
Step-by-step instructions for the agent.
## Examples
Concrete examples of input/output.
api-client-generator)