# Submux AI Agent Skills

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

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

Official page: https://skillscout.sh/official/submuxhq/
Markdown page: https://skillscout.sh/official/submuxhq/submuxhq_skills_skillscout.md
Vendor website: https://submux.com/

## Prompt for your agent

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

### submuxhq/codedecay

Includes 3 official skills: github-app-review, pr-red-team, test-quality-review.

Install:

```bash
npx skills add submuxhq/codedecay -y
```

Source: https://github.com/SubmuxHQ/CodeDecay

## Individual skills

### github-app-review

Official Submux skill from submuxhq/codedecay.

Install:

```bash
npx skills add submuxhq/codedecay@github-app-review -y
```

Package: submuxhq/codedecay
Source: https://github.com/SubmuxHQ/CodeDecay/tree/main/.agents/skills/github-app-review

### pr-red-team

Official Submux skill from submuxhq/codedecay.

Install:

```bash
npx skills add submuxhq/codedecay@pr-red-team -y
```

Package: submuxhq/codedecay
Source: https://github.com/SubmuxHQ/CodeDecay/tree/main/.agents/skills/pr-red-team

### test-quality-review

Official Submux skill from submuxhq/codedecay.

Install:

```bash
npx skills add submuxhq/codedecay@test-quality-review -y
```

Package: submuxhq/codedecay
Source: https://github.com/SubmuxHQ/CodeDecay/tree/main/.agents/skills/test-quality-review

## submuxhq/codedecay package overview

Includes 3 official skills: github-app-review, pr-red-team, test-quality-review.

### Top skills in this package

- github-app-review: Official Submux skill from submuxhq/codedecay.
- pr-red-team: Official Submux skill from submuxhq/codedecay.
- test-quality-review: Official Submux skill from submuxhq/codedecay.

### Install

Install the full package:

```bash
npx skills add submuxhq/codedecay -y
```

Install a specific skill:

```bash
npx skills add submuxhq/codedecay@github-app-review -y
```

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

Source: https://github.com/submuxhq/codedecay#readme
