# LightSeek Foundation AI Agent Skills

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

Browse 5 official AI agent skills across 2 LightSeek Foundation repositories, with install commands and source links.

Official page: https://skillscout.sh/official/lightseekorg/
Markdown page: https://skillscout.sh/official/lightseekorg/lightseekorg_skills_skillscout.md
Vendor website: https://lightseek.org/blog

## Prompt for your agent

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

### lightseekorg/smg-dev-guide

Includes 4 official skills: review-pr, contribute, implement, map.

Install:

```bash
npx skills add lightseekorg/smg-dev-guide -y
```

Source: https://github.com/lightseekorg/smg-dev-guide

### lightseekorg/torchspec

Includes 1 official skill: vllm-version-bump.

Install:

```bash
npx skills add lightseekorg/torchspec -y
```

Source: https://github.com/lightseekorg/TorchSpec

## Individual skills

### review-pr

Official LightSeek Foundation skill from lightseekorg/smg-dev-guide.

Install:

```bash
npx skills add lightseekorg/smg-dev-guide@review-pr -y
```

Package: lightseekorg/smg-dev-guide
Source: https://github.com/lightseekorg/smg-dev-guide/tree/main/skills/review-pr

### contribute

Official LightSeek Foundation skill from lightseekorg/smg-dev-guide.

Install:

```bash
npx skills add lightseekorg/smg-dev-guide@contribute -y
```

Package: lightseekorg/smg-dev-guide
Source: https://github.com/lightseekorg/smg-dev-guide/tree/main/skills/contribute

### implement

Official LightSeek Foundation skill from lightseekorg/smg-dev-guide.

Install:

```bash
npx skills add lightseekorg/smg-dev-guide@implement -y
```

Package: lightseekorg/smg-dev-guide
Source: https://github.com/lightseekorg/smg-dev-guide/tree/main/skills/implement

### map

Official LightSeek Foundation skill from lightseekorg/smg-dev-guide.

Install:

```bash
npx skills add lightseekorg/smg-dev-guide@map -y
```

Package: lightseekorg/smg-dev-guide
Source: https://github.com/lightseekorg/smg-dev-guide/tree/main/skills/map

### vllm-version-bump

Official LightSeek Foundation skill from lightseekorg/torchspec.

Install:

```bash
npx skills add lightseekorg/torchspec@vllm-version-bump -y
```

Package: lightseekorg/torchspec
Source: https://github.com/lightseekorg/TorchSpec/tree/main/skills/vllm-version-bump

## lightseekorg/smg-dev-guide package overview

Includes 4 official skills: review-pr, contribute, implement, map.

### Top skills in this package

- review-pr: Official LightSeek Foundation skill from lightseekorg/smg-dev-guide.
- contribute: Official LightSeek Foundation skill from lightseekorg/smg-dev-guide.
- implement: Official LightSeek Foundation skill from lightseekorg/smg-dev-guide.
- map: Official LightSeek Foundation skill from lightseekorg/smg-dev-guide.

### Install

Install the full package:

```bash
npx skills add lightseekorg/smg-dev-guide -y
```

Install a specific skill:

```bash
npx skills add lightseekorg/smg-dev-guide@review-pr -y
```

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

Source: https://github.com/lightseekorg/smg-dev-guide#readme
