# Lore AI Agent Skills

Lore publishes official AI agent skills for its tools, services, and developer workflows. Lore is a powerful AI workspace for teams on the frontier of AI adoption.

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

Official page: https://skillscout.sh/official/loredotlink/
Markdown page: https://skillscout.sh/official/loredotlink/loredotlink_skills_skillscout.md
Vendor website: https://lore.link/

## Prompt for your agent

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

### loredotlink/lore-plugin

Includes 3 official skills: fork, read, share.

Install:

```bash
npx skills add loredotlink/lore-plugin -y
```

Source: https://github.com/loredotlink/lore-plugin

## Individual skills

### fork

Official Lore skill from loredotlink/lore-plugin.

Install:

```bash
npx skills add loredotlink/lore-plugin@fork -y
```

Package: loredotlink/lore-plugin
Source: https://github.com/loredotlink/lore-plugin/tree/HEAD/skills/fork

### read

Official Lore skill from loredotlink/lore-plugin.

Install:

```bash
npx skills add loredotlink/lore-plugin@read -y
```

Package: loredotlink/lore-plugin
Source: https://github.com/loredotlink/lore-plugin/tree/HEAD/skills/read

### share

Official Lore skill from loredotlink/lore-plugin.

Install:

```bash
npx skills add loredotlink/lore-plugin@share -y
```

Package: loredotlink/lore-plugin
Source: https://github.com/loredotlink/lore-plugin/tree/HEAD/skills/share

## loredotlink/lore-plugin package overview

Includes 3 official skills: fork, read, share.

### Top skills in this package

- fork: Official Lore skill from loredotlink/lore-plugin.
- read: Official Lore skill from loredotlink/lore-plugin.
- share: Official Lore skill from loredotlink/lore-plugin.

### Install

Install the full package:

```bash
npx skills add loredotlink/lore-plugin -y
```

Install a specific skill:

```bash
npx skills add loredotlink/lore-plugin@fork -y
```

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

Source: https://github.com/loredotlink/lore-plugin#readme
