# 2DIGITS AI Agent Skills

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

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

Official page: https://skillscout.sh/official/2digits-agency/
Markdown page: https://skillscout.sh/official/2digits-agency/2digits-agency_skills_skillscout.md
Vendor website: https://2digits.agency/

## Prompt for your agent

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

### 2digits-agency/configs

Includes 4 official skills: tsdown, tsdown-migrate, turborepo, vite-plus.

Install:

```bash
npx skills add 2digits-agency/configs -y
```

Source: https://github.com/2digits-agency/configs

## Individual skills

### tsdown

Official 2DIGITS skill from 2digits-agency/configs.

Install:

```bash
npx skills add 2digits-agency/configs@tsdown -y
```

Package: 2digits-agency/configs
Source: https://github.com/2digits-agency/configs/tree/HEAD/.agents/skills/tsdown

### tsdown-migrate

Official 2DIGITS skill from 2digits-agency/configs.

Install:

```bash
npx skills add 2digits-agency/configs@tsdown-migrate -y
```

Package: 2digits-agency/configs
Source: https://github.com/2digits-agency/configs/tree/HEAD/.agents/skills/tsdown-migrate

### turborepo

Official 2DIGITS skill from 2digits-agency/configs.

Install:

```bash
npx skills add 2digits-agency/configs@turborepo -y
```

Package: 2digits-agency/configs
Source: https://github.com/2digits-agency/configs/tree/HEAD/.agents/skills/turborepo

### vite-plus

Official 2DIGITS skill from 2digits-agency/configs.

Install:

```bash
npx skills add 2digits-agency/configs@vite-plus -y
```

Package: 2digits-agency/configs
Source: https://github.com/2digits-agency/configs/tree/main/.agents/skills/vite-plus

## 2digits-agency/configs package overview

Includes 4 official skills: tsdown, tsdown-migrate, turborepo, vite-plus.

### Top skills in this package

- tsdown: Official 2DIGITS skill from 2digits-agency/configs.
- tsdown-migrate: Official 2DIGITS skill from 2digits-agency/configs.
- turborepo: Official 2DIGITS skill from 2digits-agency/configs.
- vite-plus: Official 2DIGITS skill from 2digits-agency/configs.

### Install

Install the full package:

```bash
npx skills add 2digits-agency/configs -y
```

Install a specific skill:

```bash
npx skills add 2digits-agency/configs@tsdown -y
```

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

Source: https://github.com/2digits-agency/configs#readme
