# Knitli AI Agent Skills

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

Browse 7 official AI agent skills across 2 Knitli repositories, with install commands and source links.

Official page: https://skillscout.sh/official/knitli/
Markdown page: https://skillscout.sh/official/knitli/knitli_skills_skillscout.md
Vendor website: https://github.com/knitli

## Prompt for your agent

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

### knitli/toolshed

Includes 4 official skills: .codex, context-hygiene, onboarding, setup.

Install:

```bash
npx skills add knitli/toolshed -y
```

Source: https://github.com/knitli/toolshed

### knitli/thread

Includes 3 official skills: .codex, .codex, cocoindex-rust.

Install:

```bash
npx skills add knitli/thread -y
```

Source: https://github.com/knitli/thread

## Individual skills

### .codex

Official Knitli skill from knitli/toolshed.

Install:

```bash
npx skills add knitli/toolshed@.codex -y
```

Package: knitli/toolshed
Source: https://github.com/knitli/toolshed/tree/HEAD/plugins/ctx/cross-client/.codex

### context-hygiene

Official Knitli skill from knitli/toolshed.

Install:

```bash
npx skills add knitli/toolshed@context-hygiene -y
```

Package: knitli/toolshed
Source: https://github.com/knitli/toolshed/tree/main/plugins/ctx/skills/context-hygiene

### onboarding

Official Knitli skill from knitli/toolshed.

Install:

```bash
npx skills add knitli/toolshed@onboarding -y
```

Package: knitli/toolshed
Source: https://github.com/knitli/toolshed/tree/HEAD/plugins/codeweaver/agents/onboarding

### setup

Official Knitli skill from knitli/toolshed.

Install:

```bash
npx skills add knitli/toolshed@setup -y
```

Package: knitli/toolshed
Source: https://github.com/knitli/toolshed/tree/HEAD/plugins/codeweaver/skills/setup

### .codex

Official Knitli skill from knitli/thread.

Install:

```bash
npx skills add knitli/thread@.codex -y
```

Package: knitli/thread
Source: https://github.com/knitli/thread/tree/HEAD/.claude/plugins/ctx/cross-client/.codex

### .codex

Official Knitli skill from knitli/thread.

Install:

```bash
npx skills add knitli/thread@.codex -y
```

Package: knitli/thread
Source: https://github.com/knitli/thread/tree/HEAD/ctx-plugin/cross-client/.codex

### cocoindex-rust

Official Knitli skill from knitli/thread.

Install:

```bash
npx skills add knitli/thread@cocoindex-rust -y
```

Package: knitli/thread
Source: https://github.com/knitli/thread/tree/HEAD/.gemini/skills/cocoindex-rust

## knitli/toolshed package overview

Includes 4 official skills: .codex, context-hygiene, onboarding, setup.

### Top skills in this package

- .codex: Official Knitli skill from knitli/toolshed.
- context-hygiene: Official Knitli skill from knitli/toolshed.
- onboarding: Official Knitli skill from knitli/toolshed.
- setup: Official Knitli skill from knitli/toolshed.

### Install

Install the full package:

```bash
npx skills add knitli/toolshed -y
```

Install a specific skill:

```bash
npx skills add knitli/toolshed@.codex -y
```

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

Source: https://github.com/knitli/toolshed#readme
