Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

wovensnake

يحتوي wovensnake على 9 من skills المجمعة من jackby03، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
9
Stars
2
محدث
2026-03-21
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

rust-anti-pattern
محللو ضمان جودة البرمجيات والمختبرون

Rust anti-patterns and common mistakes expert. Handles code review issues with clone abuse, unwrap in production, String misuse, index loops, and refactoring guidance.

2026-03-21
rust-async
مطوّرو البرمجيات

Advanced async patterns expert. Handles Stream processing, backpressure control, select/join operations, cancellation, Future trait implementation, and async runtime optimization.

2026-03-21
rust-coding
مطوّرو البرمجيات

Rust coding conventions expert covering naming, formatting, comments, clippy, rustfmt, lints, code style, best practices, and idiomatic patterns.

2026-03-21
rust-error
مطوّرو البرمجيات

Error handling expert covering Result, Option, panic strategies, custom error types with thiserror/anyhow, error propagation patterns, and context-rich error chains.

2026-03-21
rust-lifetime-complex
مطوّرو البرمجيات

Advanced lifetime expert covering HRTB, GAT, 'static bounds, trait object constraints, type system conflicts, and lifetime elision edge cases.triggers: - lifetime - HRTB - GAT - higher-ranked - 'static - trait object - one type is more general - lifetime conflict--- # Advanced Lifetime and Type System Expert ## Core Question **Why won't this type conversion compile?** The type system's boundaries are often surprising.

2026-03-21
rust-mutability
مطوّرو البرمجيات

Interior mutability expert covering Cell, RefCell, Mutex, RwLock patterns, borrow conflicts (E0596, E0499, E0502), and thread-safe mutation strategies.

2026-03-21
rust-ownership
مطوّرو البرمجيات

Ownership, borrowing, and lifetime expert. Handles compiler errors E0382, E0597, E0506, E0507, E0515, E0716, E0106 and provides systematic solutions for memory safety patterns.

2026-03-21
rust-performance
مطوّرو البرمجيات

Performance optimization expert covering profiling, benchmarking, memory allocation, SIMD, cache optimization, false sharing, lock contention, and NUMA-aware programming.

2026-03-21
rust-type-driven
مطوّرو البرمجيات

Type-driven design expert covering newtype pattern, type state, PhantomData, marker traits, builder pattern, compile-time validation, sealed traits, and zero-sized types (ZST).

2026-03-21