Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

ledger-live

ledger-live contient 38 skills collectées depuis LedgerHQ, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
38
Stars
601
mis à jour
2026-06-24
Forks
477
Couverture métier
2 catégories métier · 89% classifié
explorateur de dépôts

Skills dans ce dépôt

batch-feature-dev
non classé

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
non classé

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
non classé

Guided feature development with codebase understanding and architecture focus

2026-06-23
coin-modules
non classé

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

2026-06-22
knip-migration
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

Git workflow and commit conventions for Ledger Wallet

2026-06-18
ledger-wallet-cli
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-06-10
create-pr
Développeurs de logiciels

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

2026-06-05
testing
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-05-21
typescript
Développeurs de logiciels

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

2026-05-21
device-intent-executor
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-05-13
e2e-mobile-onboard
Analystes en assurance qualité des logiciels et testeurs

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

2026-05-13
docs-migrate
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

Run lint, format, and typecheck on modified files

2026-04-20
client-ids
Développeurs de logiciels

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

2026-04-20
dialogs-slice
Développeurs de logiciels

Global dialogs Redux slice pattern for MVVM dialog state management

2026-04-20
e2e-swap
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

Lumen UI React Native design system rules

2026-04-20
ldls-web
Développeurs de logiciels

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

2026-04-20
pre-review
Analystes en assurance qualité des logiciels et testeurs

Deep code review

2026-04-20
redux-slice
Développeurs de logiciels

Redux Toolkit createSlice best practices

2026-04-20
rtk-query-api
Développeurs de logiciels

RTK Query createApi best practices

2026-04-20
test-coverage
Analystes en assurance qualité des logiciels et testeurs

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

2026-04-20
zod-schemas
Développeurs de logiciels

Zod schema validation patterns for API types

2026-04-20