# Lambda (λ) Studio AI Agent Skills

Lambda (λ) Studio publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 3 Lambda (λ) Studio repositories, with install commands and source links.

Official page: https://skillscout.sh/official/studiolambda/
Markdown page: https://skillscout.sh/official/studiolambda/studiolambda_skills_skillscout.md
Vendor website: https://xn--wxa.studio/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/studiolambda/studiolambda_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Lambda (λ) Studio 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

### studiolambda/cosmos

Includes 1 official skill: lambda-cosmos.

Install:

```bash
npx skills add studiolambda/cosmos -y
```

Source: https://github.com/StudioLambda/Cosmos

### studiolambda/query

Includes 1 official skill: lambda-query.

Install:

```bash
npx skills add studiolambda/query -y
```

Source: https://github.com/StudioLambda/Query

### studiolambda/router

Includes 1 official skill: lambda-router.

Install:

```bash
npx skills add studiolambda/router -y
```

Source: https://github.com/StudioLambda/Router

## Individual skills

### lambda-cosmos

Official Lambda (λ) Studio skill from studiolambda/cosmos.

Install:

```bash
npx skills add studiolambda/cosmos@lambda-cosmos -y
```

Package: studiolambda/cosmos
Source: https://github.com/StudioLambda/Cosmos/tree/main/skills/lambda-cosmos

### lambda-query

Official Lambda (λ) Studio skill from studiolambda/query.

Install:

```bash
npx skills add studiolambda/query@lambda-query -y
```

Package: studiolambda/query
Source: https://github.com/StudioLambda/Query/tree/main/skills/lambda-query

### lambda-router

Official Lambda (λ) Studio skill from studiolambda/router.

Install:

```bash
npx skills add studiolambda/router@lambda-router -y
```

Package: studiolambda/router
Source: https://github.com/StudioLambda/Router/tree/main/skills/lambda-router

## studiolambda/cosmos package overview

Includes 1 official skill: lambda-cosmos.

### Top skills in this package

- lambda-cosmos: Official Lambda (λ) Studio skill from studiolambda/cosmos.

### Install

Install the full package:

```bash
npx skills add studiolambda/cosmos -y
```

Install a specific skill:

```bash
npx skills add studiolambda/cosmos@lambda-cosmos -y
```

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

Source: https://github.com/studiolambda/cosmos#readme
