Unyo
Build and maintain the Unyo Flutter anime and manga desktop app
All Skills in This Repository (7)
Pure Emerald Level Indicatorsunyo-domain-data-layer
Define domain entities, Freezed models, and repository implementations for Unyo.
unyo-bloc-state-management
Manage Cubit state and orchestrate UI side effects in Flutter apps.
unyo-reactive-notifiers
Share RxDart notifiers across Flutter cubits to synchronize UI state.
unyo-ui-presentation
Implements Unyi UI architecture with three-layer Screen-Listener-View pattern and Bloc state management.
unyo-dependency-injection
Organize GetIt dependency injection for Unyo Flutter apps with two-phase initialization.
unyo-routing-navigation
Automates type-safe AutoRoute setup and management in Flutter apps with nested routes and code generation.
fjson-dart-bean-generator
Generate Dart @JsonSerializable entity classes and serialization helpers from JSON responses.
Frequently Asked Questions
FAQPage SchemaHow to install Unyo skills?โผ
Run `npx skills add K3vinb5/Unyo --all -g -y` in your terminal to install all skills in this suite globally.
What do the Unyo agent skills cover?โผ
They teach your AI agent the app's architecture: BLoC cubits, GetIt dependency injection, AutoRoute navigation, RxDart notifiers, and JSON model generation.
How to generate Dart models from JSON in Unyo?โผ
The fjson skill runs a bundled CLI that converts any JSON response into a ready-to-use Dart entity class and regenerates all serialization helpers automatically.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex, and other compatible AI coding agents.
Do I need Flutter experience to use these skills?โผ
Basic Flutter knowledge helps, but the skills explain every pattern step by step so your AI agent can implement features correctly on its own.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core