# Graphif AI Agent Skills

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

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

Official page: https://skillscout.sh/official/graphif/
Markdown page: https://skillscout.sh/official/graphif/graphif_skills_skillscout.md
Vendor website: https://graphif.dev/

## Prompt for your agent

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

### graphif/project-graph

Includes 3 official skills: create-setting-item, create-keybind, manage-translations.

Install:

```bash
npx skills add graphif/project-graph -y
```

Source: https://github.com/graphif/project-graph

## Individual skills

### create-setting-item

Official Graphif skill from graphif/project-graph.

Install:

```bash
npx skills add graphif/project-graph@create-setting-item -y
```

Package: graphif/project-graph
Source: https://github.com/graphif/project-graph/tree/master/.trae/skills/create-setting-item

### create-keybind

Official Graphif skill from graphif/project-graph.

Install:

```bash
npx skills add graphif/project-graph@create-keybind -y
```

Package: graphif/project-graph
Source: https://github.com/graphif/project-graph/tree/master/.trae/skills/create-keybind

### manage-translations

Official Graphif skill from graphif/project-graph.

Install:

```bash
npx skills add graphif/project-graph@manage-translations -y
```

Package: graphif/project-graph
Source: https://github.com/graphif/project-graph/tree/HEAD/.trae/skills/manage-translations

## graphif/project-graph package overview

Includes 3 official skills: create-setting-item, create-keybind, manage-translations.

### Top skills in this package

- create-setting-item: Official Graphif skill from graphif/project-graph.
- create-keybind: Official Graphif skill from graphif/project-graph.
- manage-translations: Official Graphif skill from graphif/project-graph.

### Install

Install the full package:

```bash
npx skills add graphif/project-graph -y
```

Install a specific skill:

```bash
npx skills add graphif/project-graph@create-setting-item -y
```

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

Source: https://github.com/graphif/project-graph#readme
