Source

onekeyhq/app-monorepo

57 skills · 2.1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
react-best-practices React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing…
onekeyhq/app-monorepo
110
2
implementing-figma-designs Implements Figma designs 1:1 using OneKey component library (还原设计稿).
onekeyhq/app-monorepo
78
3
1k-code-quality Code quality standards — lint (oxlint), format (oxfmt), type check (tsc), pre-commit hooks, and comment conventions. …
onekeyhq/app-monorepo
77
4
1k-coding-patterns OneKey coding patterns for TypeScript, React, promises, date formatting, and error handling.
onekeyhq/app-monorepo
74
5
1k-i18n OneKey i18n and Lokalise workflow for searching, adding, updating, pulling, and using translation keys. Verify the ta…
onekeyhq/app-monorepo
73
6
1k-dev-commands OneKey development commands plus branch, commit, validation, and PR conventions.
onekeyhq/app-monorepo
72
7
1k-architecture OneKey monorepo architecture, project structure, package relationships, and import hierarchy rules.
onekeyhq/app-monorepo
71
8
1k-cross-platform OneKey cross-platform patterns, platform files, platformEnv, and supported OS/SDK requirements.
onekeyhq/app-monorepo
71
9
1k-date-formatting Date and time formatting — use OneKey dateUtils (formatDate/formatTime) instead of native JS date methods.
onekeyhq/app-monorepo
71
10
1k-git-workflow Git workflow and conventions — branching, commit messages, and PR creation.
onekeyhq/app-monorepo
71
11
1k-state-management Jotai state management patterns — atoms, globalAtom, contextAtom, and persistence.
onekeyhq/app-monorepo
71
12
1k-performance Performance optimization for React/React Native — re-renders, memoization, FlashList, memory leaks, and bundle size.
onekeyhq/app-monorepo
64
13
1k-error-handling Error handling patterns — try/catch, async errors, error boundaries, useAsyncCall, and toast messages.
onekeyhq/app-monorepo
63
14
pr-review Security-first PR review checklist for this repo. Use when reviewing diffs/PRs, especially changes involving auth, ne…
onekeyhq/app-monorepo
63
15
auditing-pre-release-security Audits security and supply-chain risk between two git refs, 预发布安全审计
onekeyhq/app-monorepo
62
16
1k-patching-native-modules Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs.
onekeyhq/app-monorepo
60
17
1k-feature-guides Feature development guides for OneKey. Use when adding new chains, socket events, notifications, pages, or routes. Co…
onekeyhq/app-monorepo
58
18
1k-sentry Configure OneKey Sentry and filter events across desktop, mobile, web, and extension.
onekeyhq/app-monorepo
58
19
1k-new-skill Creates a new Claude Code Skill following best practices. Use when the user wants to create a new skill, add a skill,…
onekeyhq/app-monorepo
56
20
1k-platform-requirements Minimum SDK/OS version requirements for all OneKey platforms (iOS, Android, Chrome, Electron).
onekeyhq/app-monorepo
56
21
1k-retrospective Analyze accumulated bug fix cases and propose updates to the self-testing checklist. Use periodically (weekly/monthly…
onekeyhq/app-monorepo
56
22
1k-sentry-analysis Analyze and fix production errors from Sentry crash reports (AppHang, ANR, crashes, stacktraces).
onekeyhq/app-monorepo
56
23
1k-pkg-upgrade-review Reviews package version upgrades — diffs source between versions, traces call sites, and generates compatibility repo…
onekeyhq/app-monorepo
55
24
1k-ui-recipes Reference-only catalog of UI workaround recipes. Do NOT auto-load — invoke ONLY when the user explicitly asks for "1k…
onekeyhq/app-monorepo
55
25
1k-app-upgrade-test Create test versions to verify app auto-update functionality and version migration.
onekeyhq/app-monorepo
54
26
1k-code-review-pr Review OneKey PRs and diffs for security, correctness, concurrency, React/RN pitfalls, and repository-specific regres…
onekeyhq/app-monorepo
54
27
1k-defi-module-integration Navigate and implement OneKey App Earn, Borrow, Staking, and DeFi Portfolio flows. Use for protocol data, portfolio a…
onekeyhq/app-monorepo
54
28
1k-create-pr Creates a Pull Request from current changes for OneKey app-monorepo. Use when user wants to create PR, submit changes…
onekeyhq/app-monorepo
50
29
perf-optimizer Systematic performance optimization and regression debugging for OneKey mobile app (iOS). Use when: (1) Fixing perfor…
onekeyhq/app-monorepo
50
30
1k-monitor-pr-ci Monitor OneKey PR checks and review threads, fix failures, address comments, and continue until the PR is ready.
onekeyhq/app-monorepo
43
31
1k-analytics OneKey analytics and server event tracking with LogToServer, logger scopes/scenes, and business metrics. Use for 埋点…
onekeyhq/app-monorepo
18
32
1k-implementing-figma-designs Implements Figma designs 1:1 using OneKey component library (还原设计稿).
onekeyhq/app-monorepo
17
33
1k-adding-chains Guide for adding new blockchain chains to OneKey. Use when implementing new chain support, adding blockchain protocol…
onekeyhq/app-monorepo
13
34
fix-lint Helps fix oxlint errors and warnings in the OneKey codebase. Use when running yarn lint and encountering warnings, cl…
onekeyhq/app-monorepo
13
35
1k-adding-socket-events Adds new WebSocket event subscriptions to OneKey. Use when implementing new socket events, handling server push messa…
onekeyhq/app-monorepo
12
36
creating-upgrade-test-version Creates test version branches for testing app upgrade functionality. Use when preparing upgrade test builds, testing …
onekeyhq/app-monorepo
12
37
ignoring-sentry-errors Filters specific errors from Sentry reporting in this OneKey monorepo. Use when needing to ignore/suppress/filter Sen…
onekeyhq/app-monorepo
12
38
new-skill Creates a new Claude Code Skill following best practices. Use when the user wants to create a new skill, add a skill,…
onekeyhq/app-monorepo
12
39
notification-system Documents OneKey push notification system across platforms. Use when implementing notification features, handling not…
onekeyhq/app-monorepo
12
40
page-and-route Helps create and configure pages and routes in the OneKey app-monorepo. Use when creating new pages, configuring rout…
onekeyhq/app-monorepo
12
41
1k-group-think Spawns a team of 3 AI agents with different analytical perspectives to collaboratively analyze a problem, propose sol…
onekeyhq/app-monorepo
10
42
1k-auditing-pre-release-security Audits security and supply-chain risk between two git refs with Codex cross-validation. 预发布安全审计(含 Codex 交叉…
onekeyhq/app-monorepo
9
43
1k-perf-optimizer Diagnose and optimize OneKey iOS startup and Wallet Home performance using timing metrics, call counts, profiling, an…
onekeyhq/app-monorepo
9
44
1k-bundle-release Bundle release workflow — checkout, prepare, pr, diff-check, audit, publish, sync.
onekeyhq/app-monorepo
8
45
1k-pr-daily-report Generate a 24-hour PR activity report grouped by module with Chinese summaries. Use when the user asks for PR statist…
onekeyhq/app-monorepo
7
46
1k-worktree-clean Use when the user wants to audit local git worktrees against origin/x, choose by number or A, and decide whether stal…
onekeyhq/app-monorepo
7
47
1k-cold-start-ssr Jotai Cold Start SSR + unified startup timing schema — cold start optimization via MMKV snapshot hydration and the cr…
onekeyhq/app-monorepo
6
48
1k-jira-qa-handoff Generate Chinese product behavior and QA cases from commits, then sync them to a Jira issue while preserving existing…
onekeyhq/app-monorepo
6
49
1k-startup-profile Deep startup profiling for OneKey mobile — per-module JS factory timings, HBC I/O/parse breakdown, per-segment timing…
onekeyhq/app-monorepo
6
50
1k-browser-module OneKey Browser/Discovery development for WebView tabs, bookmarks, history, search, URL risk checks, DApp connections,…
onekeyhq/app-monorepo
5
Page 1 · 57 total Next