Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

web3-scaffold-app-monorepo

web3-scaffold-app-monorepo 收录了来自 wanghaisheng 的 29 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
29
Stars
0
更新
2026-04-15
Forks
0
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

1k-analytics
软件开发工程师

Analytics event tracking for OneKey. Use when adding tracking events, logging to server, user behavior tracking, or business metrics. Covers the @LogToServer decorator pattern, logger scope/scene architecture, and common pitfalls. Triggers on "埋点", "统计", "打点", "数据追踪", "日志", "analytics", "tracking event", "Mixpanel", "LogToServer", "trackEvent", "defaultLogger".

2026-04-15
1k-app-upgrade-test
软件开发工程师

Create test versions to verify app auto-update functionality and version migration.

2026-04-15
1k-bundle-release
软件开发工程师

Release branch management — checkout from release, prepare builds, pre-release diff checks, publish tracking, and sync back to x. Use this skill when managing release branches, creating branches for bundle releases, running pre-release diff checks, finalizing releases, or syncing release changes to x. Triggers on "bundle release", "release diff", "release publish", "release sync", "release checkout", "发布管理", "release 分支", "release management", "bundle-release", "bundle branch".

2026-04-15
1k-code-quality
软件质量保证分析师与测试员

Code quality standards — lint (eslint/oxlint), type check (tsc), pre-commit hooks, and comment conventions. All comments must be in English.

2026-04-15
1k-code-review-pr
软件质量保证分析师与测试员

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 (hooks, race conditions, null safety, concurrent requests), and OneKey-specific patterns (Fabric crashes, MIUI, BigNumber). Triggers on "review PR", "review this PR", "code review", "check this diff", "审查 PR", "代码审查", "review

2026-04-15
1k-coding-patterns
软件开发工程师

Coding patterns and best practices — React components, promise handling, and TypeScript conventions.

2026-04-15
1k-create-pr
软件开发工程师

Creates a Pull Request from current changes for OneKey app-monorepo. Use when user wants to create PR, submit changes, or merge feature branch. Handles branch creation, commit, push, and PR creation with conversation context extraction for code review AI.

2026-04-15
1k-cross-platform
软件开发工程师

Cross-platform development patterns — platform-specific code (.native.ts/.web.ts/.desktop.ts/.ext.ts) and platformEnv usage.

2026-04-15
1k-date-formatting
软件开发工程师

Date and time formatting — use OneKey dateUtils (formatDate/formatTime) instead of native JS date methods.

2026-04-15
1k-defi-module-integration
项目管理专家

Guide for integrating new DeFi modules or protocols (staking, lending, Earn, Borrow) into OneKey.

2026-04-15
1k-dev-commands
软件开发工程师

Development commands — yarn scripts for dev servers, building, linting, testing, and troubleshooting.

2026-04-15
1k-feature-guides
软件开发工程师

Feature development guides for OneKey. Use when adding new chains, socket events, notifications, pages, or routes. Covers blockchain integration, WebSocket subscriptions, push notifications, and navigation patterns.

2026-04-15
1k-git-workflow
软件开发工程师

Git workflow and conventions — branching, commit messages, and PR creation.

2026-04-15
1k-group-think
其他计算机职业

Spawns a team of 3 AI agents with different analytical perspectives to collaboratively analyze a problem, propose solutions, and debate trade-offs. Use when facing bugs, design decisions, architecture choices, or any task that benefits from multiple viewpoints. Agents discuss with each other, then present a comparison table for the user to decide. Triggers on "group think", "multi-agent", "team analysis", "3 agents", "collaborative analysis", "debate solutions".

2026-04-15
1k-i18n
软件开发工程师

Internationalization — translations (ETranslations, useIntl, formatMessage) and locale management. NEVER modify auto-generated translation files.

2026-04-15
1k-monitor-pr-ci
软件质量保证分析师与测试员

Monitors a PR's CI checks and review comments until all pass and issues are resolved. Auto-fixes CI failures, addresses inline review comments, replies, and resolves threads. Use when watching CI status, waiting for checks to pass, fixing CI errors, or resolving review feedback on a pull request.

2026-04-15
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, or asks about writing skills for Claude Code. Fetches latest documentation before generating skill content. New skill. Create a skill.

2026-04-15
1k-patching-native-modules
软件开发工程师

Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs.

2026-04-15
1k-performance
软件开发工程师

Performance optimization for React/React Native — re-renders, memoization, FlashList, memory leaks, and bundle size.

2026-04-15
1k-pkg-upgrade-review
软件开发工程师

Reviews package version upgrades — diffs source between versions, traces call sites, and generates compatibility reports.

2026-04-15
1k-platform-requirements
软件开发工程师

Minimum SDK/OS version requirements for all OneKey platforms (iOS, Android, Chrome, Electron).

2026-04-15
1k-pr-daily-report
软件开发工程师

Generate a 24-hour PR activity report grouped by module with Chinese summaries. Use when the user asks for PR statistics, daily report, PR summary, or mentions "PR 统计", "每日报告", "PR 汇总", "日报".

2026-04-15
1k-retrospective
软件质量保证分析师与测试员

Analyze accumulated bug fix cases and propose updates to the self-testing checklist. Use periodically (weekly/monthly) to evolve quality checks based on real issues.

2026-04-15
1k-sentry-analysis
软件质量保证分析师与测试员

Analyze and fix production errors from Sentry crash reports (AppHang, ANR, crashes, stacktraces).

2026-04-15
1k-sentry
软件开发工程师

Sentry error tracking and monitoring for OneKey. Use when configuring Sentry, filtering errors, analyzing crash reports, or debugging production issues. Covers platform-specific setup (desktop/mobile/web/extension) and error filtering strategies.

2026-04-15
1k-ui-recipes
网页开发工程师

UI recipes for scroll offset (useScrollContentTabBarOffset), view transitions (startViewTransition), horizontal scroll in collapsible tab headers (CollapsibleTabContext), Android bottom tab touch interception workaround, keyboard avoidance for input fields, iOS overlay navigation freeze prevention (resetAboveMainRoute), and web keyboardDismissMode cross-tab input blur prevention.

2026-04-15
auditing-pre-release-security
信息安全分析师

Audits security and supply-chain risk between two git refs with Codex MCP cross-validation. 预发布安全审计(含 Codex 交叉验证)。Use when performing pre-release security audits, supply-chain reviews, or comparing two git refs for security regressions. Triggers on “预发布审计”, “security audit”, “release audit”, “安全预审”.

2026-04-15
perf-optimizer
软件开发工程师

Systematic performance optimization and regression debugging for OneKey mobile app (iOS). Use when: (1) Fixing performance regressions - when metrics like tokensStartMs, tokensSpanMs, or functionCallCount have regressed and need to be brought back to normal levels, (2) Improving baseline performance - when there's a need to optimize cold start time or reduce function call overhead, (3) User requests performance optimization/improvement/debugging for the app's startup or home screen refresh flow.

2026-04-15
react-best-practices
软件开发工程师

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

2026-04-15