2 repos · 36 skills
Repositories
Skills — ranked by installs
Actionbookactionbook
Automate any website with up-to-date action manuals and concurrent browser sessions
Active Researchactionbook
Deep research tool that explores any topic and creates detailed HTML reports
Extractactionbook
Automatically extract data from any website using a Playwright script
Coding Guidelinesrust-skills
Write clean Rust code with 50 core style and best practice rules
M07 Concurrencyrust-skills
Manage Rust concurrency with threads async and safe data sharing
M10 Performancerust-skills
Identify performance bottlenecks and apply proven optimization techniques for faster code
M06 Error Handlingrust-skills
Master Rust error handling choose Result Option or panic with confidence
M02 Resourcerust-skills
Pick the right Rust smart pointer for ownership and threads every time
M01 Ownershiprust-skills
Fix Rust ownership errors by understanding data roles and design choices
M05 Type Drivenrust-skills
Use Rust type magic to prevent bugs before compile time
M04 Zero Costrust-skills
Rust zero cost abstraction choose generics or trait objects wisely
M03 Mutabilityrust-skills
Solve Rust mutability errors with borrowing rules and interior mutability patterns
M09 Domainrust-skills
Model your software's core ideas using clear patterns like unique items and shareable values
M15 Anti Patternrust-skills
Find and fix Rust anti-patterns during code reviews to write cleaner code
M14 Mental Modelrust-skills
Build Rust intuition with mental models, analogies, and common misconceptions explained.
M12 Lifecyclerust-skills
Design resource lifecycles using RAII Drop lazy initialization and connection pooling
M13 Domain Errorrust-skills
Design robust error handling with categories and recovery strategies for any system
Unsafe Checkerrust-skills
Verify unsafe Rust code safety and FFI with clear guidance and checks
M11 Ecosystemrust-skills
Find the best Rust crate and integrate it smoothly into your project
Rust Refactor Helperrust-skills
Safe Rust refactoring with impact analysis and LSP support for confident code changes
Rust Code Navigatorrust-skills
Use LSP to navigate Rust code find definitions references type info
Rust Call Graphrust-skills
Visualize Rust function call graphs with LSP depth and direction control
Rust Symbol Analyzerrust-skills
Analyze your Rust project structure by listing structs traits and functions
Rust Trait Explorerrust-skills
Discover who implements a trait and what traits a type has in Rust
Domain Clirust-skills
Build robust CLI tools with clear help, error handling, and progress bars
Meta Cognition Parallelrust-skills
Get parallel deep analysis of Rust code across three cognitive layers
Rust Learnerrust-skills
Find Rust version info, crate details, and docs quickly
Domain Webrust-skills
Build secure and fast web APIs in Rust with clear rules
Rust Dailyrust-skills
Get the latest Rust news and reports from top sources every day week or month
Rust Skill Creatorrust-skills
Create reusable skills from any Rust crate or standard library documentation
Rust Deps Visualizerrust-skills
Visualize Rust dependencies as easy to read ASCII art trees
Domain Cloud Nativerust-skills
Build cloud-native apps with Kubernetes Docker and observability best practices
Domain Mlrust-skills
Build fast and efficient ML apps in Rust with proven patterns
Domain Embeddedrust-skills
Develop safe embedded Rust firmware for microcontrollers with no heap
Domain Fintechrust-skills
Build reliable fintech apps with precise decimal math and immutable records
Domain Iotrust-skills
Build reliable IoT apps with offline-first design, power management, secure MQTT, and Rust