# Nimble AI Agent Skills

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

Browse 10 official AI agent skills across 2 Nimble repositories, with install commands and source links.

Official page: https://skillscout.sh/official/nimblehq/
Markdown page: https://skillscout.sh/official/nimblehq/nimblehq_skills_skillscout.md
Vendor website: https://nimblehq.co/

## Prompt for your agent

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

### nimblehq/claude-skills

Includes 5 official skills: nimble-pre-sales, linear-product-requirements, nimble-create-prd, nimble-user-stories, release-notes.

Install:

```bash
npx skills add nimblehq/claude-skills -y
```

Source: https://github.com/nimblehq/claude-skills

### nimblehq/ios-templates

Includes 5 official skills: commit, resolve-pr-comments, swift-concurrency, swift-testing, tophat-build-install.

Install:

```bash
npx skills add nimblehq/ios-templates -y
```

Source: https://github.com/nimblehq/ios-templates

## Individual skills

### nimble-pre-sales

Official Nimble skill from nimblehq/claude-skills.

Install:

```bash
npx skills add nimblehq/claude-skills@nimble-pre-sales -y
```

Package: nimblehq/claude-skills
Source: https://github.com/nimblehq/claude-skills/tree/main/nimble-pre-sales

### linear-product-requirements

Official Nimble skill from nimblehq/claude-skills.

Install:

```bash
npx skills add nimblehq/claude-skills@linear-product-requirements -y
```

Package: nimblehq/claude-skills
Source: https://github.com/nimblehq/claude-skills/tree/main/linear-product-requirements

### nimble-create-prd

Official Nimble skill from nimblehq/claude-skills.

Install:

```bash
npx skills add nimblehq/claude-skills@nimble-create-prd -y
```

Package: nimblehq/claude-skills
Source: https://github.com/nimblehq/claude-skills/tree/main/nimble-create-prd

### nimble-user-stories

Official Nimble skill from nimblehq/claude-skills.

Install:

```bash
npx skills add nimblehq/claude-skills@nimble-user-stories -y
```

Package: nimblehq/claude-skills
Source: https://github.com/nimblehq/claude-skills/tree/main/nimble-user-stories

### release-notes

Official Nimble skill from nimblehq/claude-skills.

Install:

```bash
npx skills add nimblehq/claude-skills@release-notes -y
```

Package: nimblehq/claude-skills
Source: https://github.com/nimblehq/claude-skills/tree/main/release-notes

### commit

Official Nimble skill from nimblehq/ios-templates.

Install:

```bash
npx skills add nimblehq/ios-templates@commit -y
```

Package: nimblehq/ios-templates
Source: https://github.com/nimblehq/ios-templates/tree/develop/skills/commit

### resolve-pr-comments

Official Nimble skill from nimblehq/ios-templates.

Install:

```bash
npx skills add nimblehq/ios-templates@resolve-pr-comments -y
```

Package: nimblehq/ios-templates
Source: https://github.com/nimblehq/ios-templates/tree/develop/skills/resolve-pr-comments

### swift-concurrency

Official Nimble skill from nimblehq/ios-templates.

Install:

```bash
npx skills add nimblehq/ios-templates@swift-concurrency -y
```

Package: nimblehq/ios-templates
Source: https://github.com/nimblehq/ios-templates/tree/develop/skills/swift-concurrency

### swift-testing

Official Nimble skill from nimblehq/ios-templates.

Install:

```bash
npx skills add nimblehq/ios-templates@swift-testing -y
```

Package: nimblehq/ios-templates
Source: https://github.com/nimblehq/ios-templates/tree/develop/skills/swift-testing

### tophat-build-install

Official Nimble skill from nimblehq/ios-templates.

Install:

```bash
npx skills add nimblehq/ios-templates@tophat-build-install -y
```

Package: nimblehq/ios-templates
Source: https://github.com/nimblehq/ios-templates/tree/develop/skills/tophat-build-install

## nimblehq/claude-skills package overview

Includes 5 official skills: nimble-pre-sales, linear-product-requirements, nimble-create-prd, nimble-user-stories, release-notes.

### Top skills in this package

- nimble-pre-sales: Official Nimble skill from nimblehq/claude-skills.
- linear-product-requirements: Official Nimble skill from nimblehq/claude-skills.
- nimble-create-prd: Official Nimble skill from nimblehq/claude-skills.
- nimble-user-stories: Official Nimble skill from nimblehq/claude-skills.
- release-notes: Official Nimble skill from nimblehq/claude-skills.

### Install

Install the full package:

```bash
npx skills add nimblehq/claude-skills -y
```

Install a specific skill:

```bash
npx skills add nimblehq/claude-skills@nimble-pre-sales -y
```

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

Source: https://github.com/nimblehq/claude-skills#readme
