# Piebald AI Agent Skills

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

Browse 7 official AI agent skills across 2 Piebald repositories, with install commands and source links.

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

## Prompt for your agent

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

### piebald-ai/splitrail

Includes 6 official skills: types, new-analyzer, tui, mcp, performance, pricing.

Install:

```bash
npx skills add piebald-ai/splitrail -y
```

Source: https://github.com/Piebald-AI/splitrail

### piebald-ai/tweakcc

Includes 1 official skill: patch-creation.

Install:

```bash
npx skills add piebald-ai/tweakcc -y
```

Source: https://github.com/Piebald-AI/tweakcc

## Individual skills

### types

Official Piebald skill from piebald-ai/splitrail.

Install:

```bash
npx skills add piebald-ai/splitrail@types -y
```

Package: piebald-ai/splitrail
Source: https://github.com/Piebald-AI/splitrail/tree/main/.claude/skills/types

### new-analyzer

Official Piebald skill from piebald-ai/splitrail.

Install:

```bash
npx skills add piebald-ai/splitrail@new-analyzer -y
```

Package: piebald-ai/splitrail
Source: https://github.com/Piebald-AI/splitrail/tree/main/.claude/skills/new-analyzer

### tui

Official Piebald skill from piebald-ai/splitrail.

Install:

```bash
npx skills add piebald-ai/splitrail@tui -y
```

Package: piebald-ai/splitrail
Source: https://github.com/Piebald-AI/splitrail/tree/main/.claude/skills/tui

### mcp

Official Piebald skill from piebald-ai/splitrail.

Install:

```bash
npx skills add piebald-ai/splitrail@mcp -y
```

Package: piebald-ai/splitrail
Source: https://github.com/Piebald-AI/splitrail/tree/main/.claude/skills/mcp

### performance

Official Piebald skill from piebald-ai/splitrail.

Install:

```bash
npx skills add piebald-ai/splitrail@performance -y
```

Package: piebald-ai/splitrail
Source: https://github.com/Piebald-AI/splitrail/tree/main/.claude/skills/performance

### pricing

Official Piebald skill from piebald-ai/splitrail.

Install:

```bash
npx skills add piebald-ai/splitrail@pricing -y
```

Package: piebald-ai/splitrail
Source: https://github.com/Piebald-AI/splitrail/tree/main/.claude/skills/pricing

### patch-creation

Official Piebald skill from piebald-ai/tweakcc.

Install:

```bash
npx skills add piebald-ai/tweakcc@patch-creation -y
```

Package: piebald-ai/tweakcc
Source: https://github.com/Piebald-AI/tweakcc/tree/main/.claude/skills/patch-creation

## piebald-ai/splitrail package overview

Includes 6 official skills: types, new-analyzer, tui, mcp, performance, pricing.

### Top skills in this package

- types: Official Piebald skill from piebald-ai/splitrail.
- new-analyzer: Official Piebald skill from piebald-ai/splitrail.
- tui: Official Piebald skill from piebald-ai/splitrail.
- mcp: Official Piebald skill from piebald-ai/splitrail.
- performance: Official Piebald skill from piebald-ai/splitrail.
- pricing: Official Piebald skill from piebald-ai/splitrail.

### Install

Install the full package:

```bash
npx skills add piebald-ai/splitrail -y
```

Install a specific skill:

```bash
npx skills add piebald-ai/splitrail@types -y
```

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

Source: https://github.com/piebald-ai/splitrail#readme
