# Nubank AI Agent Skills

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

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

Official page: https://skillscout.sh/official/nubank/
Markdown page: https://skillscout.sh/official/nubank/nubank_skills_skillscout.md
Vendor website: https://nubank.com.br/

## Prompt for your agent

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

### nubank/clojuredocs

Includes 5 official skills: grill-me, handoff, issue-writer, narrate, ratchet.

Install:

```bash
npx skills add nubank/clojuredocs -y
```

Source: https://github.com/nubank/clojuredocs

## Individual skills

### grill-me

Official Nubank skill from nubank/clojuredocs.

Install:

```bash
npx skills add nubank/clojuredocs@grill-me -y
```

Package: nubank/clojuredocs
Source: https://github.com/nubank/clojuredocs/tree/master/.github/skills/grill-me

### handoff

Official Nubank skill from nubank/clojuredocs.

Install:

```bash
npx skills add nubank/clojuredocs@handoff -y
```

Package: nubank/clojuredocs
Source: https://github.com/nubank/clojuredocs/tree/master/.github/skills/handoff

### issue-writer

Official Nubank skill from nubank/clojuredocs.

Install:

```bash
npx skills add nubank/clojuredocs@issue-writer -y
```

Package: nubank/clojuredocs
Source: https://github.com/nubank/clojuredocs/tree/master/.github/skills/issue-writer

### narrate

Official Nubank skill from nubank/clojuredocs.

Install:

```bash
npx skills add nubank/clojuredocs@narrate -y
```

Package: nubank/clojuredocs
Source: https://github.com/nubank/clojuredocs/tree/master/.github/skills/narrate

### ratchet

Official Nubank skill from nubank/clojuredocs.

Install:

```bash
npx skills add nubank/clojuredocs@ratchet -y
```

Package: nubank/clojuredocs
Source: https://github.com/nubank/clojuredocs/tree/master/.github/skills/ratchet

## nubank/clojuredocs package overview

Includes 5 official skills: grill-me, handoff, issue-writer, narrate, ratchet.

### Top skills in this package

- grill-me: Official Nubank skill from nubank/clojuredocs.
- handoff: Official Nubank skill from nubank/clojuredocs.
- issue-writer: Official Nubank skill from nubank/clojuredocs.
- narrate: Official Nubank skill from nubank/clojuredocs.
- ratchet: Official Nubank skill from nubank/clojuredocs.

### Install

Install the full package:

```bash
npx skills add nubank/clojuredocs -y
```

Install a specific skill:

```bash
npx skills add nubank/clojuredocs@grill-me -y
```

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

Source: https://github.com/nubank/clojuredocs#readme
