Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

hybrid-agent-rail

hybrid-agent-rail 收录了来自 Yemomo511 的 59 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
59
Stars
2
更新
2026-05-27
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

hyar-framework-check
管理分析师

选择跨端框架前使用。适用于用户要求在 KMP、React Native、Flutter、uni-app 之间做技术选型、比较跨端框架、判断小程序/App/Web/桌面/鸿蒙/存量原生 App 适合方案,或需要根据团队技术栈、UI 策略、原生能力和交付约束推荐框架时;信息不足时必须先询问,禁止直接推荐。

2026-05-27
create-curated-skill
软件开发工程师

Create curated Hybrid Agent Rail Skill folders from an upstream Skill. Use when selecting an external Skill into skills/<category>/<name>/SKILL.md, copying the curated template/example, enforcing required Source metadata, or validating the strict How to use format.

2026-05-27
create-skill
软件开发工程师

创建有效 Skill 的指南。当用户想创建新 Skill,或更新现有 Skill,以通过专门知识、工作流或工具集成扩展 Agent 能力时,应使用此 Skill。

2026-05-27
add-app-clip
软件开发工程师

Add an iOS App Clip target to an Expo or React Native app. Use when the user asks for App Clip setup, lightweight iOS entrypoints, apple targets, or Expo native target integration.

2026-05-27
arch-context-collect
软件开发工程师

在用户回答任一 Skill 的前置问题后使用。适用于把架构、环境、版本、平台、包管理器、测试目标、UI 策略等前置信息写入项目根目录 .hyar/ARCH_CONTEXT.md,并在后续 Skill 提问前复用这些答案,避免重复询问。

2026-05-27
building-native-ui
项目管理专家

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

2026-05-27
eas-update-insights
软件开发工程师

Check the health of published EAS Updates: crash rates, install/launch counts, unique users, payload size, and the split between embedded and OTA users per channel.

2026-05-27
expo-api-routes
项目管理专家

Guidelines for creating API routes in Expo Router with EAS Hosting.

2026-05-27
expo-brownfield
项目管理专家

Integrate Expo and React Native into an existing native iOS or Android app. Use when the user mentions brownfield, embedding React Native in a native app, AAR/XCFramework, or adding Expo to an existing Kotlin/Swift project.

2026-05-27
expo-cicd-workflows
软件开发工程师

Helps understand and write EAS workflow YAML files for Expo projects. Use when the user asks about CI/CD, .eas/workflows, EAS build pipelines, or deployment automation.

2026-05-27
expo-deployment
项目管理专家

Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes.

2026-05-27
expo-dev-client
项目管理专家

Build and distribute Expo development clients locally or via TestFlight.

2026-05-27
expo-module
软件开发工程师

Guide for creating and writing Expo native modules and views using the Expo Modules API. Covers Swift, Kotlin, TypeScript, module definitions, native views, config plugins, lifecycle hooks, autolinking, and type system.

2026-05-27
expo-tailwind-setup
软件开发工程师

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling.

2026-05-27
expo-ui-jetpack-compose
软件开发工程师

Use the @expo/ui/jetpack-compose package to render Jetpack Compose Views and modifiers in an Expo app.

2026-05-27
expo-ui-swift-ui
软件开发工程师

Use the @expo/ui/swift-ui package to render SwiftUI Views and modifiers in an Expo app.

2026-05-27
native-data-fetching
软件开发工程师

Use when implementing or debugging any network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders.

2026-05-27
rn-compo-style
软件开发工程师

编写、重构或审查 React Native 组件样式时使用。适用于处理 style prop、StyleSheet.create、样式数组、动态样式、平台样式差异、组件内联样式坏味道、Text/Image/View 样式组织、布局样式复用和样式可维护性问题;缺少 RN 版本、目标组件边界或现有样式约定时必须先读取项目事实或询问。

2026-05-27
rn-create-app
软件开发工程师

创建或初始化 React Native 应用前使用。适用于用户要求新建 RN App、选择 Expo 或 React Native Community CLI、判断 New Architecture 或 Legacy Architecture、配置 Android/iOS 原生工程、接入原生模块、从 0.74 到 0.85 选择版本时;若用户没有明确目标架构和平台范围,必须先询问,禁止直接创建项目。 版本要求: React Native 0.74-0.85, legacy versions before 0.74。环境要求: Expo, React Native Community CLI, Android, iOS, New Architecture, Legacy Architecture。

2026-05-27
rn-newarch-modules-create
软件开发工程师

创建或改造 React Native New Architecture TurboModule 时使用。适用于用户要求创建 Turbo Native Module、配置 Codegen、实现 Android/iOS 原生模块、设计纯 C++ 跨端模块、判断 RN 0.68-0.85 不同版本支持方式,或在 RN 0.74+ 新架构项目中替代旧桥 NativeModule;版本、平台、模块分发形态或 Legacy 兼容目标不明确时必须先询问。 版本要求: React Native 0.68-0.85, New Architecture, TurboModule。环境要求: Android, iOS, C++, Codegen, Community CLI, CocoaPods, Gradle。

