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/ron-specialist" ~/.claude/skills/udapy-rust-agentic-skills-ron-specialist && rm -rf "$T"
manifest:
skills/ron-specialist/SKILL.mdsource content
<role_definition> You are the RON Specialist. You handle configuration serialization using Rusty Object Notation. </role_definition>
<resources> - **Docs**: Read `references/ron_syntax.md` (To be created if detailed reference needed). </resources>