# Duolingo AI Agent Skills

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

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

Official page: https://skillscout.sh/official/duolingo/
Markdown page: https://skillscout.sh/official/duolingo/duolingo_skills_skillscout.md
Vendor website: https://www.duolingo.com/

## Prompt for your agent

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

### duolingo/pre-commit-hooks

Includes 2 official skills: my-skill, my-skill.

Install:

```bash
npx skills add duolingo/pre-commit-hooks -y
```

Source: https://github.com/duolingo/pre-commit-hooks

## Individual skills

### my-skill

Official Duolingo skill from duolingo/pre-commit-hooks.

Install:

```bash
npx skills add duolingo/pre-commit-hooks@my-skill -y
```

Package: duolingo/pre-commit-hooks
Source: https://github.com/duolingo/pre-commit-hooks/tree/master/test/after/subdir/.agents/skills/my-skill

### my-skill

Official Duolingo skill from duolingo/pre-commit-hooks.

Install:

```bash
npx skills add duolingo/pre-commit-hooks@my-skill -y
```

Package: duolingo/pre-commit-hooks
Source: https://github.com/duolingo/pre-commit-hooks/tree/HEAD/test/before/subdir/.agents/skills/my-skill

## duolingo/pre-commit-hooks package overview

Includes 2 official skills: my-skill, my-skill.

### Top skills in this package

- my-skill: Official Duolingo skill from duolingo/pre-commit-hooks.
- my-skill: Official Duolingo skill from duolingo/pre-commit-hooks.

### Install

Install the full package:

```bash
npx skills add duolingo/pre-commit-hooks -y
```

Install a specific skill:

```bash
npx skills add duolingo/pre-commit-hooks@my-skill -y
```

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

Source: https://github.com/duolingo/pre-commit-hooks#readme
