Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

ledger-live

ledger-live contém 38 skills coletadas de LedgerHQ, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
38
Stars
601
atualizado
2026-06-24
Forks
477
Cobertura ocupacional
2 categorias ocupacionais · 89% classificado
explorador de repositórios

Skills neste repositório

batch-feature-dev
sem classificação

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
sem classificação

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
sem classificação

Guided feature development with codebase understanding and architecture focus

2026-06-23
coin-modules
sem classificação

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

2026-06-22
knip-migration
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

Git workflow and commit conventions for Ledger Wallet

2026-06-18
ledger-wallet-cli
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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

2026-06-10
create-pr
Desenvolvedores de software

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

2026-06-05
testing
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-21
typescript
Desenvolvedores de software

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

2026-05-21
device-intent-executor
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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

2026-05-13
e2e-mobile-onboard
Analistas de garantia de qualidade de software e testadores

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

2026-05-13
docs-migrate
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

Run lint, format, and typecheck on modified files

2026-04-20
client-ids
Desenvolvedores de software

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

2026-04-20
dialogs-slice
Desenvolvedores de software

Global dialogs Redux slice pattern for MVVM dialog state management

2026-04-20
e2e-swap
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

Lumen UI React Native design system rules

2026-04-20
ldls-web
Desenvolvedores de software

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

2026-04-20
pre-review
Analistas de garantia de qualidade de software e testadores

Deep code review

2026-04-20
redux-slice
Desenvolvedores de software

Redux Toolkit createSlice best practices

2026-04-20
rtk-query-api
Desenvolvedores de software

RTK Query createApi best practices

2026-04-20
test-coverage
Analistas de garantia de qualidade de software e testadores

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

2026-04-20
zod-schemas
Desenvolvedores de software

Zod schema validation patterns for API types

2026-04-20