{"id":47769652,"url":"https://github.com/nylo-core/claude-code","last_synced_at":"2026-04-07T13:01:07.942Z","repository":{"id":347500570,"uuid":"1135420652","full_name":"nylo-core/claude-code","owner":"nylo-core","description":"Claude Code plugin for Nylo Flutter development — mobile design skill and framework agents","archived":false,"fork":false,"pushed_at":"2026-03-28T07:36:21.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T13:53:10.409Z","etag":null,"topics":["claude-code","claude-code-plugin","dart","flutter","nylo"],"latest_commit_sha":null,"homepage":"https://nylo.dev","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nylo-core.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-16T04:24:46.000Z","updated_at":"2026-03-28T07:36:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nylo-core/claude-code","commit_stats":null,"previous_names":["nylo-core/claude-code"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nylo-core/claude-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylo-core%2Fclaude-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylo-core%2Fclaude-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylo-core%2Fclaude-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylo-core%2Fclaude-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nylo-core","download_url":"https://codeload.github.com/nylo-core/claude-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylo-core%2Fclaude-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31513382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-code-plugin","dart","flutter","nylo"],"created_at":"2026-04-03T08:46:15.449Z","updated_at":"2026-04-07T13:01:07.937Z","avatar_url":"https://github.com/nylo-core.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# nylo-claude-code\n\nA Claude Code plugin with **19 skills** and **3 agents** for Flutter and Nylo framework development.\n\n## Installation\n\n```bash\n# Add the marketplace\n/plugin marketplace add nylo-core/claude-code\n\n# Install the plugin\n/plugin install nylo-claude-code@nylo-core-claude-code\n```\n\n## Skills\n\n### Nylo Framework Skills\n\n| Skill | Description | Usage |\n|-------|-------------|-------|\n| **nylo-routing** | Route definitions, navigation, route guards, parameters, NavigationHub | `/nylo-claude-code:nylo-routing` |\n| **nylo-networking** | API services, network()/networkResponse(), interceptors, caching, token refresh | `/nylo-claude-code:nylo-networking` |\n| **nylo-auth** | Auth.authenticate(), token storage, Backpack sync, authenticated routes | `/nylo-claude-code:nylo-auth` |\n| **nylo-storage** | NyStorage, Backpack (in-memory), cache strategies, persistent storage | `/nylo-claude-code:nylo-storage` |\n| **nylo-forms** | NyFormData, form validators, input field widget, form submission | `/nylo-claude-code:nylo-forms` |\n| **nylo-themes** | Theme system, light/dark mode, colors, fonts, asset management | `/nylo-claude-code:nylo-themes` |\n| **nylo-testing** | Widget tests, unit tests, integration tests in Nylo projects | `/nylo-claude-code:nylo-testing` |\n| **nylo-widgets** | Alerts, modals, buttons, CollectionView, FutureWidget, spacing, text translation | `/nylo-claude-code:nylo-widgets` |\n| **nylo-state-management** | NyState, NyPage, providers, events, decoders registration | `/nylo-claude-code:nylo-state-management` |\n| **nylo-app-setup** | Project setup, env config, directory structure, Metro CLI, logging, scheduler | `/nylo-claude-code:nylo-app-setup` |\n| **nylo-localization** | i18n setup, locale files, .tr() translations, language switching, RTL support | `/nylo-claude-code:nylo-localization` |\n| **nylo-notifications** | Local notifications, scheduling, platform config, permission handling | `/nylo-claude-code:nylo-notifications` |\n\n### Flutter Platform Skills\n\n| Skill | Description | Usage |\n|-------|-------------|-------|\n| **flutter-app-config** | Change app name, bundle ID, package name across iOS and Android | `/nylo-claude-code:flutter-app-config` |\n| **flutter-permissions** | Add iOS and Android permissions with correct keys and descriptions | `/nylo-claude-code:flutter-permissions` |\n| **flutter-app-icons** | Launcher icons and splash screens setup | `/nylo-claude-code:flutter-app-icons` |\n| **flutter-versioning** | Version and build number management across platforms | `/nylo-claude-code:flutter-versioning` |\n| **flutter-signing** | iOS code signing and Android keystore configuration | `/nylo-claude-code:flutter-signing` |\n| **flutter-release** | Build release artifacts, Play Store and App Store submission | `/nylo-claude-code:flutter-release` |\n\n### Design Skill\n\n| Skill | Description | Usage |\n|-------|-------------|-------|\n| **mobile-design** | Production-grade Flutter mobile interfaces for iOS and Android | `/nylo-claude-code:mobile-design` |\n\n## Agents\n\n### nylo-developer\n\nScaffolds and wires up Nylo components using Metro CLI with proper registrations. Creates pages, models, controllers, API services, providers, events, and forms following Nylo conventions.\n\n**Example prompts:**\n- \"Create a new settings page for notifications\"\n- \"Add an API endpoint to fetch leaderboard data\"\n- \"Build a feature for daily challenges with a page, model, and API service\"\n\n### nylo-code-reviewer\n\nReviews Flutter/Dart/Nylo code for quality, correctness, security, and performance. Checks Dart static analysis, Nylo conventions, widget composition, NyState patterns, const constructors, and build optimization.\n\n**Example prompts:**\n- \"Review the code I just wrote\"\n- \"Check the new widget for issues\"\n- \"Review my API service changes\"\n\n### nylo-v6-to-v7-migrator\n\nMigrates Nylo Flutter apps from v6.x to v7.x with a methodical, phased approach covering dependency updates, boot sequence changes, theme system migration, and more.\n\n**Example prompts:**\n- \"Upgrade my Nylo app to v7\"\n- \"What do I need to change for Nylo v7?\"\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnylo-core%2Fclaude-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnylo-core%2Fclaude-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnylo-core%2Fclaude-code/lists"}