# MobileUp AI Agent Skills

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

Browse 7 official AI agent skills across 1 MobileUp repository, with install commands and source links.

Official page: https://skillscout.sh/official/mobileupllc/
Markdown page: https://skillscout.sh/official/mobileupllc/mobileupllc_skills_skillscout.md
Vendor website: https://mobileup.ru/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/mobileupllc/mobileupllc_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant MobileUp 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

### mobileupllc/mobileup-cmp-template

Includes 7 official skills: compose-ui, decompose-components, feature-structure, network, string-resources, test-blueprint.

Install:

```bash
npx skills add mobileupllc/mobileup-cmp-template -y
```

Source: https://github.com/MobileUpLLC/MobileUp-CMP-Template

## Individual skills

### compose-ui

Official MobileUp skill from mobileupllc/mobileup-cmp-template.

Install:

```bash
npx skills add mobileupllc/mobileup-cmp-template@compose-ui -y
```

Package: mobileupllc/mobileup-cmp-template
Source: https://github.com/MobileUpLLC/MobileUp-CMP-Template/tree/main/.agents/skills/compose-ui

### decompose-components

Official MobileUp skill from mobileupllc/mobileup-cmp-template.

Install:

```bash
npx skills add mobileupllc/mobileup-cmp-template@decompose-components -y
```

Package: mobileupllc/mobileup-cmp-template
Source: https://github.com/MobileUpLLC/MobileUp-CMP-Template/tree/main/.agents/skills/decompose-components

### feature-structure

Official MobileUp skill from mobileupllc/mobileup-cmp-template.

Install:

```bash
npx skills add mobileupllc/mobileup-cmp-template@feature-structure -y
```

Package: mobileupllc/mobileup-cmp-template
Source: https://github.com/MobileUpLLC/MobileUp-CMP-Template/tree/main/.agents/skills/feature-structure

### network

Official MobileUp skill from mobileupllc/mobileup-cmp-template.

Install:

```bash
npx skills add mobileupllc/mobileup-cmp-template@network -y
```

Package: mobileupllc/mobileup-cmp-template
Source: https://github.com/MobileUpLLC/MobileUp-CMP-Template/tree/main/.agents/skills/network

### string-resources

Official MobileUp skill from mobileupllc/mobileup-cmp-template.

Install:

```bash
npx skills add mobileupllc/mobileup-cmp-template@string-resources -y
```

Package: mobileupllc/mobileup-cmp-template
Source: https://github.com/MobileUpLLC/MobileUp-CMP-Template/tree/main/.agents/skills/string-resources

### test-blueprint

Official MobileUp skill from mobileupllc/mobileup-cmp-template.

Install:

```bash
npx skills add mobileupllc/mobileup-cmp-template@test-blueprint -y
```

Package: mobileupllc/mobileup-cmp-template
Source: https://github.com/MobileUpLLC/MobileUp-CMP-Template/tree/main/.agents/skills/test-blueprint

### test-implementation

Official MobileUp skill from mobileupllc/mobileup-cmp-template.

Install:

```bash
npx skills add mobileupllc/mobileup-cmp-template@test-implementation -y
```

Package: mobileupllc/mobileup-cmp-template
Source: https://github.com/MobileUpLLC/MobileUp-CMP-Template/tree/main/.agents/skills/test-implementation

## mobileupllc/mobileup-cmp-template package overview

Includes 7 official skills: compose-ui, decompose-components, feature-structure, network, string-resources, test-blueprint.

### Top skills in this package

- compose-ui: Official MobileUp skill from mobileupllc/mobileup-cmp-template.
- decompose-components: Official MobileUp skill from mobileupllc/mobileup-cmp-template.
- feature-structure: Official MobileUp skill from mobileupllc/mobileup-cmp-template.
- network: Official MobileUp skill from mobileupllc/mobileup-cmp-template.
- string-resources: Official MobileUp skill from mobileupllc/mobileup-cmp-template.
- test-blueprint: Official MobileUp skill from mobileupllc/mobileup-cmp-template.
- test-implementation: Official MobileUp skill from mobileupllc/mobileup-cmp-template.

### Install

Install the full package:

```bash
npx skills add mobileupllc/mobileup-cmp-template -y
```

Install a specific skill:

```bash
npx skills add mobileupllc/mobileup-cmp-template@compose-ui -y
```

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

Source: https://github.com/mobileupllc/mobileup-cmp-template#readme
