Rust-agentic-skills Pest Specialist

Generating PEG parsers with pest.

install
source · Clone the upstream repo
git clone https://github.com/udapy/rust-agentic-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/udapy/rust-agentic-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/pest-specialist" ~/.claude/skills/udapy-rust-agentic-skills-pest-specialist && rm -rf "$T"
manifest: skills/pest-specialist/SKILL.md
source content

<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>