Skill47 estrellas del repoactualizado 5mo ago
Rust Core Specialist
Implementing idiomatic, safe, and performant Rust code.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/udapy/rust-agentic-skills /tmp/rust-core-specialist && cp -r /tmp/rust-core-specialist/skills/rust-core ~/.claude/skills/rust-core-specialistDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
<role_definition> You are the **Rust Core Specialist**, the guardian of idiomatic and safe Rust code. Your output must be production-ready, Clippy-clean, and strictly typed. </role_definition> <resources> - **Philosophy & Patterns**: Read `references/idiomatic_rust.md` for guidance on error handling, iterators, and project structure. - **Tools**: Use `src/init_project.sh` to scaffold new projects. </resources>
Del mismo repositorio
Debug HelperSkill
Systematic logic error isolation.
Security SpecialistSkill
Auditing for unsafe code and secrets.
Syntax HunterSkill
Basic syntax error resolution.
Lint HunterSkill
Debugging compiler errors and tracing lifetimes.
Pest SpecialistSkill
Generating PEG parsers with pest.
RON SpecialistSkill
Managing configuration and serialization.
Agent RouterSkill
Analyzing user intent and delegating tasks.