home / skills / yelmuratoff / agent_sync

yelmuratoff/agent_sync

AI Agent Configuration

19 skills
GitHub

Sponsored

bloc

yelmuratoff/agent_sync

3
This skill helps you implement and maintain robust Flutter state with BLoC, Cubit, or Provider patterns, improving scalability and testability.
performance

yelmuratoff/agent_sync

3
This skill helps you diagnose performance issues in Flutter apps, then optimize rendering, lists, and heavy work off the UI thread.
dependencies

yelmuratoff/agent_sync

3
This skill helps manage pub.dev dependencies for Flutter/Dart projects by validating necessity, evaluating candidates, and documenting decisions to preserve
error-handling

yelmuratoff/agent_sync

3
This skill helps you implement typed, layered error handling in Dart/Flutter projects, mapping repository failures to UI states and safe logging.
localization

yelmuratoff/agent_sync

3
This skill helps you implement Flutter localization with gen-l10n by configuring arb keys, plural rules, and wiring strings into widgets.
ci-cd

yelmuratoff/agent_sync

3
This skill helps you create and optimize Flutter/Dart CI/CD pipelines for fast feedback, stable releases, and deterministic builds.
logging

yelmuratoff/agent_sync

3
This skill helps you implement structured, non-PII logging with ISpect.logger to monitor app flow, capture exceptions, and improve observability.
security

yelmuratoff/agent_sync

3
This skill helps enforce secure handling of secrets, auth data, and PII in Flutter apps by guiding storage, testing, and threat mitigation.
testing

yelmuratoff/agent_sync

3
This skill helps you structure and execute Dart/Flutter tests for repositories, DTO parsing, and BLoCs using Given/When/Then and mocks.
analytics

yelmuratoff/agent_sync

3
This skill helps you manage analytics events with type-safe YAML definitions, generating code and validating changes before commits.
design

yelmuratoff/agent_sync

3
This skill helps you implement consistent theming and responsive layouts for Flutter UI components by guiding themes, tokens, and adaptive layouts.
dto-serialization

yelmuratoff/agent_sync

3
This skill helps you create immutable Dart DTOs and manage custom mappings without freezed or json_serializable, ensuring reliable serialization.
routing

yelmuratoff/agent_sync

3
This skill helps you implement robust Flutter navigation with GoRouter, enabling nested routes, deep links, and type-safe arguments across screens.
architecture

yelmuratoff/agent_sync

3
This skill enforces feature-first Clean Architecture guidelines for DTOs, domains, and data layers to improve maintainability and correct dependency direction.
comments

yelmuratoff/agent_sync

3
This skill helps you write meaningful, concise code comments by emphasizing intent, readability, and correct scope across APIs and internal logic.
code-review

yelmuratoff/agent_sync

3
This skill guides authors and reviewers through a structured code-review workflow to improve correctness, maintainability, and security.
database

yelmuratoff/agent_sync

3
This skill helps manage local data persistence and secrets securely across Drift, SharedPreferences, and flutter_secure_storage with clear patterns.