Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问clear审计通过

1k-dev-commands1k 开发命令

Agent Skill

1k-dev-commands 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,647

周安装

66

GitHub Stars

2,435

下载量

533
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:1k-dev-commands(1k 开发命令)
来源仓库:https://github.com/onekeyhq/app-monorepo
仓库路径:skills/1k-dev-commands
安装命令:
npx skills add https://github.com/onekeyhq/app-monorepo --skill 1k-dev-commands
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/onekeyhq/app-monorepo --skill 1k-dev-commands

简介

专为 GitHub 仓库管理和代码协作设计,1k-dev-commands 属于开发类 Skill,可作为该场景下的辅助能力补充。

  • 支持 Issue、PR 处理和仓库状态查询。
  • 核心能力包括自动化代码变更追踪与协作事项整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 适用于 Electron、Web 和浏览器扩展开发场景,提供跨平台构建与调试支持。

SKILL.md

OneKey Development Commands

Application Development Commands

PLATFORM-SPECIFIC DEVELOPMENT:

  • yarn app:desktop - Start desktop Electron app development

- Runtime: 30-60 seconds to start - Common issues: Node version conflicts, missing native dependencies - Troubleshooting: Run yarn clean && yarn reinstall if startup fails

  • yarn app:web - Start web development server (port 3000)

- Runtime: 15-30 seconds to start - Common issues: Port 3000 already in use, webpack compilation errors - Troubleshooting: Kill existing processes on port 3000, check console for specific errors

  • yarn app:ext - Start browser extension development

- Runtime: 20-40 seconds to start - Common issues: Manifest v3 validation errors, permission issues - Troubleshooting: Check extension manifest validity, verify content security policy

  • yarn app:ios - Start iOS mobile development

- Runtime: 1-2 minutes (includes Metro bundler) - Common issues: Xcode setup, simulator issues, pod install failures - Prerequisites: Xcode installed, iOS simulator available

  • yarn app:android - Start Android mobile development

- Runtime: 1-2 minutes (includes Metro bundler) - Common issues: Android SDK path, emulator setup, gradle build failures - Prerequisites: Android Studio, SDK tools, emulator configured

  • yarn app:web-embed - Start embeddable components development

- Runtime: 15-30 seconds - Usage: For developing standalone wallet components

Build Commands

PRODUCTION BUILDS (Use for final validation):

  • yarn app:desktop:build - Build desktop app for all platforms

- Runtime: 5-10 minutes (multi-platform build) - Output: Platform-specific installers in apps/desktop/dist/ - Common issues: Code signing, platform-specific dependencies - Verification: Test installers on target platforms

  • yarn app:ext:build - Build browser extension

- Runtime: 2-3 minutes - Output: Extension packages in apps/ext/dist/ - Common issues: Manifest validation, content security policy violations - Verification: Load extension in browser for testing

  • yarn app:web:build - Build web application

- Runtime: 3-5 minutes - Output: Static files in apps/web/dist/ - Common issues: Bundle size limits, missing environment variables - Verification: Serve built files and test functionality

  • yarn app:native-bundle - Bundle React Native app

- Runtime: 3-5 minutes - Output: Platform-specific bundles - Common issues: Native module linking, Metro bundler errors - Prerequisites: Platform development environment properly configured

Development Tools & Quality Assurance

Pre-commit Commands (Local Development)

Use these for fast pre-commit validation:

  • yarn lint:staged - Lint only staged files (fast, recommended for pre-commit)
  • yarn tsc:staged - Type check (same as tsc:only)

Pre-commit workflow:

yarn lint:staged && yarn tsc:staged && git commit -m "your message"

CI Commands (Full Project Check)

These run in CI pipeline or for comprehensive validation:

  • yarn lint - Comprehensive linting (TypeScript, ESLint, folder structure, i18n)

- Expected runtime: ~1 minute - Zero tolerance: ALL warnings and errors MUST be fixed - Use case: CI pipeline and comprehensive pre-PR checks

  • yarn test - Jest test execution

- Use case: CI pipeline and test validation

Other Tools

  • yarn clean - Clean all build artifacts and node_modules
  • yarn reinstall - Full clean install (use when dependency issues occur)

Testing

  • Jest configuration in jest.config.js
  • Test setup in jest-setup.js
  • Tests located in @tests/ directories within packages
  • Mobile tests use jest-expo preset

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.07%
按下载量换算160

Gemini CLI

23.4%
按下载量换算125

Codex

16.54%
按下载量换算88

Antigravity

10.76%
按下载量换算57

OpenCode

8.05%
按下载量换算43

github-copilot

3.54%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills