# Just AI AI Agent Skills

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

Browse 4 official AI agent skills across 2 Just AI repositories, with install commands and source links.

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

## Prompt for your agent

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

### just-ai/shmastra

Includes 3 official skills: apps, channels, mastra.

Install:

```bash
npx skills add just-ai/shmastra -y
```

Source: https://github.com/just-ai/shmastra

### just-ai/shmastra-cloud

Includes 1 official skill: shmastra-scheduler.

Install:

```bash
npx skills add just-ai/shmastra-cloud -y
```

Source: https://github.com/just-ai/shmastra-cloud

## Individual skills

### apps

Official Just AI skill from just-ai/shmastra.

Install:

```bash
npx skills add just-ai/shmastra@apps -y
```

Package: just-ai/shmastra
Source: https://github.com/just-ai/shmastra/tree/main/src/mastra/public/.mastracode/skills/apps

### channels

Official Just AI skill from just-ai/shmastra.

Install:

```bash
npx skills add just-ai/shmastra@channels -y
```

Package: just-ai/shmastra
Source: https://github.com/just-ai/shmastra/tree/main/src/mastra/public/.mastracode/skills/channels

### mastra

Official Just AI skill from just-ai/shmastra.

Install:

```bash
npx skills add just-ai/shmastra@mastra -y
```

Package: just-ai/shmastra
Source: https://github.com/just-ai/shmastra/tree/main/src/mastra/public/.mastracode/skills/mastra

### shmastra-scheduler

Official Just AI skill from just-ai/shmastra-cloud.

Install:

```bash
npx skills add just-ai/shmastra-cloud@shmastra-scheduler -y
```

Package: just-ai/shmastra-cloud
Source: https://github.com/just-ai/shmastra-cloud/tree/main/lib/skills/shmastra-scheduler

## just-ai/shmastra package overview

Includes 3 official skills: apps, channels, mastra.

### Top skills in this package

- apps: Official Just AI skill from just-ai/shmastra.
- channels: Official Just AI skill from just-ai/shmastra.
- mastra: Official Just AI skill from just-ai/shmastra.

### Install

Install the full package:

```bash
npx skills add just-ai/shmastra -y
```

Install a specific skill:

```bash
npx skills add just-ai/shmastra@apps -y
```

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

Source: https://github.com/just-ai/shmastra#readme
