# Lambda AI Agent Skills

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

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

Official page: https://skillscout.sh/official/lambda-sh/
Markdown page: https://skillscout.sh/official/lambda-sh/lambda-sh_skills_skillscout.md
Vendor website: https://github.com/lambda-sh

## Prompt for your agent

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

### lambda-sh/lambda

Includes 2 official skills: long-lived-docs-authoring, tutorial-authoring.

Install:

```bash
npx skills add lambda-sh/lambda -y
```

Source: https://github.com/lambda-sh/lambda

## Individual skills

### long-lived-docs-authoring

Official Lambda skill from lambda-sh/lambda.

Install:

```bash
npx skills add lambda-sh/lambda@long-lived-docs-authoring -y
```

Package: lambda-sh/lambda
Source: https://github.com/lambda-sh/lambda/tree/main/.codex/skills/long-lived-docs-authoring

### tutorial-authoring

Official Lambda skill from lambda-sh/lambda.

Install:

```bash
npx skills add lambda-sh/lambda@tutorial-authoring -y
```

Package: lambda-sh/lambda
Source: https://github.com/lambda-sh/lambda/tree/main/.codex/skills/tutorial-authoring

## lambda-sh/lambda package overview

Includes 2 official skills: long-lived-docs-authoring, tutorial-authoring.

### Top skills in this package

- long-lived-docs-authoring: Official Lambda skill from lambda-sh/lambda.
- tutorial-authoring: Official Lambda skill from lambda-sh/lambda.

### Install

Install the full package:

```bash
npx skills add lambda-sh/lambda -y
```

Install a specific skill:

```bash
npx skills add lambda-sh/lambda@long-lived-docs-authoring -y
```

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

Source: https://github.com/lambda-sh/lambda#readme
