# Vorso Computing, Inc. AI Agent Skills

Vorso Computing, Inc. publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 1 Vorso Computing, Inc. repository, with install commands and source links.

Official page: https://skillscout.sh/official/vorsocom/
Markdown page: https://skillscout.sh/official/vorsocom/vorsocom_skills_skillscout.md
Vendor website: https://vorsocomputing.com/

## Prompt for your agent

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

### vorsocom/mugen

Includes 4 official skills: acp-http-e2e-tester, acp-python-style, alembic-migration-checker, prepush-quality-gates.

Install:

```bash
npx skills add vorsocom/mugen -y
```

Source: https://github.com/vorsocom/mugen

## Individual skills

### acp-http-e2e-tester

Official Vorso Computing, Inc. skill from vorsocom/mugen.

Install:

```bash
npx skills add vorsocom/mugen@acp-http-e2e-tester -y
```

Package: vorsocom/mugen
Source: https://github.com/vorsocom/mugen/tree/develop/.codex/skills/acp-http-e2e-tester

### acp-python-style

Official Vorso Computing, Inc. skill from vorsocom/mugen.

Install:

```bash
npx skills add vorsocom/mugen@acp-python-style -y
```

Package: vorsocom/mugen
Source: https://github.com/vorsocom/mugen/tree/develop/.codex/skills/acp-python-style

### alembic-migration-checker

Official Vorso Computing, Inc. skill from vorsocom/mugen.

Install:

```bash
npx skills add vorsocom/mugen@alembic-migration-checker -y
```

Package: vorsocom/mugen
Source: https://github.com/vorsocom/mugen/tree/develop/.codex/skills/alembic-migration-checker

### prepush-quality-gates

Official Vorso Computing, Inc. skill from vorsocom/mugen.

Install:

```bash
npx skills add vorsocom/mugen@prepush-quality-gates -y
```

Package: vorsocom/mugen
Source: https://github.com/vorsocom/mugen/tree/develop/.codex/skills/prepush-quality-gates

## vorsocom/mugen package overview

Includes 4 official skills: acp-http-e2e-tester, acp-python-style, alembic-migration-checker, prepush-quality-gates.

### Top skills in this package

- acp-http-e2e-tester: Official Vorso Computing, Inc. skill from vorsocom/mugen.
- acp-python-style: Official Vorso Computing, Inc. skill from vorsocom/mugen.
- alembic-migration-checker: Official Vorso Computing, Inc. skill from vorsocom/mugen.
- prepush-quality-gates: Official Vorso Computing, Inc. skill from vorsocom/mugen.

### Install

Install the full package:

```bash
npx skills add vorsocom/mugen -y
```

Install a specific skill:

```bash
npx skills add vorsocom/mugen@acp-http-e2e-tester -y
```

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

Source: https://github.com/vorsocom/mugen#readme
