# Partly AI Agent Skills

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

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

Official page: https://skillscout.sh/official/thepartly/
Markdown page: https://skillscout.sh/official/thepartly/thepartly_skills_skillscout.md
Vendor website: https://partly.com/

## Prompt for your agent

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

### thepartly/automodel

Includes 3 official skills: cargo-release, invalidate-generated, testing.

Install:

```bash
npx skills add thepartly/automodel -y
```

Source: https://github.com/thepartly/automodel

## Individual skills

### cargo-release

Official Partly skill from thepartly/automodel.

Install:

```bash
npx skills add thepartly/automodel@cargo-release -y
```

Package: thepartly/automodel
Source: https://github.com/thepartly/automodel/tree/master/.agents/skills/cargo-release

### invalidate-generated

Official Partly skill from thepartly/automodel.

Install:

```bash
npx skills add thepartly/automodel@invalidate-generated -y
```

Package: thepartly/automodel
Source: https://github.com/thepartly/automodel/tree/master/.agents/skills/invalidate-generated

### testing

Official Partly skill from thepartly/automodel.

Install:

```bash
npx skills add thepartly/automodel@testing -y
```

Package: thepartly/automodel
Source: https://github.com/thepartly/automodel/tree/master/.agents/skills/testing

## thepartly/automodel package overview

Includes 3 official skills: cargo-release, invalidate-generated, testing.

### Top skills in this package

- cargo-release: Official Partly skill from thepartly/automodel.
- invalidate-generated: Official Partly skill from thepartly/automodel.
- testing: Official Partly skill from thepartly/automodel.

### Install

Install the full package:

```bash
npx skills add thepartly/automodel -y
```

Install a specific skill:

```bash
npx skills add thepartly/automodel@cargo-release -y
```

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

Source: https://github.com/thepartly/automodel#readme
