udapy/rust-agentic-skills
31 stars · Last commit 2026-02-12
Agentic Skills focused on Rust Language.
README preview
# Rust Agentic Skills [](https://github.com/rust-lang/rust) [](AGENTS.md) [](.Claude-plugin/marketplace.json) [](gemini-extension.json) [](AGENTS.md) [](https://skills.sh) **A modular, constraint-based skill set for Autonomous AI coding agents.** This repository transforms any general-purpose LLM (Claude, Gemini) into a **disciplined Rust engineering team**. It adheres to the **Agent Context Protocol (ACP)** to provide self-describing skills that explicitly define their triggers, capabilities, and execution phases. --- ## // Architecture Overview  We do not use monolithic instruction files. Instead, every skill in `skills/` follows the **Brain-Tool-Context** architecture to maximize token efficiency: