# Meshery AI Agent Skills

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

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

Official page: https://skillscout.sh/official/meshery/
Markdown page: https://skillscout.sh/official/meshery/meshery_skills_skillscout.md
Vendor website: https://meshery.io/

## Prompt for your agent

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

### meshery/schemas

Includes 3 official skills: create-openapi-schemas-from-golang-models, meshery-schemas-release, openapi-schema-best-practices.

Install:

```bash
npx skills add meshery/schemas -y
```

Source: https://github.com/meshery/schemas

## Individual skills

### create-openapi-schemas-from-golang-models

Official Meshery skill from meshery/schemas.

Install:

```bash
npx skills add meshery/schemas@create-openapi-schemas-from-golang-models -y
```

Package: meshery/schemas
Source: https://github.com/meshery/schemas/tree/master/.github/skills/create-openapi-schemas-from-golang-models

### meshery-schemas-release

Official Meshery skill from meshery/schemas.

Install:

```bash
npx skills add meshery/schemas@meshery-schemas-release -y
```

Package: meshery/schemas
Source: https://github.com/meshery/schemas/tree/master/.github/skills/meshery-schemas-release

### openapi-schema-best-practices

Official Meshery skill from meshery/schemas.

Install:

```bash
npx skills add meshery/schemas@openapi-schema-best-practices -y
```

Package: meshery/schemas
Source: https://github.com/meshery/schemas/tree/master/.github/skills/openapi-schema-best-practices

## meshery/schemas package overview

Includes 3 official skills: create-openapi-schemas-from-golang-models, meshery-schemas-release, openapi-schema-best-practices.

### Top skills in this package

- create-openapi-schemas-from-golang-models: Official Meshery skill from meshery/schemas.
- meshery-schemas-release: Official Meshery skill from meshery/schemas.
- openapi-schema-best-practices: Official Meshery skill from meshery/schemas.

### Install

Install the full package:

```bash
npx skills add meshery/schemas -y
```

Install a specific skill:

```bash
npx skills add meshery/schemas@create-openapi-schemas-from-golang-models -y
```

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

Source: https://github.com/meshery/schemas#readme
