# Tinder AI Agent Skills

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

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

Official page: https://skillscout.sh/official/tinder/
Markdown page: https://skillscout.sh/official/tinder/tinder_skills_skillscout.md
Vendor website: https://tinder.com/

## Prompt for your agent

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

### tinder/bazel-diff

Includes 2 official skills: coverage-status, improve-coverage.

Install:

```bash
npx skills add tinder/bazel-diff -y
```

Source: https://github.com/Tinder/bazel-diff

## Individual skills

### coverage-status

Official Tinder skill from tinder/bazel-diff.

Install:

```bash
npx skills add tinder/bazel-diff@coverage-status -y
```

Package: tinder/bazel-diff
Source: https://github.com/Tinder/bazel-diff/tree/master/.claude/skills/coverage-status

### improve-coverage

Official Tinder skill from tinder/bazel-diff.

Install:

```bash
npx skills add tinder/bazel-diff@improve-coverage -y
```

Package: tinder/bazel-diff
Source: https://github.com/Tinder/bazel-diff/tree/master/.claude/skills/improve-coverage

## tinder/bazel-diff package overview

Includes 2 official skills: coverage-status, improve-coverage.

### Top skills in this package

- coverage-status: Official Tinder skill from tinder/bazel-diff.
- improve-coverage: Official Tinder skill from tinder/bazel-diff.

### Install

Install the full package:

```bash
npx skills add tinder/bazel-diff -y
```

Install a specific skill:

```bash
npx skills add tinder/bazel-diff@coverage-status -y
```

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

Source: https://github.com/tinder/bazel-diff#readme
