# CogitoForge AI AI Agent Skills

CogitoForge AI publishes official AI agent skills for its tools, services, and developer workflows. Building AI-native tools for thinking, writing, and software engineering.

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

Official page: https://skillscout.sh/official/cogitoforge-ai/
Markdown page: https://skillscout.sh/official/cogitoforge-ai/cogitoforge-ai_skills_skillscout.md
Vendor website: https://www.cogito-ai.org/

## Prompt for your agent

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

### cogitoforge-ai/cogito-review

Includes 2 official skills: code-reviewer, comment-responder.

Install:

```bash
npx skills add cogitoforge-ai/cogito-review -y
```

Source: https://github.com/CogitoForge-AI/cogito-review

## Individual skills

### code-reviewer

Official CogitoForge AI skill from cogitoforge-ai/cogito-review.

Install:

```bash
npx skills add cogitoforge-ai/cogito-review@code-reviewer -y
```

Package: cogitoforge-ai/cogito-review
Source: https://github.com/CogitoForge-AI/cogito-review/tree/main/agent/skills/code-reviewer

### comment-responder

Official CogitoForge AI skill from cogitoforge-ai/cogito-review.

Install:

```bash
npx skills add cogitoforge-ai/cogito-review@comment-responder -y
```

Package: cogitoforge-ai/cogito-review
Source: https://github.com/cogitoforge-ai/cogito-review/tree/HEAD/agent/skills/comment-responder

## cogitoforge-ai/cogito-review package overview

Includes 2 official skills: code-reviewer, comment-responder.

### Top skills in this package

- code-reviewer: Official CogitoForge AI skill from cogitoforge-ai/cogito-review.
- comment-responder: Official CogitoForge AI skill from cogitoforge-ai/cogito-review.

### Install

Install the full package:

```bash
npx skills add cogitoforge-ai/cogito-review -y
```

Install a specific skill:

```bash
npx skills add cogitoforge-ai/cogito-review@code-reviewer -y
```

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

Source: https://github.com/cogitoforge-ai/cogito-review#readme
