# WordLift AI Agent Skills

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

Browse 10 official AI agent skills across 3 WordLift repositories, with install commands and source links.

Official page: https://skillscout.sh/official/wordlift/
Markdown page: https://skillscout.sh/official/wordlift/wordlift_skills_skillscout.md
Vendor website: https://wordlift.io/

## Prompt for your agent

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

### wordlift/graph-sync-agent-kit

Includes 6 official skills: graph-sync-github-workflow-review, graph-sync-project, graph-sync-curator, graph-sync-postprocessor-authoring, graph-sync-repo-lifecycle, graph-sync-yarrrml-review.

Install:

```bash
npx skills add wordlift/graph-sync-agent-kit -y
```

Source: https://github.com/wordlift/graph-sync-agent-kit

### wordlift/google-ai-edge

Includes 2 official skills: camera-vision, wordlift-graphql.

Install:

```bash
npx skills add wordlift/google-ai-edge -y
```

Source: https://github.com/wordlift/google-ai-edge

### wordlift/wordlift-gemini-cli-extension

Includes 2 official skills: reporting-skill, wordlift-kg-builder.

Install:

```bash
npx skills add wordlift/wordlift-gemini-cli-extension -y
```

Source: https://github.com/wordlift/wordlift-gemini-cli-extension

## Individual skills

### graph-sync-github-workflow-review

Official WordLift skill from wordlift/graph-sync-agent-kit.

Install:

```bash
npx skills add wordlift/graph-sync-agent-kit@graph-sync-github-workflow-review -y
```

Package: wordlift/graph-sync-agent-kit
Source: https://github.com/wordlift/graph-sync-agent-kit/tree/main/skills/graph-sync-github-workflow-review

### graph-sync-project

Official WordLift skill from wordlift/graph-sync-agent-kit.

Install:

```bash
npx skills add wordlift/graph-sync-agent-kit@graph-sync-project -y
```

Package: wordlift/graph-sync-agent-kit
Source: https://github.com/wordlift/graph-sync-agent-kit/tree/main/skills/graph-sync-project

### graph-sync-curator

Official WordLift skill from wordlift/graph-sync-agent-kit.

Install:

```bash
npx skills add wordlift/graph-sync-agent-kit@graph-sync-curator -y
```

Package: wordlift/graph-sync-agent-kit
Source: https://github.com/wordlift/graph-sync-agent-kit/tree/main/skills/graph-sync-curator

### graph-sync-postprocessor-authoring

Official WordLift skill from wordlift/graph-sync-agent-kit.

Install:

```bash
npx skills add wordlift/graph-sync-agent-kit@graph-sync-postprocessor-authoring -y
```

Package: wordlift/graph-sync-agent-kit
Source: https://github.com/wordlift/graph-sync-agent-kit/tree/main/skills/graph-sync-postprocessor-authoring

### graph-sync-repo-lifecycle

Official WordLift skill from wordlift/graph-sync-agent-kit.

Install:

```bash
npx skills add wordlift/graph-sync-agent-kit@graph-sync-repo-lifecycle -y
```

Package: wordlift/graph-sync-agent-kit
Source: https://github.com/wordlift/graph-sync-agent-kit/tree/main/skills/graph-sync-repo-lifecycle

### graph-sync-yarrrml-review

Official WordLift skill from wordlift/graph-sync-agent-kit.

Install:

```bash
npx skills add wordlift/graph-sync-agent-kit@graph-sync-yarrrml-review -y
```

Package: wordlift/graph-sync-agent-kit
Source: https://github.com/wordlift/graph-sync-agent-kit/tree/main/skills/graph-sync-yarrrml-review

### camera-vision

Official WordLift skill from wordlift/google-ai-edge.

Install:

```bash
npx skills add wordlift/google-ai-edge@camera-vision -y
```

Package: wordlift/google-ai-edge
Source: https://github.com/wordlift/google-ai-edge/tree/main/camera-vision

### wordlift-graphql

Official WordLift skill from wordlift/google-ai-edge.

Install:

```bash
npx skills add wordlift/google-ai-edge@wordlift-graphql -y
```

Package: wordlift/google-ai-edge
Source: https://github.com/wordlift/google-ai-edge/tree/main/wordlift-graphql

### reporting-skill

Official WordLift skill from wordlift/wordlift-gemini-cli-extension.

Install:

```bash
npx skills add wordlift/wordlift-gemini-cli-extension@reporting-skill -y
```

Package: wordlift/wordlift-gemini-cli-extension
Source: https://github.com/wordlift/wordlift-gemini-cli-extension/tree/main/skills/reporting-skill

### wordlift-kg-builder

Official WordLift skill from wordlift/wordlift-gemini-cli-extension.

Install:

```bash
npx skills add wordlift/wordlift-gemini-cli-extension@wordlift-kg-builder -y
```

Package: wordlift/wordlift-gemini-cli-extension
Source: https://github.com/wordlift/wordlift-gemini-cli-extension/tree/main/skills/wordlift-kg-builder

## wordlift/graph-sync-agent-kit package overview

Includes 6 official skills: graph-sync-github-workflow-review, graph-sync-project, graph-sync-curator, graph-sync-postprocessor-authoring, graph-sync-repo-lifecycle, graph-sync-yarrrml-review.

### Top skills in this package

- graph-sync-github-workflow-review: Official WordLift skill from wordlift/graph-sync-agent-kit.
- graph-sync-project: Official WordLift skill from wordlift/graph-sync-agent-kit.
- graph-sync-curator: Official WordLift skill from wordlift/graph-sync-agent-kit.
- graph-sync-postprocessor-authoring: Official WordLift skill from wordlift/graph-sync-agent-kit.
- graph-sync-repo-lifecycle: Official WordLift skill from wordlift/graph-sync-agent-kit.
- graph-sync-yarrrml-review: Official WordLift skill from wordlift/graph-sync-agent-kit.

### Install

Install the full package:

```bash
npx skills add wordlift/graph-sync-agent-kit -y
```

Install a specific skill:

```bash
npx skills add wordlift/graph-sync-agent-kit@graph-sync-github-workflow-review -y
```

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

Source: https://github.com/wordlift/graph-sync-agent-kit#readme
