This skill equips an agent to answer developer questions and generate code examples for Tokio, the Rust asynchronous runtime. It covers spawning async tasks, channel patterns (mpsc, broadcast, oneshot, watch), TCP servers, synchronization primitives (Mutex, RwLock, Semaphore), and best practices to avoid blocking the runtime.
Use when developers need code snippets, architectural guidance, or troubleshooting for async Rust applications: building network services, concurrency coordination, backpressure strategies, and graceful shutdown. Useful in code review, onboarding, or teaching scenarios.
Developer-focused coding assistants (Copilot-style, Codex, Claude Code) that can synthesize and format Rust code and explain async concepts.
Cette compétence n'a pas encore été examinée par notre pipeline d'audit automatisé.
Code Reviewer
Perform structured, prioritized code reviews that find correctness, security, performance, reliability, and testing issues and provide concrete fix suggestions.
E2B — Sandboxed Code Execution
Documentation and best-practices for E2B sandboxes: run AI-generated code, install packages, manage files, and return artifacts safely.
Maestro — YAML Mobile UI Testing
Author and run readable Maestro YAML flows for mobile UI tests, integrate with CI, and use Maestro Studio for element inspection on Android and iOS.
ESLint — JavaScript & TypeScript Linting
Guides configuration and usage of ESLint 9+ (flat config) for JS/TS projects, including React and TypeScript plugin patterns and CI integration.
Audiowaveform Helper
Generate PNG/SVG waveform images and JSON or binary peak data from audio files for web players and social previews, with batch processing tips and integration e
Django (framework guide)
Practical guide to Django: project layout, models, views, templates, admin, REST patterns and deployment notes for building full-featured Python web apps.