# Quarkiverse Hub AI Agent Skills

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

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

Official page: https://skillscout.sh/official/quarkiverse/
Markdown page: https://skillscout.sh/official/quarkiverse/quarkiverse_skills_skillscout.md
Vendor website: https://quarkiverse.io/

## Prompt for your agent

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

### quarkiverse/quarkus-langchain4j

Includes 3 official skills: bazqux-skill, foobar-skill, poem-writing.

Install:

```bash
npx skills add quarkiverse/quarkus-langchain4j -y
```

Source: https://github.com/quarkiverse/quarkus-langchain4j

## Individual skills

### bazqux-skill

Official Quarkiverse Hub skill from quarkiverse/quarkus-langchain4j.

Install:

```bash
npx skills add quarkiverse/quarkus-langchain4j@bazqux-skill -y
```

Package: quarkiverse/quarkus-langchain4j
Source: https://github.com/quarkiverse/quarkus-langchain4j/tree/main/skills/deployment/src/test/resources/skills/bazqux-skill

### foobar-skill

Official Quarkiverse Hub skill from quarkiverse/quarkus-langchain4j.

Install:

```bash
npx skills add quarkiverse/quarkus-langchain4j@foobar-skill -y
```

Package: quarkiverse/quarkus-langchain4j
Source: https://github.com/quarkiverse/quarkus-langchain4j/tree/HEAD/skills/deployment/src/test/resources/skills/foobar-skill

### poem-writing

Official Quarkiverse Hub skill from quarkiverse/quarkus-langchain4j.

Install:

```bash
npx skills add quarkiverse/quarkus-langchain4j@poem-writing -y
```

Package: quarkiverse/quarkus-langchain4j
Source: https://github.com/quarkiverse/quarkus-langchain4j/tree/main/samples/skills/src/main/resources/skills/poem-writing

## quarkiverse/quarkus-langchain4j package overview

Includes 3 official skills: bazqux-skill, foobar-skill, poem-writing.

### Top skills in this package

- bazqux-skill: Official Quarkiverse Hub skill from quarkiverse/quarkus-langchain4j.
- foobar-skill: Official Quarkiverse Hub skill from quarkiverse/quarkus-langchain4j.
- poem-writing: Official Quarkiverse Hub skill from quarkiverse/quarkus-langchain4j.

### Install

Install the full package:

```bash
npx skills add quarkiverse/quarkus-langchain4j -y
```

Install a specific skill:

```bash
npx skills add quarkiverse/quarkus-langchain4j@bazqux-skill -y
```

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

Source: https://github.com/quarkiverse/quarkus-langchain4j#readme
