# HyAway AI Agent Skills

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

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

Official page: https://skillscout.sh/official/hyaway/
Markdown page: https://skillscout.sh/official/hyaway/hyaway_skills_skillscout.md
Vendor website: https://hyaway.com/

## Prompt for your agent

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

### hyaway/hyaway

Includes 6 official skills: update-changelog, web-design-guidelines, create-release, frontend-design, vercel-composition-patterns, vercel-react-best-practices.

Install:

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

Source: https://github.com/hyaway/hyaway

## Individual skills

### update-changelog

Official HyAway skill from hyaway/hyaway.

Install:

```bash
npx skills add hyaway/hyaway@update-changelog -y
```

Package: hyaway/hyaway
Source: https://github.com/hyaway/hyaway/tree/main/.github/skills/update-changelog

### web-design-guidelines

Official HyAway skill from hyaway/hyaway.

Install:

```bash
npx skills add hyaway/hyaway@web-design-guidelines -y
```

Package: hyaway/hyaway
Source: https://github.com/hyaway/hyaway/tree/main/.github/skills/web-design-guidelines

### create-release

Official HyAway skill from hyaway/hyaway.

Install:

```bash
npx skills add hyaway/hyaway@create-release -y
```

Package: hyaway/hyaway
Source: https://github.com/hyaway/hyaway/tree/main/.github/skills/create-release

### frontend-design

Official HyAway skill from hyaway/hyaway.

Install:

```bash
npx skills add hyaway/hyaway@frontend-design -y
```

Package: hyaway/hyaway
Source: https://github.com/hyaway/hyaway/tree/HEAD/.github/skills/frontend-design

### vercel-composition-patterns

Official HyAway skill from hyaway/hyaway.

Install:

```bash
npx skills add hyaway/hyaway@vercel-composition-patterns -y
```

Package: hyaway/hyaway
Source: https://github.com/hyaway/hyaway/tree/HEAD/.github/skills/vercel-composition-patterns

### vercel-react-best-practices

Official HyAway skill from hyaway/hyaway.

Install:

```bash
npx skills add hyaway/hyaway@vercel-react-best-practices -y
```

Package: hyaway/hyaway
Source: https://github.com/hyaway/hyaway/tree/main/.github/skills/vercel-react-best-practices

## hyaway/hyaway package overview

Includes 6 official skills: update-changelog, web-design-guidelines, create-release, frontend-design, vercel-composition-patterns, vercel-react-best-practices.

### Top skills in this package

- update-changelog: Official HyAway skill from hyaway/hyaway.
- web-design-guidelines: Official HyAway skill from hyaway/hyaway.
- create-release: Official HyAway skill from hyaway/hyaway.
- frontend-design: Official HyAway skill from hyaway/hyaway.
- vercel-composition-patterns: Official HyAway skill from hyaway/hyaway.
- vercel-react-best-practices: Official HyAway skill from hyaway/hyaway.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add hyaway/hyaway@update-changelog -y
```

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

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