# Blinkk AI Agent Skills

Blinkk publishes official AI agent skills for its tools, services, and developer workflows. Develop, localize, launch, repeat.

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

Official page: https://skillscout.sh/official/blinkk/
Markdown page: https://skillscout.sh/official/blinkk/blinkk_skills_skillscout.md
Vendor website: https://blinkk.com/

## Prompt for your agent

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

### blinkk/rootjs

Includes 3 official skills: root-cms-apply, root-cms-cli, root-cms-propose.

Install:

```bash
npx skills add blinkk/rootjs -y
```

Source: https://github.com/blinkk/rootjs

## Individual skills

### root-cms-apply

Official Blinkk skill from blinkk/rootjs.

Install:

```bash
npx skills add blinkk/rootjs@root-cms-apply -y
```

Package: blinkk/rootjs
Source: https://github.com/blinkk/rootjs/tree/HEAD/packages/root-cms/skills/root-cms-apply

### root-cms-cli

Official Blinkk skill from blinkk/rootjs.

Install:

```bash
npx skills add blinkk/rootjs@root-cms-cli -y
```

Package: blinkk/rootjs
Source: https://github.com/blinkk/rootjs/tree/main/packages/root-cms/skills/root-cms-cli

### root-cms-propose

Official Blinkk skill from blinkk/rootjs.

Install:

```bash
npx skills add blinkk/rootjs@root-cms-propose -y
```

Package: blinkk/rootjs
Source: https://github.com/blinkk/rootjs/tree/HEAD/packages/root-cms/skills/root-cms-propose

## blinkk/rootjs package overview

Includes 3 official skills: root-cms-apply, root-cms-cli, root-cms-propose.

### Top skills in this package

- root-cms-apply: Official Blinkk skill from blinkk/rootjs.
- root-cms-cli: Official Blinkk skill from blinkk/rootjs.
- root-cms-propose: Official Blinkk skill from blinkk/rootjs.

### Install

Install the full package:

```bash
npx skills add blinkk/rootjs -y
```

Install a specific skill:

```bash
npx skills add blinkk/rootjs@root-cms-apply -y
```

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

Source: https://github.com/blinkk/rootjs#readme
