# K Orc AI Agent Skills

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

Browse 7 official AI agent skills across 1 K Orc repository, with install commands and source links.

Official page: https://skillscout.sh/official/k-orc/
Markdown page: https://skillscout.sh/official/k-orc/k-orc_skills_skillscout.md
Vendor website: https://k-orc.cloud/

## Prompt for your agent

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

### k-orc/openstack-resource-controller

Includes 7 official skills: add-dependency, update-controller, proposal, release-notes, new-controller, review.

Install:

```bash
npx skills add k-orc/openstack-resource-controller -y
```

Source: https://github.com/k-orc/openstack-resource-controller

## Individual skills

### add-dependency

Official K Orc skill from k-orc/openstack-resource-controller.

Install:

```bash
npx skills add k-orc/openstack-resource-controller@add-dependency -y
```

Package: k-orc/openstack-resource-controller
Source: https://github.com/k-orc/openstack-resource-controller/tree/main/.agents/skills/add-dependency

### update-controller

Official K Orc skill from k-orc/openstack-resource-controller.

Install:

```bash
npx skills add k-orc/openstack-resource-controller@update-controller -y
```

Package: k-orc/openstack-resource-controller
Source: https://github.com/k-orc/openstack-resource-controller/tree/main/.agents/skills/update-controller

### proposal

Official K Orc skill from k-orc/openstack-resource-controller.

Install:

```bash
npx skills add k-orc/openstack-resource-controller@proposal -y
```

Package: k-orc/openstack-resource-controller
Source: https://github.com/k-orc/openstack-resource-controller/tree/main/.agents/skills/proposal

### release-notes

Official K Orc skill from k-orc/openstack-resource-controller.

Install:

```bash
npx skills add k-orc/openstack-resource-controller@release-notes -y
```

Package: k-orc/openstack-resource-controller
Source: https://github.com/k-orc/openstack-resource-controller/tree/main/.agents/skills/release-notes

### new-controller

Official K Orc skill from k-orc/openstack-resource-controller.

Install:

```bash
npx skills add k-orc/openstack-resource-controller@new-controller -y
```

Package: k-orc/openstack-resource-controller
Source: https://github.com/k-orc/openstack-resource-controller/tree/main/.agents/skills/new-controller

### review

Official K Orc skill from k-orc/openstack-resource-controller.

Install:

```bash
npx skills add k-orc/openstack-resource-controller@review -y
```

Package: k-orc/openstack-resource-controller
Source: https://github.com/k-orc/openstack-resource-controller/tree/main/.agents/skills/review

### testing

Official K Orc skill from k-orc/openstack-resource-controller.

Install:

```bash
npx skills add k-orc/openstack-resource-controller@testing -y
```

Package: k-orc/openstack-resource-controller
Source: https://github.com/k-orc/openstack-resource-controller/tree/main/.agents/skills/testing

## k-orc/openstack-resource-controller package overview

Includes 7 official skills: add-dependency, update-controller, proposal, release-notes, new-controller, review.

### Top skills in this package

- add-dependency: Official K Orc skill from k-orc/openstack-resource-controller.
- update-controller: Official K Orc skill from k-orc/openstack-resource-controller.
- proposal: Official K Orc skill from k-orc/openstack-resource-controller.
- release-notes: Official K Orc skill from k-orc/openstack-resource-controller.
- new-controller: Official K Orc skill from k-orc/openstack-resource-controller.
- review: Official K Orc skill from k-orc/openstack-resource-controller.
- testing: Official K Orc skill from k-orc/openstack-resource-controller.

### Install

Install the full package:

```bash
npx skills add k-orc/openstack-resource-controller -y
```

Install a specific skill:

```bash
npx skills add k-orc/openstack-resource-controller@add-dependency -y
```

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

Source: https://github.com/k-orc/openstack-resource-controller#readme
