ledger-live
Agent skills for building, testing, and shipping Ledger Wallet apps
All Skills in This Repository (59)
Pure Emerald Level Indicatorstesting
Write and maintain Jest unit and integration tests for Ledger Wallet apps.
e2e
Automate ledger-live-desktop end-to-end tests with Playwright and Speculos.
ddd-structure-flow
Organizes Ledger Wallet code placement across DDD monorepo layers and packages.
ddd-types-state-mocks
Structures Ledger Wallet data layers mapping one API response to one entity slice.
package-public-api
Enforces barrel-only public API exports for shared, domain, and features packages.
ddd-data-layer-advanced
Structures Ledger Wallet data layers where one API response serves multiple domain entities.
debug-rn-native-crash
Diagnose native React Native Fabric and Hermes crashes in iOS apps using Xcode and lldb.
cloud-sync-module
Write, review, and debug CloudSyncDataManager modules that sync user data through Ledger Sync.
comments
Reduces unnecessary code comments by replacing them with clearer naming and structure.
get-pr-comments
Fetches and summarizes review comments from the active pull request.
prefer-set-has
Enforces Set.has() over Array.includes() for constant membership checks in TypeScript.
detect-data-leaks
Detect PII leaks to third-party services introduced by the current git branch.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core