What problem does it solve?
Developers working on Ledger Wallet apps need authoritative guidance when implementing or migrating device interaction flows, and this Skill points them to the canonical Device Intent Executor documentation instead of guessing at APIs.
Core Features & Use Cases
- Device Intent Reference: Covers IntentDefinition, IntentPlatformDefinition, Job, and createIntent for defining device operations.
- Executor Components: Explains DeviceIntentExecutor and DeviceIntentExecutorLWM components plus the DmkCompatTransport bridge.
- Migration Guidance: Directs work on migrating device flows off legacy connectApp, DeviceAction, and withDevice patterns.
- Use Case: When refactoring a Ledger Wallet feature that currently uses connectApp to communicate with a hardware device, use this Skill to locate the correct Device Intent Executor patterns and initialization inputs.
Quick Start
Read the device-intent-executor skill to understand how to migrate my Ledger Wallet device flow from connectApp to the Device Intent Executor.