# Renuo AI Agent Skills

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

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

Official page: https://skillscout.sh/official/renuo/
Markdown page: https://skillscout.sh/official/renuo/renuo_skills_skillscout.md
Vendor website: https://www.renuo.ch/

## Prompt for your agent

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

### renuo/deploio-claude-plugin

Includes 5 official skills: deploio-ci-cd, deploio-debug, deploio-deploy, deploio-manage, deploio-provision.

Install:

```bash
npx skills add renuo/deploio-claude-plugin -y
```

Source: https://github.com/renuo/deploio-claude-plugin

### renuo/record-demo-agent-skill

Includes 1 official skill: record_demo.

Install:

```bash
npx skills add renuo/record-demo-agent-skill -y
```

Source: https://github.com/renuo/record-demo-agent-skill

## Individual skills

### deploio-ci-cd

Official Renuo skill from renuo/deploio-claude-plugin.

Install:

```bash
npx skills add renuo/deploio-claude-plugin@deploio-ci-cd -y
```

Package: renuo/deploio-claude-plugin
Source: https://github.com/renuo/deploio-claude-plugin/tree/main/skills/deploio-ci-cd

### deploio-debug

Official Renuo skill from renuo/deploio-claude-plugin.

Install:

```bash
npx skills add renuo/deploio-claude-plugin@deploio-debug -y
```

Package: renuo/deploio-claude-plugin
Source: https://github.com/renuo/deploio-claude-plugin/tree/main/skills/deploio-debug

### deploio-deploy

Official Renuo skill from renuo/deploio-claude-plugin.

Install:

```bash
npx skills add renuo/deploio-claude-plugin@deploio-deploy -y
```

Package: renuo/deploio-claude-plugin
Source: https://github.com/renuo/deploio-claude-plugin/tree/main/skills/deploio-deploy

### deploio-manage

Official Renuo skill from renuo/deploio-claude-plugin.

Install:

```bash
npx skills add renuo/deploio-claude-plugin@deploio-manage -y
```

Package: renuo/deploio-claude-plugin
Source: https://github.com/renuo/deploio-claude-plugin/tree/main/skills/deploio-manage

### deploio-provision

Official Renuo skill from renuo/deploio-claude-plugin.

Install:

```bash
npx skills add renuo/deploio-claude-plugin@deploio-provision -y
```

Package: renuo/deploio-claude-plugin
Source: https://github.com/renuo/deploio-claude-plugin/tree/main/skills/deploio-provision

### record_demo

Official Renuo skill from renuo/record-demo-agent-skill.

Install:

```bash
npx skills add renuo/record-demo-agent-skill@record_demo -y
```

Package: renuo/record-demo-agent-skill
Source: https://github.com/renuo/record-demo-agent-skill/tree/main/record_demo

## renuo/deploio-claude-plugin package overview

Includes 5 official skills: deploio-ci-cd, deploio-debug, deploio-deploy, deploio-manage, deploio-provision.

### Top skills in this package

- deploio-ci-cd: Official Renuo skill from renuo/deploio-claude-plugin.
- deploio-debug: Official Renuo skill from renuo/deploio-claude-plugin.
- deploio-deploy: Official Renuo skill from renuo/deploio-claude-plugin.
- deploio-manage: Official Renuo skill from renuo/deploio-claude-plugin.
- deploio-provision: Official Renuo skill from renuo/deploio-claude-plugin.

### Install

Install the full package:

```bash
npx skills add renuo/deploio-claude-plugin -y
```

Install a specific skill:

```bash
npx skills add renuo/deploio-claude-plugin@deploio-ci-cd -y
```

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

Source: https://github.com/renuo/deploio-claude-plugin#readme
