# Lago AI Agent Skills

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

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

Official page: https://skillscout.sh/official/getlago/
Markdown page: https://skillscout.sh/official/getlago/getlago_skills_skillscout.md
Vendor website: https://getlago.com/

## Prompt for your agent

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

### getlago/lago-front

Includes 10 official skills: babysit, create-rich-text-editor-custom-node, cve-doctor, docker-expert, extract-section-to-drawer, git-commit.

Install:

```bash
npx skills add getlago/lago-front -y
```

Source: https://github.com/getlago/lago-front

## Individual skills

### babysit

Official Lago skill from getlago/lago-front.

Install:

```bash
npx skills add getlago/lago-front@babysit -y
```

Package: getlago/lago-front
Source: https://github.com/getlago/lago-front/tree/HEAD/.agents/skills/babysit

### create-rich-text-editor-custom-node

Official Lago skill from getlago/lago-front.

Install:

```bash
npx skills add getlago/lago-front@create-rich-text-editor-custom-node -y
```

Package: getlago/lago-front
Source: https://github.com/getlago/lago-front/tree/main/.agents/skills/create-rich-text-editor-custom-node

### cve-doctor

Official Lago skill from getlago/lago-front.

Install:

```bash
npx skills add getlago/lago-front@cve-doctor -y
```

Package: getlago/lago-front
Source: https://github.com/getlago/lago-front/tree/main/.agents/skills/cve-doctor

### docker-expert

Official Lago skill from getlago/lago-front.

Install:

```bash
npx skills add getlago/lago-front@docker-expert -y
```

Package: getlago/lago-front
Source: https://github.com/getlago/lago-front/tree/main/.agents/skills/docker-expert

### extract-section-to-drawer

Official Lago skill from getlago/lago-front.

Install:

```bash
npx skills add getlago/lago-front@extract-section-to-drawer -y
```

Package: getlago/lago-front
Source: https://github.com/getlago/lago-front/tree/main/.agents/skills/extract-section-to-drawer

### git-commit

Official Lago skill from getlago/lago-front.

Install:

```bash
npx skills add getlago/lago-front@git-commit -y
```

Package: getlago/lago-front
Source: https://github.com/getlago/lago-front/tree/HEAD/.agents/skills/git-commit

### make-e2e-tests

Official Lago skill from getlago/lago-front.

Install:

```bash
npx skills add getlago/lago-front@make-e2e-tests -y
```

Package: getlago/lago-front
Source: https://github.com/getlago/lago-front/tree/main/.agents/skills/make-e2e-tests

### make-tests

Official Lago skill from getlago/lago-front.

Install:

```bash
npx skills add getlago/lago-front@make-tests -y
```

Package: getlago/lago-front
Source: https://github.com/getlago/lago-front/tree/HEAD/.agents/skills/make-tests

### migrate-dialog

Official Lago skill from getlago/lago-front.

Install:

```bash
npx skills add getlago/lago-front@migrate-dialog -y
```

Package: getlago/lago-front
Source: https://github.com/getlago/lago-front/tree/main/.agents/skills/migrate-dialog

### migrate-formik-to-tanstack

Official Lago skill from getlago/lago-front.

Install:

```bash
npx skills add getlago/lago-front@migrate-formik-to-tanstack -y
```

Package: getlago/lago-front
Source: https://github.com/getlago/lago-front/tree/main/.agents/skills/migrate-formik-to-tanstack

## getlago/lago-front package overview

Includes 10 official skills: babysit, create-rich-text-editor-custom-node, cve-doctor, docker-expert, extract-section-to-drawer, git-commit.

### Top skills in this package

- babysit: Official Lago skill from getlago/lago-front.
- create-rich-text-editor-custom-node: Official Lago skill from getlago/lago-front.
- cve-doctor: Official Lago skill from getlago/lago-front.
- docker-expert: Official Lago skill from getlago/lago-front.
- extract-section-to-drawer: Official Lago skill from getlago/lago-front.
- git-commit: Official Lago skill from getlago/lago-front.
- make-e2e-tests: Official Lago skill from getlago/lago-front.
- make-tests: Official Lago skill from getlago/lago-front.

### Install

Install the full package:

```bash
npx skills add getlago/lago-front -y
```

Install a specific skill:

```bash
npx skills add getlago/lago-front@babysit -y
```

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

Source: https://github.com/getlago/lago-front#readme
