udapy/rust-agentic-skills
42 stars · Last commit 2026-02-12
Rust Agentic Skills : It transforms general-purpose LLMs into a multi-agentic Rust engineering team via a token-efficient Brain-Tool-Context setup that dynamically loads tools and documentation, adhering to the Agent Context Protocol (ACP).
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: