Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计异常

building-react-native-applicationbuilding React native application 前端

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

499

周安装

21

GitHub Stars

公开资料未说明

下载量

175
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:building-react-native-application(building React native application 前端)
来源仓库:https://github.com/cedmandocdoc/awesome-skills
仓库路径:skills/building-react-native-application
安装命令:
npx skills add https://github.com/cedmandocdoc/awesome-skills --skill building-react-native-application
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/cedmandocdoc/awesome-skills --skill building-react-native-application

简介

该技能为 React Native (Expo) 应用提供完整技术栈与 UI 系统设计规范。

  • 适用于移动端功能开发、导航路由、状态管理及跨平台样式统一。
  • 采用 TanStack Router、Zustand、Axios 与 NativeWind 构建现代化客户端架构。
  • 安装方式:通过 npx skills add 命令从 GitHub 仓库添加,需启用 Expo 开发环境。
  • building-react-native-application 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

React Native

Opinionated ecosystem for building React Native apps with a consistent architecture, library stack, and UI system.

Tech stack

LayerChoice
RuntimeExpo
LanguageTypeScript
StylingNativeWind, Tailwind CSS, class-variance-authority
RoutingReact Navigation
Server stateTanStack Query
Client global stateZustand
HTTPAxios
Presentational UIReact Native Reusables-style primitives in src/ui/

When to use

Follow this skill for every task that touches this project's React Native (Expo) app: features, screens, navigation, APIs, state, styling, forms, async and list UI, config, theming, layout, and tooling choices for the app.

Companion skill

For async useEffect, TanStack Form, ESLint / Prettier, es-toolkit / date-fns, and overriding className (NativeWind / Tailwind), use together with building-react-application.

Install it:

npx skills add cedmandocdoc/awesome-skills/skills/building-react-application

Terminology

Use these terms consistently across this skill and its references:

  • Route: navigation identity and configuration (for example route name, params type, options, deep-link path, and registration in src/navigation/).
  • Screen: React component rendered for a route (commonly exported from src/features/<feature-name>/ and passed to Stack.Screen component={...}).
  • Navigator: container that maps routes to screens (for example stack, tabs, drawer).
  • Keep route config in src/navigation/; keep screen behavior and UI in src/features/.

References

DocWhen to use
structuring-project.mdOrganize folders, module boundaries, and imports for the RN app.
managing-environment.mdDefine and validate Expo EXPO_PUBLIC_* env vars with per-module env.ts and Zod.
styling.mdApply NativeWind utilities and token-based styling patterns in components.
styling-preference.mdFollow the project's styling decision rules and conventions.
NativeWind — InstallationInstall or verify NativeWind setup (Babel/Metro/Tailwind).
setting-up-theming.mdSet up app-wide semantic tokens and theming structure.
setting-up-tailwind-theme.mdExtend Tailwind theme values for RN token usage.
setting-up-navigation-theme.mdConfigure React Navigation theme colors to match app tokens.
reusing-navigation-background.mdReuse shared navigation background patterns across screens.
managing-screen-background.mdChoose default versus explicit per-screen or per-surface backgrounds.
Expo — FontsAdd local/Google fonts and choose between config plugin or useFonts.
placing-component.mdDecide whether components live in src/ui/ or src/features/.
creating-component.mdCreate UI components with clear props and composition patterns.
managing-wrapper-components.mdFlatten View trees and merge className unless layout needs split wrappers.
managing-async-view.mdBuild async/loading, reloading, error, refresh, and pagination UI states.
managing-form-components.mdSet up src/ui/Form.tsx, createFormHook, and reusable field primitives.
TanStack Form — Basic conceptsUnderstand TanStack Form core APIs and mental model.
Form compositionCompose reusable form parts and advanced form structures.
abstracting-component.mdExtract shared primitives and follow registry-first abstraction workflow.
setting-up-registry-components.mdConfigure registry integration for src/ui component workflows.
adding-registry-components.mdAdd registry components via script or manual integration path.
naming-component.mdKeep component naming consistent across shared UI and features.
creating-feature.mdCreate feature modules, barrels, and internal organization.
promoting-feature.mdPromote feature-local pieces into shared UI or separate features.
managing-state.mdChoose Query, Zustand, or local state based on ownership and lifetime.
creating-api.mdStructure API clients and feature-specific data hooks.
setting-up-axios.mdConfigure Axios defaults/interceptors for RN API access.
configuring-routing.mdImplement navigation structure, typed params, and route registration.
managing-navigation-component.mdConfigure shared header, drawer, and tab UI through navigator options.
React Navigation — Hello React Navigation (static)Bootstrap React Navigation with the static API pattern.
Native Stack NavigatorBuild stack flows, screen options, and transitions.
Native Bottom Tabs NavigatorImplement tab navigation and tab-level screen structure.
React Navigation — Drawer NavigatorAdd drawer navigation with gestures, Reanimated, and custom drawer content.
react-native-keyboard-controller — Components overviewHandle keyboard avoidance, sticky views, and scroll synchronization.
Expo SplashScreenConfigure splash assets/plugin and control hide timing at app startup.
linting.mdApply ESLint/Prettier baseline and React Native lint conventions.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.61%
按下载量换算61

Claude

31.24%
按下载量换算55

Cursor

17.01%
按下载量换算30

Gemini CLI

9.12%
按下载量换算16

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills