Rust Docs Guidelines
Helps with Rust, guidelines as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rust-docs-guidelines npx -- -y @trustedskills/rust-docs-guidelines
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rust-docs-guidelines": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rust-docs-guidelines"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The rust-docs-guidelines skill provides AI agents with access to Redisearch documentation specifically tailored for Rust development. It enables precise retrieval of code examples, API references, and best practices within the Redisearch ecosystem using the Rust language.
When to use it
- Debugging complex indexing issues in a Rust-based Redisearch application.
- Finding specific syntax for creating or querying indexes in Rust.
- Learning how to integrate Redisearch functionality into new Rust projects.
- Verifying correct usage of Redisearch commands within Rust codebases.
Key capabilities
- Access to official Redisearch documentation focused on Rust implementations.
- Retrieval of specific API methods and function signatures for Rust developers.
- Searchable content covering indexing strategies, query syntax, and configuration options.
- Context-aware answers derived from the
redisearchrepository's documentation structure.
Example prompts
- "Show me how to create a full-text index in Redisearch using Rust."
- "What are the best practices for configuring Redisearch indexes in a Rust application?"
- "Find the Rust code example for querying a geospatial index in Redisearch."
Tips & gotchas
Ensure your AI agent has context about your specific Rust version or Redisearch module version, as documentation may vary slightly between releases. This skill is specialized; if you need general Rust syntax unrelated to Redisearch, use a broader Rust documentation skill instead.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.