Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

ledger-live

ledger-live には LedgerHQ から収集した 38 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
38
Stars
601
更新
2026-06-24
Forks
477
職業カバレッジ
2 件の職業カテゴリ · 89% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

batch-feature-dev
未分類

Handle batches of Jira tickets through shared analysis, per-ticket feature-dev, Lumen UI guardrails, changesets, and draft PRs. Use when the user provides multiple Jira tickets or asks to deliver tickets one by one with PRs.

2026-06-24
run-builds
未分類

Trigger the on-demand production build workflows on LedgerHQ/ledger-live-build (Desktop, Android APK, iOS) for a ledger-live branch, then post a PR comment. Use when asked to "run builds", "produce a build", "build the app(s)", or "make an APK/iOS/desktop build" for a PR/branch.

2026-06-23
feature-dev
未分類

Guided feature development with codebase understanding and architecture focus

2026-06-23
coin-modules
未分類

Rules and layout for coin module packages under libs/coin-modules/. Read when adding or modifying a coin module.

2026-06-22
knip-migration
ソフトウェア開発者

Dead-code / unused-dependency detection is migrating from the legacy `unimported` tool to `knip`, which requires each package to expose an explicit, minimal `package.json#exports` (no `./*` wildcard). Read this when adding a new package or migrating an existing one.

2026-06-22
docs-update-or-create
ソフトウェア開発者

Guidelines that must be followed when creating or updating docs in this repo. Applies to AGENTS.md, README.md, **/docs/**/*.md, skill and sub-agent files.

2026-06-19
errors
ソフトウェア開発者

How to define and check error classes in Ledger Live. Read when adding a new error, creating an errors.ts file, or checking an error's type. Replaces the deprecated @ledgerhq/errors lib (createCustomErrorClass + serialize/deserialize).

2026-06-19
git-workflow
ソフトウェア開発者

Git workflow and commit conventions for Ledger Wallet

2026-06-18
ledger-wallet-cli
ソフトウェア開発者

Official Ledger wallet-cli - USB-based CLI for Ledger hardware wallet flows (account discover, receive, balances, operations, send, swap quote/execute/status, genuine-check, assets token / token-by-id). Use for any wallet-cli command execution and for mapping informal requests to the right command.

2026-06-17
e2e-earn
ソフトウェア品質保証アナリスト・テスター

Check, update, and RUN Earn E2E tests for Ledger Wallet Desktop (Playwright) and Mobile (Detox). Covers the Earn v2 dashboard, the native + redirect staking flows, and the delegate specs (owned by the Earn team). Use to run earn.v2 / delegate locally, adapt earn page objects/flows, and triage failures.

2026-06-12
run-e2e-ci
ソフトウェア品質保証アナリスト・テスター

Trigger the on-demand E2E / Coin Tester CI workflows (Desktop E2E, Mobile E2E, Coin Tester) on a branch and post a PR comment. Use when asked to "run e2e", "trigger e2e on CI", or "run coin testers" for a PR/branch.

2026-06-12
comments
ソフトウェア開発者

Repo-wide conventions for code comments. Read this when reviewing or adding code comments.

2026-06-10
create-pr
ソフトウェア開発者

Create a pull request with proper description, changeset, and all required elements

2026-06-05
testing
ソフトウェア品質保証アナリスト・テスター

Write unit and integration tests for Ledger Wallet apps. Use for Jest tests (Desktop/Mobile), MSW handlers and testing best practices. Applies to "*.test.*", "*.spec.*", "**/tests/**", "**/__tests__/**", "**/__integrations__/**", "**/jest-setup*"

2026-05-22
coin-families-contract
ソフトウェア開発者

Coin-specific families logic must live in families/. Generic UI uses the families contract only (no if (family === "evm") in shared code). Use this guidance for work in "**/families/**", "**/mvvm/**", "**/renderer/**" and "**/screens/**".

2026-05-22
prefer-set-has
ソフトウェア開発者

Prefer Set.has() over Array.includes() for constant allowlists/blocklists. Read this when reviewing or writing membership checks in TypeScript files.

