# Ret 2 Shell (回归终端) AI Agent Skills

Ret 2 Shell (回归终端) publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 1 Ret 2 Shell (回归终端) repository, with install commands and source links.

Official page: https://skillscout.sh/official/ret2shell/
Markdown page: https://skillscout.sh/official/ret2shell/ret2shell_skills_skillscout.md
Vendor website: https://ret.sh.cn/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/ret2shell/ret2shell_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Ret 2 Shell (回归终端) 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

### ret2shell/ret2shell

Includes 2 official skills: dependency-update, ret2shell-version-bump.

Install:

```bash
npx skills add ret2shell/ret2shell -y
```

Source: https://github.com/ret2shell/ret2shell

## Individual skills

### dependency-update

Official Ret 2 Shell (回归终端) skill from ret2shell/ret2shell.

Install:

```bash
npx skills add ret2shell/ret2shell@dependency-update -y
```

Package: ret2shell/ret2shell
Source: https://github.com/ret2shell/ret2shell/tree/main/.agents/skills/dependency-update

### ret2shell-version-bump

Official Ret 2 Shell (回归终端) skill from ret2shell/ret2shell.

Install:

```bash
npx skills add ret2shell/ret2shell@ret2shell-version-bump -y
```

Package: ret2shell/ret2shell
Source: https://github.com/ret2shell/ret2shell/tree/main/.agents/skills/ret2shell-version-bump

## ret2shell/ret2shell package overview

Includes 2 official skills: dependency-update, ret2shell-version-bump.

### Top skills in this package

- dependency-update: Official Ret 2 Shell (回归终端) skill from ret2shell/ret2shell.
- ret2shell-version-bump: Official Ret 2 Shell (回归终端) skill from ret2shell/ret2shell.

### Install

Install the full package:

```bash
npx skills add ret2shell/ret2shell -y
```

Install a specific skill:

```bash
npx skills add ret2shell/ret2shell@dependency-update -y
```

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

Source: https://github.com/ret2shell/ret2shell#readme