2026-05-27
rn-router
软件开发工程师

为 React Native 项目设计、选择或迁移导航方案时使用。适用于 Expo Router、React Navigation、Stack/Tab/Drawer、deep link、typed routes、web routing、导航迁移、Expo SDK 52-56 或 React Navigation 5/6/7 使用差异判断。

2026-05-27
rn-test
软件质量保证分析师与测试员

为 React Native 项目设计、补充或修复测试时使用。适用于静态分析、Jest 单元测试、mock、集成测试、React Native Testing Library 组件测试、快照测试、Detox/Appium/Maestro E2E 测试、测试工具缺失处理、测试命令和验收链路梳理等场景;缺少 RN 版本、测试目标、平台范围或本地/CI 验收要求时必须先询问。

2026-05-27
upgrading-expo
软件开发工程师

Guidelines for upgrading Expo SDK versions and fixing dependency issues.

2026-05-27
use-dom
软件开发工程师

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

2026-05-27
eas-update-insights
软件开发工程师

Check the health of published EAS Updates: crash rates, install/launch counts, unique users, payload size, and the split between embedded and OTA users per channel.

2026-05-27
rn-compo-style
软件开发工程师

编写、重构或审查 React Native 组件样式时使用。适用于处理 style prop、StyleSheet.create、样式数组、动态样式、平台样式差异、组件内联样式坏味道、Text/Image/View 样式组织、布局样式复用和样式可维护性问题;缺少 RN 版本、目标组件边界或现有样式约定时必须先读取项目事实或询问。

2026-05-27
rn-create-app
软件开发工程师

创建或初始化 React Native 应用前使用。适用于用户要求新建 RN App、选择 Expo 或 React Native Community CLI、判断 New Architecture 或 Legacy Architecture、配置 Android/iOS 原生工程、接入原生模块、从 0.74 到 0.85 选择版本时;若用户没有明确目标架构和平台范围,必须先询问,禁止直接创建项目。

2026-05-27
rn-newarch-modules-create
软件开发工程师

创建或改造 React Native New Architecture TurboModule 时使用。适用于用户要求创建 Turbo Native Module、配置 Codegen、实现 Android/iOS 原生模块、设计纯 C++ 跨端模块、判断 RN 0.68-0.85 不同版本支持方式,或在 RN 0.74+ 新架构项目中替代旧桥 NativeModule;版本、平台、模块分发形态或 Legacy 兼容目标不明确时必须先询问。

2026-05-27
rn-router
软件开发工程师

为 React Native 项目设计、选择或迁移导航方案时使用。适用于 Expo Router、React Navigation、Stack/Tab/Drawer、deep link、typed routes、web routing、导航迁移、Expo SDK 52-56 或 React Navigation 5/6/7 使用差异判断。

2026-05-27
rn-test
软件质量保证分析师与测试员

为 React Native 项目设计、补充或修复测试时使用。适用于静态分析、Jest 单元测试、mock、集成测试、React Native Testing Library 组件测试、快照测试、Detox/Appium/Maestro E2E 测试、测试工具缺失处理、测试命令和验收链路梳理等场景;缺少 RN 版本、测试目标、平台范围或本地/CI 验收要求时必须先询问。

2026-05-27
add-app-clip
软件开发工程师

Add an iOS App Clip target to an Expo or React Native app. Use when the user asks for App Clip setup, lightweight iOS entrypoints, apple targets, or Expo native target integration.

2026-05-26
building-native-ui
软件开发工程师

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

2026-05-26
expo-api-routes
软件开发工程师

Guidelines for creating API routes in Expo Router with EAS Hosting.

2026-05-26
expo-brownfield
软件开发工程师

Integrate Expo and React Native into an existing native iOS or Android app. Use when the user mentions brownfield, embedding React Native in a native app, AAR/XCFramework, or adding Expo to an existing Kotlin/Swift project.

2026-05-26
expo-cicd-workflows
软件开发工程师

Helps understand and write EAS workflow YAML files for Expo projects. Use when the user asks about CI/CD, .eas/workflows, EAS build pipelines, or deployment automation.

2026-05-26
expo-deployment
软件开发工程师

Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes.

2026-05-26
expo-dev-client
软件开发工程师

Build and distribute Expo development clients locally or via TestFlight.

2026-05-26
expo-module
软件开发工程师

Guide for creating and writing Expo native modules and views using the Expo Modules API. Covers Swift, Kotlin, TypeScript, module definitions, native views, config plugins, lifecycle hooks, autolinking, and type system.

2026-05-26
expo-tailwind-setup
软件开发工程师

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling.

2026-05-26
expo-ui-jetpack-compose
软件开发工程师

Use the @expo/ui/jetpack-compose package to render Jetpack Compose Views and modifiers in an Expo app.

2026-05-26
当前展示该仓库 Top 40 / 59 个已收集 skills。
hybrid-agent-rail GitHub Agent Skills | SkillsMP