rust-advanced
๐ฏSkillfrom trancong12102/agentskills
An advanced Rust programming skill covering ownership patterns, trait design, async programming, error handling, macros, type system tricks, unsafe code, and performance optimization. Targets complex multi-concern tasks like cancellation-safe async services, trait object vs. generics decisions, and zero-cost abstractions.
Same repository
trancong12102/agentskills(32 items)
Installation
npx vibeindex add trancong12102/agentskills --skill rust-advancednpx skills add trancong12102/agentskills --skill rust-advanced~/.claude/skills/rust-advanced/SKILL.mdSKILL.md
More from this repository10
Deps.dev dependency analysis skill. Note: this repository has been moved to github.com/trancong12102/ccc.
A multi-model AI code review skill that runs Codex (OpenAI) and Gemini (Google) reviews in parallel, then synthesizes findings into a single unified report for thorough review coverage.
An oracle skill from an agent skills repository that has been moved to a new location (trancong12102/ccc).
Context7 skill from a collection of reusable Amp agent skills for common developer workflows.
Generates and validates commit messages following the Conventional Commits specification for consistent project history
A skill that routes codebase search tasks to the right tool based on intent, supporting keyword/symbol search, multi-pattern matching, file discovery, structural code analysis, and semantic search. Designed for local codebase exploration, not external library docs.
An opinionated skill defining advanced React patterns and conventions for data fetching with TanStack Query, form handling, state machines with XState, and table management. Enforces a useEffect ban for common misuses and works across web and React Native.
A unified external research skill that looks up library documentation, searches source code across git repositories, and checks package versions. Routes requests to tools like llms.txt, Sourcegraph, and npm registries based on intent.
A skill providing React Native and Expo development patterns for navigation, data fetching lifecycle, infinite scroll lists, form handling, state persistence, authentication routing, gesture-driven animations, push notifications, and OTA updates using TanStack, XState, and Zustand.
A skill for advanced web-specific React patterns including type-safe file-based routing, route-level data loading, server-side rendering, search parameter validation, code splitting, and list virtualization using TanStack Router, Start, and Virtual.