# Alephic AI Agent Skills

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

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

Official page: https://skillscout.sh/official/alephic-ai/
Markdown page: https://skillscout.sh/official/alephic-ai/alephic-ai_skills_skillscout.md
Vendor website: https://alephic.com/

## Prompt for your agent

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

### alephic-ai/skref

Includes 9 official skills: bad_name, claude-everything, claude-pr-reviewer, git-commit-helper, hello-world, missing-fields.

Install:

```bash
npx skills add alephic-ai/skref -y
```

Source: https://github.com/alephic-ai/skref

## Individual skills

### 

Official Alephic skill from alephic-ai/skref.

Install:

```bash
npx skills add alephic-ai/skref@ -y
```

Package: alephic-ai/skref
Source: https://github.com/alephic-ai/skref/tree/HEAD/tests/fixtures/sample-skills/

### bad_name

Official Alephic skill from alephic-ai/skref.

Install:

```bash
npx skills add alephic-ai/skref@bad_name -y
```

Package: alephic-ai/skref
Source: https://github.com/alephic-ai/skref/tree/main/tests/fixtures/invalid-skills/bad_name

### claude-everything

Official Alephic skill from alephic-ai/skref.

Install:

```bash
npx skills add alephic-ai/skref@claude-everything -y
```

Package: alephic-ai/skref
Source: https://github.com/alephic-ai/skref/tree/main/tests/fixtures/claude-skills/claude-everything

### claude-pr-reviewer

Official Alephic skill from alephic-ai/skref.

Install:

```bash
npx skills add alephic-ai/skref@claude-pr-reviewer -y
```

Package: alephic-ai/skref
Source: https://github.com/alephic-ai/skref/tree/main/tests/fixtures/claude-skills/claude-pr-reviewer

### git-commit-helper

Official Alephic skill from alephic-ai/skref.

Install:

```bash
npx skills add alephic-ai/skref@git-commit-helper -y
```

Package: alephic-ai/skref
Source: https://github.com/alephic-ai/skref/tree/main/tests/fixtures/sample-skills/git-commit-helper

### hello-world

Official Alephic skill from alephic-ai/skref.

Install:

```bash
npx skills add alephic-ai/skref@hello-world -y
```

Package: alephic-ai/skref
Source: https://github.com/alephic-ai/skref/tree/main/tests/fixtures/sample-skills/hello-world

### missing-fields

Official Alephic skill from alephic-ai/skref.

Install:

```bash
npx skills add alephic-ai/skref@missing-fields -y
```

Package: alephic-ai/skref
Source: https://github.com/alephic-ai/skref/tree/HEAD/tests/fixtures/invalid-skills/missing-fields

### pdf-processing

Official Alephic skill from alephic-ai/skref.

Install:

```bash
npx skills add alephic-ai/skref@pdf-processing -y
```

Package: alephic-ai/skref
Source: https://github.com/alephic-ai/skref/tree/main/tests/fixtures/sample-skills/pdf-processing

### social-post-approval

Official Alephic skill from alephic-ai/skref.

Install:

```bash
npx skills add alephic-ai/skref@social-post-approval -y
```

Package: alephic-ai/skref
Source: https://github.com/alephic-ai/skref/tree/main/tests/fixtures/sample-skills/social-post-approval

## alephic-ai/skref package overview

Includes 9 official skills: bad_name, claude-everything, claude-pr-reviewer, git-commit-helper, hello-world, missing-fields.

### Top skills in this package

- : Official Alephic skill from alephic-ai/skref.
- bad_name: Official Alephic skill from alephic-ai/skref.
- claude-everything: Official Alephic skill from alephic-ai/skref.
- claude-pr-reviewer: Official Alephic skill from alephic-ai/skref.
- git-commit-helper: Official Alephic skill from alephic-ai/skref.
- hello-world: Official Alephic skill from alephic-ai/skref.
- missing-fields: Official Alephic skill from alephic-ai/skref.
- pdf-processing: Official Alephic skill from alephic-ai/skref.

### Install

Install the full package:

```bash
npx skills add alephic-ai/skref -y
```

Install a specific skill:

```bash
npx skills add alephic-ai/skref@ -y
```

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

Source: https://github.com/alephic-ai/skref#readme
