# WunderGraph AI Agent Skills

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

Browse 2 official AI agent skills across 2 WunderGraph repositories, with install commands and source links.

Official page: https://skillscout.sh/official/wundergraph/
Markdown page: https://skillscout.sh/official/wundergraph/wundergraph_skills_skillscout.md
Vendor website: https://wundergraph.com/

## Prompt for your agent

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

### wundergraph/graphql-federation-skill

Includes 1 official skill: graphql-federation.

Install:

```bash
npx skills add wundergraph/graphql-federation-skill -y
```

Source: https://github.com/wundergraph/graphql-federation-skill

### wundergraph/cosmo-connect-skill

Includes 1 official skill: cosmo-connect.

Install:

```bash
npx skills add wundergraph/cosmo-connect-skill -y
```

Source: https://github.com/wundergraph/cosmo-connect-skill

## Individual skills

### graphql-federation

Official WunderGraph skill from wundergraph/graphql-federation-skill.

Install:

```bash
npx skills add wundergraph/graphql-federation-skill@graphql-federation -y
```

Package: wundergraph/graphql-federation-skill
Source: https://github.com/wundergraph/graphql-federation-skill/tree/main/skills/graphql-federation

### cosmo-connect

Official WunderGraph skill from wundergraph/cosmo-connect-skill.

Install:

```bash
npx skills add wundergraph/cosmo-connect-skill@cosmo-connect -y
```

Package: wundergraph/cosmo-connect-skill
Source: https://github.com/wundergraph/cosmo-connect-skill/tree/main/skills/cosmo-connect

## wundergraph/graphql-federation-skill package overview

Includes 1 official skill: graphql-federation.

### Top skills in this package

- graphql-federation: Official WunderGraph skill from wundergraph/graphql-federation-skill.

### Install

Install the full package:

```bash
npx skills add wundergraph/graphql-federation-skill -y
```

Install a specific skill:

```bash
npx skills add wundergraph/graphql-federation-skill@graphql-federation -y
```

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

Source: https://github.com/wundergraph/graphql-federation-skill#readme
