# Kritikos IO AI Agent Skills

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

Browse 6 official AI agent skills across 1 Kritikos IO repository, with install commands and source links.

Official page: https://skillscout.sh/official/kritikos-io/
Markdown page: https://skillscout.sh/official/kritikos-io/kritikos-io_skills_skillscout.md
Vendor website: https://kritikos.io/

## Prompt for your agent

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

### kritikos-io/templates-dotnet

Includes 6 official skills: docker-build, new-release, ef-migration, new-adr, new-library, new-web-api-project.

Install:

```bash
npx skills add kritikos-io/templates-dotnet -y
```

Source: https://github.com/kritikos-io/templates-dotnet

## Individual skills

### docker-build

Official Kritikos IO skill from kritikos-io/templates-dotnet.

Install:

```bash
npx skills add kritikos-io/templates-dotnet@docker-build -y
```

Package: kritikos-io/templates-dotnet
Source: https://github.com/kritikos-io/templates-dotnet/tree/main/.github/skills/docker-build

### new-release

Official Kritikos IO skill from kritikos-io/templates-dotnet.

Install:

```bash
npx skills add kritikos-io/templates-dotnet@new-release -y
```

Package: kritikos-io/templates-dotnet
Source: https://github.com/kritikos-io/templates-dotnet/tree/main/.github/skills/new-release

### ef-migration

Official Kritikos IO skill from kritikos-io/templates-dotnet.

Install:

```bash
npx skills add kritikos-io/templates-dotnet@ef-migration -y
```

Package: kritikos-io/templates-dotnet
Source: https://github.com/kritikos-io/templates-dotnet/tree/main/.github/skills/ef-migration

### new-adr

Official Kritikos IO skill from kritikos-io/templates-dotnet.

Install:

```bash
npx skills add kritikos-io/templates-dotnet@new-adr -y
```

Package: kritikos-io/templates-dotnet
Source: https://github.com/kritikos-io/templates-dotnet/tree/main/.github/skills/new-adr

### new-library

Official Kritikos IO skill from kritikos-io/templates-dotnet.

Install:

```bash
npx skills add kritikos-io/templates-dotnet@new-library -y
```

Package: kritikos-io/templates-dotnet
Source: https://github.com/kritikos-io/templates-dotnet/tree/main/.github/skills/new-library

### new-web-api-project

Official Kritikos IO skill from kritikos-io/templates-dotnet.

Install:

```bash
npx skills add kritikos-io/templates-dotnet@new-web-api-project -y
```

Package: kritikos-io/templates-dotnet
Source: https://github.com/kritikos-io/templates-dotnet/tree/main/.github/skills/new-web-api-project

## kritikos-io/templates-dotnet package overview

Includes 6 official skills: docker-build, new-release, ef-migration, new-adr, new-library, new-web-api-project.

### Top skills in this package

- docker-build: Official Kritikos IO skill from kritikos-io/templates-dotnet.
- new-release: Official Kritikos IO skill from kritikos-io/templates-dotnet.
- ef-migration: Official Kritikos IO skill from kritikos-io/templates-dotnet.
- new-adr: Official Kritikos IO skill from kritikos-io/templates-dotnet.
- new-library: Official Kritikos IO skill from kritikos-io/templates-dotnet.
- new-web-api-project: Official Kritikos IO skill from kritikos-io/templates-dotnet.

### Install

Install the full package:

```bash
npx skills add kritikos-io/templates-dotnet -y
```

Install a specific skill:

```bash
npx skills add kritikos-io/templates-dotnet@docker-build -y
```

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

Source: https://github.com/kritikos-io/templates-dotnet#readme
