# Calkit AI Agent Skills

Calkit publishes official AI agent skills for its tools, services, and developer workflows. Integrated, automated, accelerated research.

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

Official page: https://skillscout.sh/official/calkit/
Markdown page: https://skillscout.sh/official/calkit/calkit_skills_skillscout.md
Vendor website: https://calkit.org/

## Prompt for your agent

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

### calkit/calkit

Includes 6 official skills: add-pipeline-stage, build-paper-pipeline, check-questions, check-reproducibility, conventions, create-pipeline.

Install:

```bash
npx skills add calkit/calkit -y
```

Source: https://github.com/calkit/calkit

## Individual skills

### add-pipeline-stage

Official Calkit skill from calkit/calkit.

Install:

```bash
npx skills add calkit/calkit@add-pipeline-stage -y
```

Package: calkit/calkit
Source: https://github.com/calkit/calkit/tree/main/agent-plugin/skills/add-pipeline-stage

### build-paper-pipeline

Official Calkit skill from calkit/calkit.

Install:

```bash
npx skills add calkit/calkit@build-paper-pipeline -y
```

Package: calkit/calkit
Source: https://github.com/calkit/calkit/tree/HEAD/agent-plugin/skills/build-paper-pipeline

### check-questions

Official Calkit skill from calkit/calkit.

Install:

```bash
npx skills add calkit/calkit@check-questions -y
```

Package: calkit/calkit
Source: https://github.com/calkit/calkit/tree/HEAD/agent-plugin/skills/check-questions

### check-reproducibility

Official Calkit skill from calkit/calkit.

Install:

```bash
npx skills add calkit/calkit@check-reproducibility -y
```

Package: calkit/calkit
Source: https://github.com/calkit/calkit/tree/HEAD/agent-plugin/skills/check-reproducibility

### conventions

Official Calkit skill from calkit/calkit.

Install:

```bash
npx skills add calkit/calkit@conventions -y
```

Package: calkit/calkit
Source: https://github.com/calkit/calkit/tree/main/agent-plugin/skills/conventions

### create-pipeline

Official Calkit skill from calkit/calkit.

Install:

```bash
npx skills add calkit/calkit@create-pipeline -y
```

Package: calkit/calkit
Source: https://github.com/calkit/calkit/tree/main/agent-plugin/skills/create-pipeline

## calkit/calkit package overview

Includes 6 official skills: add-pipeline-stage, build-paper-pipeline, check-questions, check-reproducibility, conventions, create-pipeline.

### Top skills in this package

- add-pipeline-stage: Official Calkit skill from calkit/calkit.
- build-paper-pipeline: Official Calkit skill from calkit/calkit.
- check-questions: Official Calkit skill from calkit/calkit.
- check-reproducibility: Official Calkit skill from calkit/calkit.
- conventions: Official Calkit skill from calkit/calkit.
- create-pipeline: Official Calkit skill from calkit/calkit.

### Install

Install the full package:

```bash
npx skills add calkit/calkit -y
```

Install a specific skill:

```bash
npx skills add calkit/calkit@add-pipeline-stage -y
```

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

Source: https://github.com/calkit/calkit#readme
