Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:827
forks:91
updated:23 février 2026 à 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)