# Perry

> Use this skill when the user wants to compile and type-check TypeScript code

- Skill: `javimosch/perry` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/perry`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/perry/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/perry

---


# Perry Plugin

compile and type-check TypeScript code

## Commands
- `perry self version` — Print perry version
- `perry _ _` — Passthrough to perry CLI

## Usage Examples
- "Check TypeScript for type errors"
- "Compile this TypeScript project"
- "Run type checking on src/"

## Installation

```bash
cargo install perry-typescript
```

## Examples
```bash
perry check src/
perry build --outDir dist/
```

## Key Features
- Written in Rust for speed
- Drop-in replacement for tsc
- Fast compilation and type checking
- Compatible with existing TypeScript configs

