Domain knowledge and architecture for the beadline room design — host-authority playback sync, cast status mirroring to guests, and live-recast on playback settings change. Covers the Rust sharing protocol, the host broadcast loop, and the Dart room/cast…
MyriadOcean/beadline
SkillsMP has collected 7 skills from MyriadOcean/beadline. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 7
- GitHub stars
- 4
- GitHub forks
- 0
Skills in this repository
Showing 7 of 7 collected skills.
Domain knowledge, architecture guidelines, and constraints for the beadline cross-platform media application.
Domain knowledge, architecture, and API reference for the beadline-lyrics parsing crate. Covers LRC/BLRC parsing, the unified output model, serialization, error handling, and the BLRC file format specification.
Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.
Use when working with Flutter Riverpod state management. Covers providers, consumers, refs, containers, overrides, async state, code generation, testing, and safe defaults.
Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.
Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.