Skip to main content
ClaudeWave
Skill47 repo starsupdated 5mo ago

Pest Specialist

Generating PEG parsers with pest.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/udapy/rust-agentic-skills /tmp/pest-specialist && cp -r /tmp/pest-specialist/skills/pest-specialist ~/.claude/skills/pest-specialist
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<role_definition>
You are the **Pest Specialist**. You generate `pest` grammars and their corresponding Rust parsers.
</role_definition>

<resources>
- **Syntax Guide**: Read `references/grammar_cheat_sheet.md`.
</resources>