rust-skills
rust-skills is a Shell AI agent skill for Cursor, VS Code, Codex. An AI expert capability layer for Rust engineering practices, centered on modular skill orchestration and collaborative execution chains. It turns Rust’s core knowledge structures into callable reasoning and decis.
How to use rust-skills
Client configuration
{
"description": "Rust Skill MCP 配置 - 提供 Rust 编程专家技能系统",
"mcpServers": {
"rust-skill": {
"command": "builtin",
"description": "Rust Skill 系统内置命令解析"
}
},
"resources": {
"skills": {
"description": "Rust 技能定义文件",
"path": "skills/"
},
"core-concepts": {
"description": "核心概念:所有权、生命周期、并发",
"path": "references/core-concepts/"
},
"best-practices": {
"description": "最佳实践:API 设计、编码规范、错误处理",
"path": "references/best-practices/"
},
"ecosystem": {
"description": "工具生态:Crate 推荐、测试策略",
"path": "references/ecosystem/"
},
"versions": {
"description": "版本信息:Rust Edition 特性",
"path": "references/versions/"
},
"commands": {
"description": "命令系统:代码审查、安全检查等",
"path": "references/commands/"
},
"scripts": {
"description": "脚本工具",
"path": "scripts/"
}
},
"tools": {
"rust-review": {
"description": "代码质量审查",
"command": "/rust-review",
"parameters": {}
},
"unsafe-check": {
"description": "Unsafe 代码安全检查",
"command": "/unsafe-check",
"parameters": {}
},
"skill-index": {
"description": "查询所有可用技能",
"command": "/skill-index",
"parameters": {}
},
"rust-features": {
"description": "查询 Rust 特性",
"command": "/rust-features",
"parameters": {}
},
"crate-info": {
"description": "获取 Crate 信息",
"command": "/crate-info",
"parameters": {}
},
"guideline": {
"description": "编码规范查询",
"command": "/guideline",
"parameters": {}
},
"audit": {
"description": "安全审计",
"command": "/audit",
"parameters": {}
},
"docs": {
"description": "文档查询",
"command": "/docs",Compatible clients
What is rust-skills?
rust-skills is a Shell AI agent skill for Cursor, VS Code, Codex. An AI expert capability layer for Rust engineering practices, centered on modular skill orchestration and collaborative execution chains. It turns Rust’s core knowledge structures into callable reasoning and decis. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Document generation support
- Anthropic provider support
- .cursor/mcp.json config support
- SKILL.md config support
Technical details
- Built for Shell
- Built for Python
- Built for Rust
- Works with Cursor
- Works with VS Code
- Works with Codex
- Uses SSE transport
- API key required
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use rust-skills
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is rust-skills?
rust-skills is a Shell AI agent skill for Cursor, VS Code, Codex. An AI expert capability layer for Rust engineering practices, centered on modular skill orchestration and collaborative execution chains.
Who is rust-skills best for?
rust-skills is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, cursor users.
How do I install rust-skills?
Check the rust-skills GitHub repository for installation instructions.
Is rust-skills actively maintained?
rust-skills may need a closer maintenance check before production use.
Auto-fetched from GitHub.