Skip to main content
GitHub repository

echo-chat

echo-chat contains 14 collected skills from phanbaohuy96, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
14
Stars
0
updated
2026-04-27
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

bus-event
software-developers

Handles cross-feature BusEvent communication with EventBusManager in the Flutter base template

2026-04-27
bloc-pattern
software-developers

Implements BLoC state management using AppBlocBase, an abstract State hierarchy, and a freezed _StateData

2026-04-27
data-layer
software-developers

Builds the data layer with Freezed DTOs, Retrofit clients, hive_ce local stores, and repositories wired through injectable

2026-04-27
flutter-reviewer
software-developers

Reviews UI-layer changes — screens, blocs, widgets, routes — against the template's StateBase + AppBlocBase + fl_theme conventions

2026-04-27
localization
software-developers

Adds and updates app strings through the CSV → ARB → generated localizations workflow

2026-04-27
module-scaffold
software-developers

Scaffolds a new feature module under apps/main/lib/presentation/modules using the bundled module generator

2026-04-27
route-config
software-developers

Configures routes with the IRoute / CustomRouter abstractions in core and exposes navigation via a BuildContext coordinator

2026-04-27
behavioral-guardrails
project-management-specialists

Behavioral guidelines for EchoChat tasks: clarify ambiguity, keep changes simple and surgical, and define verifiable success criteria before coding.

2026-04-27
error-handling
software-developers

Routes thrown errors through CoreBlocBase + CoreDelegate to StateBase's ErrorType-driven dialog/snackbar/login UI rather than a custom Failure type

2026-04-26
extension-action
software-developers

Extracts screen handlers and bloc listeners into a part-of "*.action.dart" extension file

2026-04-26
theme-usage
software-developers

Applies the fl_theme design system via context.themeColor and context.textTheme without hard-coded colors or Material text-style names

2026-04-26
code-generation
software-developers

Runs build_runner across core, data_source, and apps/main via the makefile after edits to freezed/injectable/retrofit/hive sources

2026-04-25
data-reviewer
software-quality-assurance-analysts-and-testers

Reviews data-layer changes — Freezed DTOs, Retrofit clients, hive_ce stores, and repositories — against the template's conventions

2026-04-25
testing
software-quality-assurance-analysts-and-testers

Writes unit and widget tests for blocs, repositories, and screens using bloc_test + mocktail

2026-04-25