什么是 coding-standards?
提供 React Native 的编码标准——性能模式、一致性规则和干净的 React 架构。在编写、修改或审查代码时使用。 来源:expensify/app。
提供 React Native 的编码标准——性能模式、一致性规则和干净的 React 架构。在编写、修改或审查代码时使用。
通过命令行快速安装 coding-standards AI 技能到你的开发环境
来源:expensify/app。
Coding standards for the Expensify App. Each standard is a standalone file in rules/ with reasoning, examples, and applicability conditions.
| Performance | PERF- | Render optimization, memo patterns, useEffect hygiene, data selection | | Consistency | CONSISTENCY- | Platform checks, magic values, unused props, ESLint discipline | | Clean React Patterns | CLEAN-REACT-PATTERNS- | Composition, component ownership, state structure |
During development: When writing or modifying src/ files, consult the relevant standard files for detailed conditions, examples, and exceptions.
提供 React Native 的编码标准——性能模式、一致性规则和干净的 React 架构。在编写、修改或审查代码时使用。 来源:expensify/app。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/expensify/app --skill coding-standards提供 React Native 的编码标准——性能模式、一致性规则和干净的 React 架构。在编写、修改或审查代码时使用。 来源:expensify/app。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/expensify/app --skill coding-standards 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/expensify/app