# Graphistry AI Agent Skills

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

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

Official page: https://skillscout.sh/official/graphistry/
Markdown page: https://skillscout.sh/official/graphistry/graphistry_skills_skillscout.md
Vendor website: https://graphistry.com/

## Prompt for your agent

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

### graphistry/graphistry-skills

Includes 1 official skill: skill-template.

Install:

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

Source: https://github.com/graphistry/graphistry-skills

### graphistry/pygraphistry

Includes 3 official skills: plan, review, test-amplification.

Install:

```bash
npx skills add graphistry/pygraphistry -y
```

Source: https://github.com/graphistry/pygraphistry

## Individual skills

### skill-template

Official Graphistry skill from graphistry/graphistry-skills.

Install:

```bash
npx skills add graphistry/graphistry-skills@skill-template -y
```

Package: graphistry/graphistry-skills
Source: https://github.com/graphistry/graphistry-skills/tree/HEAD/templates/skill-template

### plan

Official Graphistry skill from graphistry/pygraphistry.

Install:

```bash
npx skills add graphistry/pygraphistry@plan -y
```

Package: graphistry/pygraphistry
Source: https://github.com/graphistry/pygraphistry/tree/master/agents/skills/plan

### review

Official Graphistry skill from graphistry/pygraphistry.

Install:

```bash
npx skills add graphistry/pygraphistry@review -y
```

Package: graphistry/pygraphistry
Source: https://github.com/graphistry/pygraphistry/tree/master/agents/skills/review

### test-amplification

Official Graphistry skill from graphistry/pygraphistry.

Install:

```bash
npx skills add graphistry/pygraphistry@test-amplification -y
```

Package: graphistry/pygraphistry
Source: https://github.com/graphistry/pygraphistry/tree/master/agents/skills/test-amplification

## graphistry/graphistry-skills package overview

Includes 1 official skill: skill-template.

### Top skills in this package

- skill-template: Official Graphistry skill from graphistry/graphistry-skills.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add graphistry/graphistry-skills@skill-template -y
```

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

Source: https://github.com/graphistry/graphistry-skills#readme
