# Margelo AI Agent Skills

Margelo publishes official AI agent skills for its tools, services, and developer workflows.

Browse 11 official AI agent skills across 3 Margelo repositories, with install commands and source links.

Official page: https://skillscout.sh/official/margelo/
Markdown page: https://skillscout.sh/official/margelo/margelo_skills_skillscout.md
Vendor website: https://margelo.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/margelo/margelo_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Margelo skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### margelo/react-native-skills

Includes 9 official skills: react-native-mmkv, build-nitro-modules, react-native-vision-camera, api-design, swift, kotlin.

Install:

```bash
npx skills add margelo/react-native-skills -y
```

Source: https://github.com/margelo/react-native-skills

### margelo/react-native-nitro-fetch

Includes 1 official skill: nitro-fetch.

Install:

```bash
npx skills add margelo/react-native-nitro-fetch -y
```

Source: https://github.com/margelo/react-native-nitro-fetch

### margelo/react-native-runtimes

Includes 1 official skill: react-native-runtimes.

Install:

```bash
npx skills add margelo/react-native-runtimes -y
```

Source: https://github.com/margelo/react-native-runtimes

## Individual skills

### react-native-mmkv

Official Margelo skill from margelo/react-native-skills.

Install:

```bash
npx skills add margelo/react-native-skills@react-native-mmkv -y
```

Package: margelo/react-native-skills
Source: https://github.com/margelo/react-native-skills/tree/main/skills/react-native-mmkv

### build-nitro-modules

Official Margelo skill from margelo/react-native-skills.

Install:

```bash
npx skills add margelo/react-native-skills@build-nitro-modules -y
```

Package: margelo/react-native-skills
Source: https://github.com/margelo/react-native-skills/tree/main/skills/build-nitro-modules

### react-native-vision-camera

Official Margelo skill from margelo/react-native-skills.

Install:

```bash
npx skills add margelo/react-native-skills@react-native-vision-camera -y
```

Package: margelo/react-native-skills
Source: https://github.com/margelo/react-native-skills/tree/main/skills/react-native-vision-camera

### api-design

Official Margelo skill from margelo/react-native-skills.

Install:

```bash
npx skills add margelo/react-native-skills@api-design -y
```

Package: margelo/react-native-skills
Source: https://github.com/margelo/react-native-skills/tree/main/skills/api-design

### swift

Official Margelo skill from margelo/react-native-skills.

Install:

```bash
npx skills add margelo/react-native-skills@swift -y
```

Package: margelo/react-native-skills
Source: https://github.com/margelo/react-native-skills/tree/main/skills/swift

### kotlin

Official Margelo skill from margelo/react-native-skills.

Install:

```bash
npx skills add margelo/react-native-skills@kotlin -y
```

Package: margelo/react-native-skills
Source: https://github.com/margelo/react-native-skills/tree/main/skills/kotlin

### cpp

Official Margelo skill from margelo/react-native-skills.

Install:

```bash
npx skills add margelo/react-native-skills@cpp -y
```

Package: margelo/react-native-skills
Source: https://github.com/margelo/react-native-skills/tree/main/skills/cpp

### react-native-vision-camera-realtime

Official Margelo skill from margelo/react-native-skills.

Install:

```bash
npx skills add margelo/react-native-skills@react-native-vision-camera-realtime -y
```

Package: margelo/react-native-skills
Source: https://github.com/margelo/react-native-skills/tree/HEAD/skills/react-native-vision-camera-realtime

### react-native-nitro-fetch

Official Margelo skill from margelo/react-native-skills.

Install:

```bash
npx skills add margelo/react-native-skills@react-native-nitro-fetch -y
```

Package: margelo/react-native-skills
Source: https://github.com/margelo/react-native-skills/tree/main/skills/react-native-nitro-fetch

### nitro-fetch

Official Margelo skill from margelo/react-native-nitro-fetch.

Install:

```bash
npx skills add margelo/react-native-nitro-fetch@nitro-fetch -y
```

Package: margelo/react-native-nitro-fetch
Source: https://github.com/margelo/react-native-nitro-fetch/tree/main/skills/nitro-fetch

### react-native-runtimes

Official Margelo skill from margelo/react-native-runtimes.

Install:

```bash
npx skills add margelo/react-native-runtimes@react-native-runtimes -y
```

Package: margelo/react-native-runtimes
Source: https://github.com/margelo/react-native-runtimes/tree/main/skills/react-native-runtimes

## margelo/react-native-skills package overview

Includes 9 official skills: react-native-mmkv, build-nitro-modules, react-native-vision-camera, api-design, swift, kotlin.

### Top skills in this package

- react-native-mmkv: Official Margelo skill from margelo/react-native-skills.
- build-nitro-modules: Official Margelo skill from margelo/react-native-skills.
- react-native-vision-camera: Official Margelo skill from margelo/react-native-skills.
- api-design: Official Margelo skill from margelo/react-native-skills.
- swift: Official Margelo skill from margelo/react-native-skills.
- kotlin: Official Margelo skill from margelo/react-native-skills.
- cpp: Official Margelo skill from margelo/react-native-skills.
- react-native-vision-camera-realtime: Official Margelo skill from margelo/react-native-skills.

### Install

Install the full package:

```bash
npx skills add margelo/react-native-skills -y
```

Install a specific skill:

```bash
npx skills add margelo/react-native-skills@react-native-mmkv -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/margelo/react-native-skills#readme
