#315 · Primary category: AI Coding Assistants
rust-skills
Rust Developer AI Assistance System — Meta-Problem-Driven Knowledge Indexing
Project last updated:08/23/26
GitHub Stars
1.4K
Forks
111
Contributors
7
License
Other
Why we included this project
Rust developers who rely on AI coding assistants will find this more useful than the usual stack of prompt templates. It installs either as a Claude Code plugin or as a portable skills collection that any skills-capable agent can load. Rather than answering an ownership error with a quick .clone(), it works through a three-layer model, from domain constraints down to language mechanics, so the fix fits the actual system instead of just silencing the compiler. Background agents fetch current Rust versions and crate details, and it can generate skills from the dependencies in your Cargo.toml, which keeps the advice tied to your real project. For a small team that wants Rust-aware help without switching tools, this is a practical layer on top of an agent you already use.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.