2026-05-22
codeownership
ソフトウェア開発者

Maintain CODEOWNERS file and team specific directories. Use when working with "**/team-*/**" file structure or to split an old file into team-specific parts

2026-05-22
react-general
ソフトウェア開発者

General React and React Native engineering rules for Ledger Live. Read when writing or reviewing any .ts/.tsx file.

2026-05-21
debug-rn-native-crash
ソフトウェア開発者

Investigate native React Native crashes (Fabric/Hermes/iOS) in ledger-live-mobile when JS error logs are missing or unhelpful. Use when the app dies silently, throws an NSException on iOS, or shows only a native stack trace.

2026-05-21
rebuild-to-fix-lib-import-errors
ソフトウェア開発者

When typecheck finds an error importing from a lib in the monorepo, rebuild the lib

2026-05-21
typescript
ソフトウェア開発者

TypeScript + React typing conventions for Ledger Wallet. Read when writing or reviewing .ts and .tsx files.

2026-05-21
device-intent-executor
ソフトウェア開発者

Device Intent Executor (DIE) and Device Intents reference. Read when working with libs/device-intent/, DeviceIntentExecutor / DeviceIntentExecutorLWM, Intent definitions (IntentDefinition, IntentPlatformDefinition, Job, createIntent), deviceInitializationInput / buildDeviceInitializationInput, DmkCompatTransport, or migrating a Ledger Wallet device flow off connectApp / DeviceAction / withDevice.

2026-05-20
mvvm-architecture
ソフトウェア開発者

Plan, review, and develop desktop and mobile app features following our MVVM architectural pattern. Applies to all new .ts and .tsx files within /apps/ledger-live-desktop or /apps/ledger-live-mobile

2026-05-15
e2e-desktop-onboard
ソフトウェア品質保証アナリスト・テスター

Interactive setup wizard for running desktop E2E (Playwright + Speculos) tests locally

2026-05-13
e2e-mobile-onboard
ソフトウェア品質保証アナリスト・テスター

Interactive setup wizard for running mobile E2E (Detox) tests locally

2026-05-13
docs-migrate
ソフトウェア開発者

Migrate docs into our target structure. Use when asked to migrate or clean up existing docs – agentic and otherwise.

2026-05-06
e2e-desktop-add-or-update
ソフトウェア品質保証アナリスト・テスター

Add E2E tests for new coins or update existing Playwright tests for ledger-live-desktop. Use when the user wants to add send/receive e2e tests for a new cryptocurrency, update test configurations, or work with Speculos device simulator.

2026-05-06
cleanup
ソフトウェア開発者

Run lint, format, and typecheck on modified files

2026-04-20
client-ids
ソフトウェア開発者

Privacy-protected ID management with @ledgerhq/client-ids — DeviceId, UserId, DatadogId, export-rules.json

2026-04-20
dialogs-slice
ソフトウェア開発者

Global dialogs Redux slice pattern for MVVM dialog state management

2026-04-20
e2e-swap
ソフトウェア品質保証アナリスト・テスター

Write or update Swap E2E tests for Ledger Live Desktop (Playwright) and Mobile (Detox). Use for swap spec updates, provider flows, multi-step approvals, page-object refactors, swap-history checks, KYC/validation banners, and review-driven cleanup.

2026-04-20
ldls-native
ソフトウェア開発者

Lumen UI React Native design system rules

2026-04-20
ldls-web
ソフトウェア開発者

LDLS UI React design system rules (@ledgerhq/lumen-ui-react)

2026-04-20
pre-review
ソフトウェア品質保証アナリスト・テスター

Deep code review

2026-04-20
redux-slice
ソフトウェア開発者

Redux Toolkit createSlice best practices

2026-04-20
rtk-query-api
ソフトウェア開発者

RTK Query createApi best practices

2026-04-20
test-coverage
ソフトウェア品質保証アナリスト・テスター

Increase test coverage to 90% on a target zone with iterative writing and refactoring

2026-04-20
zod-schemas
ソフトウェア開発者

Zod schema validation patterns for API types

2026-04-20