# Lowdefy AI Agent Skills

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

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

Official page: https://skillscout.sh/official/lowdefy/
Markdown page: https://skillscout.sh/official/lowdefy/lowdefy_skills_skillscout.md
Vendor website: https://lowdefy.com/

## Prompt for your agent

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

### lowdefy/lowdefy

Includes 6 official skills: l-changeset, l-commit, l-new-issue, l-pr, l-update-deps, l-write-block-e2e.

Install:

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

Source: https://github.com/lowdefy/lowdefy

## Individual skills

### l-changeset

Official Lowdefy skill from lowdefy/lowdefy.

Install:

```bash
npx skills add lowdefy/lowdefy@l-changeset -y
```

Package: lowdefy/lowdefy
Source: https://github.com/lowdefy/lowdefy/tree/main/.claude/skills/l-changeset

### l-commit

Official Lowdefy skill from lowdefy/lowdefy.

Install:

```bash
npx skills add lowdefy/lowdefy@l-commit -y
```

Package: lowdefy/lowdefy
Source: https://github.com/lowdefy/lowdefy/tree/main/.claude/skills/l-commit

### l-new-issue

Official Lowdefy skill from lowdefy/lowdefy.

Install:

```bash
npx skills add lowdefy/lowdefy@l-new-issue -y
```

Package: lowdefy/lowdefy
Source: https://github.com/lowdefy/lowdefy/tree/main/.claude/skills/l-new-issue

### l-pr

Official Lowdefy skill from lowdefy/lowdefy.

Install:

```bash
npx skills add lowdefy/lowdefy@l-pr -y
```

Package: lowdefy/lowdefy
Source: https://github.com/lowdefy/lowdefy/tree/main/.claude/skills/l-pr

### l-update-deps

Official Lowdefy skill from lowdefy/lowdefy.

Install:

```bash
npx skills add lowdefy/lowdefy@l-update-deps -y
```

Package: lowdefy/lowdefy
Source: https://github.com/lowdefy/lowdefy/tree/main/.claude/skills/l-update-deps

### l-write-block-e2e

Official Lowdefy skill from lowdefy/lowdefy.

Install:

```bash
npx skills add lowdefy/lowdefy@l-write-block-e2e -y
```

Package: lowdefy/lowdefy
Source: https://github.com/lowdefy/lowdefy/tree/main/.claude/skills/l-write-block-e2e

## lowdefy/lowdefy package overview

Includes 6 official skills: l-changeset, l-commit, l-new-issue, l-pr, l-update-deps, l-write-block-e2e.

### Top skills in this package

- l-changeset: Official Lowdefy skill from lowdefy/lowdefy.
- l-commit: Official Lowdefy skill from lowdefy/lowdefy.
- l-new-issue: Official Lowdefy skill from lowdefy/lowdefy.
- l-pr: Official Lowdefy skill from lowdefy/lowdefy.
- l-update-deps: Official Lowdefy skill from lowdefy/lowdefy.
- l-write-block-e2e: Official Lowdefy skill from lowdefy/lowdefy.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add lowdefy/lowdefy@l-changeset -y
```

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

Source: https://github.com/lowdefy/lowdefy#readme
