# Leather AI Agent Skills

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

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

Official page: https://skillscout.sh/official/leather-io/
Markdown page: https://skillscout.sh/official/leather-io/leather-io_skills_skillscout.md
Vendor website: https://leather.io/

## Prompt for your agent

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

### leather-io/mono

Includes 3 official skills: leather-changelog, monorepo-navigation, testing-patterns.

Install:

```bash
npx skills add leather-io/mono -y
```

Source: https://github.com/leather-io/mono

## Individual skills

### leather-changelog

Official Leather skill from leather-io/mono.

Install:

```bash
npx skills add leather-io/mono@leather-changelog -y
```

Package: leather-io/mono
Source: https://github.com/leather-io/mono/tree/dev/.claude/skills/leather-changelog

### monorepo-navigation

Official Leather skill from leather-io/mono.

Install:

```bash
npx skills add leather-io/mono@monorepo-navigation -y
```

Package: leather-io/mono
Source: https://github.com/leather-io/mono/tree/dev/.claude/skills/monorepo-navigation

### testing-patterns

Official Leather skill from leather-io/mono.

Install:

```bash
npx skills add leather-io/mono@testing-patterns -y
```

Package: leather-io/mono
Source: https://github.com/leather-io/mono/tree/dev/.claude/skills/testing-patterns

## leather-io/mono package overview

Includes 3 official skills: leather-changelog, monorepo-navigation, testing-patterns.

### Top skills in this package

- leather-changelog: Official Leather skill from leather-io/mono.
- monorepo-navigation: Official Leather skill from leather-io/mono.
- testing-patterns: Official Leather skill from leather-io/mono.

### Install

Install the full package:

```bash
npx skills add leather-io/mono -y
```

Install a specific skill:

```bash
npx skills add leather-io/mono@leather-changelog -y
```

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

Source: https://github.com/leather-io/mono#readme
