# Trent AI AI Agent Skills

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

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

Official page: https://skillscout.sh/official/trnt-ai/
Markdown page: https://skillscout.sh/official/trnt-ai/trnt-ai_skills_skillscout.md
Vendor website: https://trent.ai/

## Prompt for your agent

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

### trnt-ai/trent-agent-skills

Includes 3 official skills: customer-facing, doc-style, github-tools.

Install:

```bash
npx skills add trnt-ai/trent-agent-skills -y
```

Source: https://github.com/trnt-ai/trent-agent-skills

## Individual skills

### customer-facing

Official Trent AI skill from trnt-ai/trent-agent-skills.

Install:

```bash
npx skills add trnt-ai/trent-agent-skills@customer-facing -y
```

Package: trnt-ai/trent-agent-skills
Source: https://github.com/trnt-ai/trent-agent-skills/tree/main/code-to-doc/skills/customer-facing

### doc-style

Official Trent AI skill from trnt-ai/trent-agent-skills.

Install:

```bash
npx skills add trnt-ai/trent-agent-skills@doc-style -y
```

Package: trnt-ai/trent-agent-skills
Source: https://github.com/trnt-ai/trent-agent-skills/tree/main/code-to-doc/skills/doc-style

### github-tools

Official Trent AI skill from trnt-ai/trent-agent-skills.

Install:

```bash
npx skills add trnt-ai/trent-agent-skills@github-tools -y
```

Package: trnt-ai/trent-agent-skills
Source: https://github.com/trnt-ai/trent-agent-skills/tree/HEAD/code-to-doc/skills/github-tools

## trnt-ai/trent-agent-skills package overview

Includes 3 official skills: customer-facing, doc-style, github-tools.

### Top skills in this package

- customer-facing: Official Trent AI skill from trnt-ai/trent-agent-skills.
- doc-style: Official Trent AI skill from trnt-ai/trent-agent-skills.
- github-tools: Official Trent AI skill from trnt-ai/trent-agent-skills.

### Install

Install the full package:

```bash
npx skills add trnt-ai/trent-agent-skills -y
```

Install a specific skill:

```bash
npx skills add trnt-ai/trent-agent-skills@customer-facing -y
```

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

Source: https://github.com/trnt-ai/trent-agent-skills#readme
