Rust Configs & Rules
Claude Code configurations for Rust projects.
MCP Configrust
Trial-Submission-Studio MCP Config
{ "mcpServers": { "cdisc-ig": { "command": "./tools/mcp-cdisc-ig/target/release/mcp-cdisc-ig", "args": [], "env": {} } } }
10000
Commandrust
/clean-history Command
10000
Rulerust
Tss Submit Rule
10000
Commandrust
/api-review Command
Review these Axum API handlers and routes for:
7000
Rulerust
Yagni Principle Rule
Do not add speculative features or future-proofing unless explicitly required.
9000
Rulerust
Conversational Interaction Rule
When asking questions, use a conversational form-based experience.
9000
Rulerust
Documentation Protocols Rule
Documentation must be synchronised with code changes—no outdated references.
9000
Commandrust
/devops-engineer Command
6000
Rulerust
.Mcp.Json.Bak Rule
{ "mcpServers": { "memory": { "type": "stdio", "command": "env", "args": [ "MEMORY_FILE_PATH=/home/v/project/centotype/.mcp-memory/memory.json", "npx", "-y", "@modelcontextprotocol/server-memory" ], "env": {} } } }
5000
MCP Configrust
twitter-news-summary MCP Config
{ "mcpServers": { "openai-docs": { "type": "http", "url": "https://developers.openai.com/mcp" } } }
4000
CLAUDE.mdrust
aiex CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
5000
CLAUDE.mdrust
UniClipboard CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
13000
Skillrust
Testing Skill
name: mvcc description: Overview of Experimental MVCC feature - snapshot isolation, versioning, limitations
17,119000
Skillrust
Webgpu Specs Skill
name: webgpu-specs description: Download WebGPU and WGSL specifications for use as a reference allowed-tools: "Bash(sh .claude/skills/webgpu-specs/download.sh)"
16,265000
Skillrust
Python Playground Skill
name: python-playground description: Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment with Python without affecting the main codebase.
78000
Skillrust
Tug Refactor Skill
name: tug-refactor description: | Semantic code refactoring using tug. Use this skill when the user wants to:
12000
Skillrust
Context7 Skill
Use Context7 to look up current library APIs instead of guessing from training data.
3000
Rulerust
Tool Selection Rule
1. **Searching for code by intent** - `code(action="search", query="authentication")` finds auth code even if the word "authentication" isn't used 2. **Understanding file structure** - `code(action="symbols", file_path="file.rs")` lists all definitions 3. **Tracing call relationships** -...
3000
Rulerust
Typeck Rule
paths: **/typeck/**
2000
Rulerust
Types Rule
paths: **/ori_types/**
2000