RobertAlvv/flutter-skills
Skill Claude CodeCodex
Flutter Staff Engineer skill for auditing the architecture of Flutter projects. Analyzes project structure, layer separation, feature modularization, state management strategy, and dependency boundaries to detect architectural risks and technical debt. Use for requests like "review Flutter architecture", "analyze…
RobertAlvv/flutter-skills
Skill Claude CodeCodex
Flutter Staff Engineer skill for auditing and enforcing a Design System based on Atomic Design principles (Atoms, Molecules, Organisms, Templates, Pages). Detects violations of atomic hierarchy, duplicated UI primitives, improper component composition, and inconsistent use of design tokens. Use for requests like…
RobertAlvv/flutter-skills
Skill Claude CodeCodex
Use this skill for ANY task involving Flutter CI/CD pipelines, GitHub Actions workflows, build automation, test optimization, or release management. Trigger when the user shares a .yml / .yaml workflow file, asks why their pipeline is slow, wants to add or fix build steps, needs Android/iOS/Web builds automated, wants…
RobertAlvv/flutter-skills
Skill Claude CodeCodex
Senior Flutter engineer skill for building production-grade apps with clean architecture, flutterbloc state management, autoroute navigation, getit + injectable dependency injection, and Firebase integration. Use for requests like "build a Flutter screen", "set up BLoC", "translate Stitch designs to Flutter code"…
RobertAlvv/flutter-skills
Skill Claude CodeCodex
Flutter Staff Engineer skill for auditing runtime CPU performance in Flutter applications. Detects heavy computation on the main isolate, inefficient async patterns, lack of compute/isolate usage, missing memoization, and suboptimal caching strategies. Use for requests like "analyze Flutter runtime performance"…
RobertAlvv/flutter-skills
Skill Claude CodeCodex
Flutter Staff Engineer skill for auditing state management architecture in Flutter projects. Analyzes how state is created, scoped, mutated, and consumed across widgets, blocs, cubits, providers, and streams to detect rebuild inefficiencies, architectural coupling, and long-term scalability risks. Use for requests…
RobertAlvv/flutter-skills
Skill Claude CodeCodex
Flutter Staff Engineer skill for auditing the architectural testability of Flutter applications. Evaluates whether the architecture enables effective unit, widget, and integration testing by analyzing dependency injection, separation of concerns, state management boundaries, and side-effect isolation. Detects…
RobertAlvv/flutter-skills
Skill Claude CodeCodex
Flutter performance engineering skill for analyzing widget rebuild behavior, render tree efficiency, layout costs, and scroll performance. Detects unnecessary rebuilds, large widget trees, inefficient list implementations, and layout anti-patterns that cause jank or dropped frames. Use for requests like "analyze…