Skip to main content
ClaudeWave
Skill47 estrellas del repoactualizado 5mo ago

Pest Specialist

Generating PEG parsers with pest.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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>