LedgerHQLedgerHQOfficialยท59 Agent Skills Included

ledger-live

Agent skills for building, testing, and shipping Ledger Wallet apps

Guides AI agents through feature development, code review, testing, and releases in the Ledger Wallet monorepo. Covers MVVM architecture, DDD package structure, RTK Query, E2E tests, PR creation, CI fixes, and hardware wallet CLI flows. Removes guesswork around repo conventions, feature flags, changesets, and data-leak checks so changes ship faster and safer.
npx skills add LedgerHQ/ledger-live --all -g -y
Available:

Gives the AI agent the monorepo layout, command recipes, and rules for where to add code, which READMEs to read, and how to validate changes before finishing.

All Skills in This Repository (59)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

testing

Write and maintain Jest unit and integration tests for Ledger Wallet apps.

Official
Intermediate
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

e2e

Automate ledger-live-desktop end-to-end tests with Playwright and Speculos.

Official
Advanced
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

ddd-structure-flow

Organizes Ledger Wallet code placement across DDD monorepo layers and packages.

Official
Basic
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

ddd-types-state-mocks

Structures Ledger Wallet data layers mapping one API response to one entity slice.

Official
Basic
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

package-public-api

Enforces barrel-only public API exports for shared, domain, and features packages.

Official
Basic
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

ddd-data-layer-advanced

Structures Ledger Wallet data layers where one API response serves multiple domain entities.

Official
Intermediate
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

debug-rn-native-crash

Diagnose native React Native Fabric and Hermes crashes in iOS apps using Xcode and lldb.

Official
Advanced
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

cloud-sync-module

Write, review, and debug CloudSyncDataManager modules that sync user data through Ledger Sync.

Official
Advanced
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

comments

Reduces unnecessary code comments by replacing them with clearer naming and structure.

Official
Basic
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

get-pr-comments

Fetches and summarizes review comments from the active pull request.

Official
Basic
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

prefer-set-has

Enforces Set.has() over Array.includes() for constant membership checks in TypeScript.

Official
Basic
๐Ÿ“ฆ In Repo
LedgerHQLedgerHQ

detect-data-leaks

Detect PII leaks to third-party services introduced by the current git branch.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install ledger-live skills?โ–ผ

Run `npx skills add LedgerHQ/ledger-live --all -g -y` in your terminal to install all skills in this suite globally.

What do the Ledger Live agent skills do?โ–ผ

They teach your AI agent the Ledger Wallet monorepo conventions, from MVVM architecture and DDD package structure to testing, PR creation, and CI workflows.

Can AI agents run Ledger Wallet E2E tests?โ–ผ

Yes. Dedicated skills walk the agent through desktop Playwright and mobile Detox setup, test execution, and failure triage step by step.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible AI coding agents.

Can the agent control a Ledger hardware wallet?โ–ผ

Yes. The wallet-cli skill lets the agent discover accounts, check balances, send funds, and run swaps through a connected Ledger device via USB.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’