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-standardsReact 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