CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnJobsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Jobs
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. actionbook
  4. /
  5. rust-skills
  6. /
  7. Rust Trait Explorer

Rust Trait Explorer

Editor's Note

If you've ever stared at a Rust trait wondering which types actually implement it, or looked at a struct trying to remember what traits it derives, this is for you. It uses LSP operations to map trait implementations in both directions: find all implementors of a trait, or find all traits a type implements. The output is thorough, showing standard library traits, project traits, derived versus manual implementations, and even trait hierarchies with ASCII diagrams. It's genuinely useful for understanding polymorphic code in larger Rust codebases where the trait system gets complex. Works with multilingual triggers too, which is a nice touch for international teams.

Install

npx skills add https://github.com/actionbook/rust-skills --skill rust-trait-explorer
Votes
0
Installs613
GitHub Stars1.1k
Categories
Rust
First SeenMay 16, 2026
View on GitHub

Comments

Login to comment

Related Rust Skills

View all →
signup-flow-cro

coreyhaines31/marketingskills

0
52k
28.8k
Reduce signup friction and increase completion rates through field optimization, flow design, and trust-building.
two-factor-authentication-best-practices

better-auth/skills

0
14.2k
191
Multi-factor authentication with TOTP, OTP, backup codes, and trusted device management for Better Auth.
error-handling-patterns

wshobson/agents

0
13k
35.5k
Comprehensive error handling patterns across Python, TypeScript, Rust, and Go with language-specific implementations.
rust-async-patterns

wshobson/agents

1
12.3k
35.5k
Production patterns for async Rust with Tokio, channels, error handling, and concurrent task management.
rust-best-practices

apollographql/skills

0
10.1k
65
Idiomatic Rust coding standards based on Apollo GraphQL's best practices handbook.
uv-package-manager

wshobson/agents

0
8.7k
35.5k
Ultra-fast Python package installer and resolver written in Rust, 10-100x faster than pip.