# Nólëbase AI Agent Skills

Nólëbase publishes official AI agent skills for its tools, services, and developer workflows.

Browse 10 official AI agent skills across 1 Nólëbase repository, with install commands and source links.

Official page: https://skillscout.sh/official/nolebase/
Markdown page: https://skillscout.sh/official/nolebase/nolebase_skills_skillscout.md
Vendor website: https://nolebase.ayaka.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/nolebase/nolebase_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Nólëbase 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

### nolebase/integrations

Includes 10 official skills: agent-browser, antfu, pnpm, tsdown, turborepo, unocss.

Install:

```bash
npx skills add nolebase/integrations -y
```

Source: https://github.com/nolebase/integrations

## Individual skills

### agent-browser

Official Nólëbase skill from nolebase/integrations.

Install:

```bash
npx skills add nolebase/integrations@agent-browser -y
```

Package: nolebase/integrations
Source: https://github.com/nolebase/integrations/tree/HEAD/.agents/skills/agent-browser

### antfu

Official Nólëbase skill from nolebase/integrations.

Install:

```bash
npx skills add nolebase/integrations@antfu -y
```

Package: nolebase/integrations
Source: https://github.com/nolebase/integrations/tree/HEAD/.agents/skills/antfu

### pnpm

Official Nólëbase skill from nolebase/integrations.

Install:

```bash
npx skills add nolebase/integrations@pnpm -y
```

Package: nolebase/integrations
Source: https://github.com/nolebase/integrations/tree/HEAD/.agents/skills/pnpm

### tsdown

Official Nólëbase skill from nolebase/integrations.

Install:

```bash
npx skills add nolebase/integrations@tsdown -y
```

Package: nolebase/integrations
Source: https://github.com/nolebase/integrations/tree/main/.agents/skills/tsdown

### turborepo

Official Nólëbase skill from nolebase/integrations.

Install:

```bash
npx skills add nolebase/integrations@turborepo -y
```

Package: nolebase/integrations
Source: https://github.com/nolebase/integrations/tree/main/.agents/skills/turborepo

### unocss

Official Nólëbase skill from nolebase/integrations.

Install:

```bash
npx skills add nolebase/integrations@unocss -y
```

Package: nolebase/integrations
Source: https://github.com/nolebase/integrations/tree/HEAD/.agents/skills/unocss

### vite

Official Nólëbase skill from nolebase/integrations.

Install:

```bash
npx skills add nolebase/integrations@vite -y
```

Package: nolebase/integrations
Source: https://github.com/nolebase/integrations/tree/HEAD/.agents/skills/vite

### vue

Official Nólëbase skill from nolebase/integrations.

Install:

```bash
npx skills add nolebase/integrations@vue -y
```

Package: nolebase/integrations
Source: https://github.com/nolebase/integrations/tree/HEAD/.agents/skills/vue

### vue-best-practices

Official Nólëbase skill from nolebase/integrations.

Install:

```bash
npx skills add nolebase/integrations@vue-best-practices -y
```

Package: nolebase/integrations
Source: https://github.com/nolebase/integrations/tree/HEAD/.agents/skills/vue-best-practices

### vueuse-functions

Official Nólëbase skill from nolebase/integrations.

Install:

```bash
npx skills add nolebase/integrations@vueuse-functions -y
```

Package: nolebase/integrations
Source: https://github.com/nolebase/integrations/tree/main/.agents/skills/vueuse-functions

## nolebase/integrations package overview

Includes 10 official skills: agent-browser, antfu, pnpm, tsdown, turborepo, unocss.

### Top skills in this package

- agent-browser: Official Nólëbase skill from nolebase/integrations.
- antfu: Official Nólëbase skill from nolebase/integrations.
- pnpm: Official Nólëbase skill from nolebase/integrations.
- tsdown: Official Nólëbase skill from nolebase/integrations.
- turborepo: Official Nólëbase skill from nolebase/integrations.
- unocss: Official Nólëbase skill from nolebase/integrations.
- vite: Official Nólëbase skill from nolebase/integrations.
- vue: Official Nólëbase skill from nolebase/integrations.

### Install

Install the full package:

```bash
npx skills add nolebase/integrations -y
```

Install a specific skill:

```bash
npx skills add nolebase/integrations@agent-browser -y
```

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

Source: https://github.com/nolebase/integrations#readme
