Creates a new Claude Code Skill following best practices. Use when the user wants to create a new skill, add a skill, or asks about writing skills for Claude Code.
OneKey monorepo architecture and code organization. Use when understanding project structure, package relationships, import rules, or component organization.
Coding patterns and best practices for OneKey development. Use when writing React components, handling promises, error handling, or following code conventions.
Development commands for OneKey monorepo. Use when running dev servers, building apps, linting, testing, or troubleshooting build issues.
Date and time formatting for OneKey applications. Use when displaying dates, timestamps, or formatting time in UI components.
Jotai state management patterns for OneKey. Use when working with atoms, global state, feature state, or context atoms.
Error handling patterns and best practices for OneKey. Use when implementing try/catch blocks, handling async errors, showing error messages, or managing error states in UI.
Analyze and fix production errors from Sentry crash reports. Use when investigating AppHang, ANR, crashes, or production errors.
Audits security and supply-chain risk between two git refs with Codex cross-validation. 预发布安全审计(含 Codex 交叉验证)。Use when performing pre-release security audits, supply-chain…
Git workflow and conventions for OneKey development. Use when creating branches, committing code, or creating PRs.
Internationalization and translation management for OneKey. Use when adding translations, displaying text, handling locales, or managing translation keys.
Sentry error tracking and monitoring for OneKey. Use when configuring Sentry, filtering errors, analyzing crash reports, or debugging production issues.
Generates a Chinese product-behavior summary + test cases from git commits and syncs them to the PM's Jira task issue (update or create), preserving any existing Slack URLs and…
Performance optimization guidelines for OneKey React/React Native applications. Use when optimizing app performance, fixing UI freezes/lag, reducing re-renders, handling…
Create test versions to verify app auto-update functionality. Use when testing update flows, version migration, or validating app upgrade mechanisms.
Interactive guide for integrating new DeFi modules or protocols into OneKey. Use when adding new DeFi features like staking protocols, lending markets, or entirely new DeFi…
Cross-platform development patterns for OneKey. Use when writing platform-specific code, handling platform differences, or working with native/web/desktop/extension platforms.
Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs.
Code quality standards for OneKey. Use when fixing lint warnings, running pre-commit tasks, handling unused variables, writing comments, or ensuring code quality.
Feature development guides for OneKey. Use when adding new chains, socket events, notifications, pages, or routes.
Documents minimum SDK/OS version requirements for all OneKey platforms. Use when checking platform compatibility, understanding deployment targets, verifying version requirements,…
Comprehensive PR code review for OneKey monorepo. Use when reviewing PRs, code changes, or diffs — covers security (secrets/PII leakage, supply-chain, AuthN/AuthZ), code quality…