# Seed4J AI Agent Skills

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

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

Official page: https://skillscout.sh/official/seed4j/
Markdown page: https://skillscout.sh/official/seed4j/seed4j_skills_skillscout.md
Vendor website: https://seed4j.com/

## Prompt for your agent

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

### seed4j/seed4j

Includes 2 official skills: test-app, test-module.

Install:

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

Source: https://github.com/seed4j/seed4j

## Individual skills

### test-app

Official Seed4J skill from seed4j/seed4j.

Install:

```bash
npx skills add seed4j/seed4j@test-app -y
```

Package: seed4j/seed4j
Source: https://github.com/seed4j/seed4j/tree/main/.claude/skills/test-app

### test-module

Official Seed4J skill from seed4j/seed4j.

Install:

```bash
npx skills add seed4j/seed4j@test-module -y
```

Package: seed4j/seed4j
Source: https://github.com/seed4j/seed4j/tree/main/.claude/skills/test-module

## seed4j/seed4j package overview

Includes 2 official skills: test-app, test-module.

### Top skills in this package

- test-app: Official Seed4J skill from seed4j/seed4j.
- test-module: Official Seed4J skill from seed4j/seed4j.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add seed4j/seed4j@test-app -y
```

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

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