nylo-core

26 mods across 1 repository, 4 stars between them.

nylo-core/claude-code

Plugin Claude Code

Nylo Framework Claude Code extensions: 20 skills (Nylo framework, Flutter platform) and 3 development agents.

4 4mo ago A tokens not measured original MIT

nylo-claude-code

02

nylo-core/claude-code

Plugin Claude Code

20 skills (Nylo framework + Flutter platform) and 3 agents for Flutter/Nylo development.

4 4mo ago A tokens not measured original MIT

nylo-code-reviewer

03

nylo-core/claude-code

Agent

Use this agent when code has been recently written or modified and needs to be reviewed for quality, correctness, and adherence to Flutter/Dart/Nylo project conventions. This includes after implementing new features, fixing bugs, refactoring code, or any time changes are made to Dart files, widget code, or…

4 4mo ago A 336 tokens original MIT

nylo-developer

04

nylo-core/claude-code

Agent

Use this agent when working with Nylo Flutter applications that require creating, modifying, or scaffolding components such as pages, models, controllers, API services, providers, events, or forms. This agent ensures Nylo conventions are followed, Metro CLI is used for scaffolding, and all registrations (decoders…

4 4mo ago A 447 tokens original MIT

nylo-core/claude-code

Agent

Use this agent when the user needs to migrate a Nylo Flutter application from version 6.x to version 7.x. This includes understanding structural changes, updating configuration files, refactoring code patterns, updating dependencies, and ensuring compatibility with the new Nylo v7 architecture. The agent should be…

4 4mo ago A 316 tokens original MIT

flutter-app-config

06

nylo-core/claude-code

Skill Claude CodeCodex

Use when the user wants to change the app name, bundle ID, package name, or app display name in a Flutter project. Covers iOS and Android platform-specific configuration files.

4 4mo ago A 40 tokens original MIT

flutter-app-icons

07

nylo-core/claude-code

Skill Claude CodeCodex

Use when the user wants to set up app launcher icons or splash screens in a Flutter project. Covers flutterlaunchericons and flutternativesplash packages with platform-specific configuration.

4 4mo ago A 38 tokens original MIT

flutter-permissions

08

nylo-core/claude-code

Skill Claude CodeCodex

Use when the user needs to add platform permissions for camera, photos, location, microphone, contacts, notifications, bluetooth, or other device capabilities in a Flutter app. Covers iOS Info.plist keys and Android AndroidManifest.xml permissions.

4 4mo ago A 51 tokens original MIT

flutter-release

09

nylo-core/claude-code

Skill Claude CodeCodex

Use when the user wants to build release artifacts or submit a Flutter app to the App Store or Google Play. Covers building APKs, AABs, IPAs, and store submission requirements for both platforms.

4 4mo ago C 45 tokens original MIT

flutter-signing

10

nylo-core/claude-code

Skill Claude CodeCodex

Use when the user needs to set up code signing for iOS or Android in a Flutter project. Covers iOS certificates and provisioning profiles, Android keystores and signing configurations, and CI/CD signing setup.

4 4mo ago A 46 tokens original MIT

flutter-versioning

11

nylo-core/claude-code

Skill Claude CodeCodex

Use when the user needs to manage app version numbers and build numbers in a Flutter project. Covers pubspec.yaml version format, how versions map to iOS and Android, and version bumping strategies.

4 4mo ago A 44 tokens original MIT

mobile-design

12

nylo-core/claude-code

Skill Claude CodeCodex

Create distinctive, production-grade mobile interfaces for iOS and Android phones using Flutter. Use this skill when the user asks to build mobile apps, phone interfaces, Flutter screens, or mentions iOS/Android design. Generates platform-aware, creative code that avoids generic aesthetics.

4 4mo ago A 56 tokens original MIT

nylo-app-setup

13

nylo-core/claude-code

Skill Claude CodeCodex

Use when creating a new Nylo v7 project, configuring environment variables, understanding directory structure, using the Metro CLI, generating app icons, setting up logging, scheduling tasks, or building custom Metro commands.

4 4mo ago A 47 tokens original MIT

nylo-auth

14

nylo-core/claude-code

Skill Claude CodeCodex

Use when implementing user authentication, login/logout flows, storing auth tokens, checking authentication state, managing multiple auth sessions, accessing device IDs, or configuring authenticated routes in a Nylo v7 Flutter app.

4 4mo ago A 44 tokens original MIT

nylo-dev

15

nylo-core/claude-code

Skill Claude CodeCodex

A skill that spawns the Nylo developer agent to handle development tasks in the users Nylo Flutter project.

4 4mo ago A 26 tokens original MIT

nylo-forms

16

nylo-core/claude-code

Skill Claude CodeCodex

Use when building forms, adding form fields, validating user input, submitting form data, using NyFormWidget or FormValidator, creating picker/radio/checkbox/slider fields, or implementing form layouts in a Nylo v7 Flutter app.

4 4mo ago A 53 tokens original MIT

nylo-localization

17

nylo-core/claude-code

Skill Claude CodeCodex

Use when adding multi-language support, creating or editing translation files, using Text.tr or .tr() for translated strings, switching languages at runtime, configuring supported locales, setting up the LanguageSwitcher widget, handling RTL languages, or debugging missing translations in a Nylo v7 Flutter app.

4 4mo ago A 62 tokens original MIT

nylo-networking

18

nylo-core/claude-code

Skill Claude CodeCodex

Use when making HTTP requests, creating API services, configuring interceptors, caching API responses, handling token refresh, uploading files, or working with NyApiService and NyResponse in a Nylo v7 Flutter app.

4 4mo ago A 48 tokens original MIT

nylo-notifications

19

nylo-core/claude-code

Skill Claude CodeCodex

Use when sending local notifications, scheduling reminders, configuring notification channels, handling notification taps, requesting notification permissions, or managing badge counts in a Nylo v7 Flutter app.

4 4mo ago A 39 tokens original MIT

nylo-routing

20

nylo-core/claude-code

Skill Claude CodeCodex

Use when defining routes, navigating between pages, adding route guards, passing parameters/data between pages, setting up deep links, configuring page transitions, building bottom/top navigation with NavigationHub, or creating onboarding journey flows in a Nylo v7 Flutter app.

4 4mo ago A 54 tokens original MIT

nylo-core/claude-code

Skill Claude CodeCodex

Use when working with state management in a Nylo v7 Flutter project. Covers NyState, NyPage lifecycle, state actions, updateState, loading/locking helpers, providers (NyProvider), events (NyEvent/NyListener), and decoder registration.

4 4mo ago A 56 tokens original MIT

nylo-storage

22

nylo-core/claude-code

Skill Claude CodeCodex

Use when storing, reading, or deleting persistent data with NyStorage, using in-memory Backpack for fast synchronous access, caching data with expiration, managing collections, working with sessions, or implementing dual storage patterns in a Nylo v7 Flutter app.

4 4mo ago A 53 tokens original MIT

nylo-testing

23

nylo-core/claude-code

Skill Claude CodeCodex

Use when writing, running, or debugging tests in a Nylo v7 Flutter project. Covers widget tests, unit tests, API mocking, factories, authentication simulation, time travel, state testing, and Nylo-specific assertions.

4 4mo ago A 49 tokens original MIT

nylo-themes

24

nylo-core/claude-code

Skill Claude CodeCodex

Use when working with themes, colors, dark/light mode, fonts, text styles, or asset management in a Nylo v7 Flutter project. Also applies when customizing app appearance, switching themes at runtime, or registering fonts and images.

4 4mo ago A 52 tokens original MIT