# Crowdlinker Inc. AI Agent Skills

Crowdlinker Inc. publishes official AI agent skills for its tools, services, and developer workflows. Digital Product Studio.

Browse 4 official AI agent skills across 1 Crowdlinker Inc. repository, with install commands and source links.

Official page: https://skillscout.sh/official/crowdlinker/
Markdown page: https://skillscout.sh/official/crowdlinker/crowdlinker_skills_skillscout.md
Vendor website: https://crowdlinker.com/

## Prompt for your agent

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

### crowdlinker/skills

Includes 4 official skills: designmdme-cli, github-commit-and-pr-conventions, github-pr-review, code-review.

Install:

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

Source: https://github.com/CrowdLinker/Skills

## Individual skills

### designmdme-cli

Official Crowdlinker Inc. skill from crowdlinker/skills.

Install:

```bash
npx skills add crowdlinker/skills@designmdme-cli -y
```

Package: crowdlinker/skills
Source: https://github.com/CrowdLinker/Skills/tree/main/designmdme-cli

### github-commit-and-pr-conventions

Official Crowdlinker Inc. skill from crowdlinker/skills.

Install:

```bash
npx skills add crowdlinker/skills@github-commit-and-pr-conventions -y
```

Package: crowdlinker/skills
Source: https://github.com/CrowdLinker/Skills/tree/main/github-commit-and-pr-conventions

### github-pr-review

Official Crowdlinker Inc. skill from crowdlinker/skills.

Install:

```bash
npx skills add crowdlinker/skills@github-pr-review -y
```

Package: crowdlinker/skills
Source: https://github.com/CrowdLinker/Skills/tree/main/github-pr-review

### code-review

Official Crowdlinker Inc. skill from crowdlinker/skills.

Install:

```bash
npx skills add crowdlinker/skills@code-review -y
```

Package: crowdlinker/skills
Source: https://github.com/CrowdLinker/Skills/tree/main/code-review

## crowdlinker/skills package overview

Includes 4 official skills: designmdme-cli, github-commit-and-pr-conventions, github-pr-review, code-review.

### Top skills in this package

- designmdme-cli: Official Crowdlinker Inc. skill from crowdlinker/skills.
- github-commit-and-pr-conventions: Official Crowdlinker Inc. skill from crowdlinker/skills.
- github-pr-review: Official Crowdlinker Inc. skill from crowdlinker/skills.
- code-review: Official Crowdlinker Inc. skill from crowdlinker/skills.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add crowdlinker/skills@designmdme-cli -y
```

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

Source: https://github.com/crowdlinker/skills#readme
