LedgerHQ

60 mods across 1 repository, 614 stars between them.

ci-watcher

01

LedgerHQ/ledger-live

Agent Codex

Watch GitHub CI for the current branch and report pass/fail with relevant failure logs. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI.

614 2d ago A 40 tokens original MIT

code-architect

02

LedgerHQ/ledger-live

Agent Codex

Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences.

614 2d ago A 40 tokens original MIT

code-explorer

03

LedgerHQ/ledger-live

Agent Codex

Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development.

614 2d ago A 33 tokens original MIT

code-reviewer

04

LedgerHQ/ledger-live

Agent Codex

Code review expert for Ledger Wallet apps (ledger-live-desktop & ledger-live-mobile). Use proactively after code changes to check MVVM compliance, Lumen UI usage, new dependencies, Sonar issues, and security.

614 2d ago A 47 tokens original MIT

test-runner

05

LedgerHQ/ledger-live

Agent Codex

Test automation expert for ledger-live. Use proactively to run tests and fix failures after code changes. Handles Jest unit and integration tests with MSW mocking for both mobile and desktop environments.

614 2d ago A 40 tokens original MIT

batch-feature-dev

06

LedgerHQ/ledger-live

Skill Claude CodeCodex

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.

614 2d ago A 52 tokens original MIT

cleanup

07

LedgerHQ/ledger-live

Skill Claude CodeCodex

Run lint, format, and typecheck on modified files.

614 2d ago A 13 tokens original MIT

client-ids

08

LedgerHQ/ledger-live

Skill Claude CodeCodex

Privacy-protected ID management with @domain/entity-client-identity — DeviceId, UserId, DatadogId, export-rules.json.

614 2d ago A 32 tokens original MIT

cloud-sync-module

09

LedgerHQ/ledger-live

Skill Claude CodeCodex

Write, review or debug a cloudSyncModule.ts — a CloudSyncDataManager that syncs one slice of user data through Ledger Sync (Cloud Sync). Covers the contract, its invariants, the mandatory contract test, the wiring checklist and the data-loss traps. Use for any work on /cloudSyncModule.ts, createAggregator, or…

614 2d ago A 88 tokens original MIT

codeownership

10

LedgerHQ/ledger-live

Skill Claude CodeCodex

Maintain CODEOWNERS file and team directories. Provides resolve-codeowners.js to annotate files with their owner team — useful to split a large PR by team. Use when working with "/team-/" or splitting monolithic files.

614 2d ago A 51 tokens original MIT

LedgerHQ/ledger-live

Skill Claude CodeCodex

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/".

614 2d ago A 65 tokens original MIT

coin-modules

12

LedgerHQ/ledger-live

Skill Claude CodeCodex

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

614 2d ago A 27 tokens original MIT

comments

13

LedgerHQ/ledger-live

Skill Claude CodeCodex

Stop writing so many comments. Follow these suggestions instead!

614 2d ago A 13 tokens original MIT

console-log

14

LedgerHQ/ledger-live

Skill Claude CodeCodex

Convention for console logging levels across the monorepo.

614 2d ago A 14 tokens original MIT

create-changeset

15

LedgerHQ/ledger-live

Skill Claude CodeCodex

Create changesets for the ledger-live monorepo using @changesets/cli. Use when the user asks to add a changeset, prepare a release, or document package changes for a PR.

614 2d ago A 45 tokens original MIT

create-pr

16

LedgerHQ/ledger-live

Skill Claude CodeCodex

Create a pull request with a valid title, description, changeset, and all required elements.

614 2d ago A 21 tokens original MIT

LedgerHQ/ledger-live

Skill Claude CodeCodex

Structure a Ledger Wallet data layer where one API response serves several entities. Use when creating or reviewing cross-entity domain/api orchestration with RTK Query, createAsyncThunk, or both, including response validation and tests spanning multiple domain/entity packages.

614 2d ago A 55 tokens original MIT

ddd-structure-flow

18

LedgerHQ/ledger-live

Skill Claude CodeCodex

Place and organize Ledger Wallet code in the DDD monorepo. Use when creating, moving, or reviewing code under apps, features, domain, shared, or support; deciding which layer owns a concern; structuring packages and flow steps; or checking package names, dependency boundaries, platform variants, and legacy imports.

614 2d ago A 69 tokens original MIT

LedgerHQ/ledger-live

Skill Claude CodeCodex

Structure a simple Ledger Wallet data layer where one API response maps to one entity slice. Use when creating or reviewing domain/entity schemas, inferred types, initial state, mocks, selectors, slices, domain/api clients, and their tests.

614 2d ago A 52 tokens original MIT

LedgerHQ/ledger-live

Skill Claude CodeCodex

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.

614 2d ago A 59 tokens original MIT

detect-data-leaks

21

LedgerHQ/ledger-live

Skill Claude CodeCodex

Detect new PII leaks introduced by the current branch. Use when asked to check for potential data leaks for the current changes.

614 2d ago A 30 tokens original MIT

LedgerHQ/ledger-live

Skill Claude CodeCodex

Device Intent Executor (DIE) and Device Intents reference. Read when working with features/platform/device-intent/, DeviceIntentExecutor / DeviceIntentExecutorLWM, Intent definitions (IntentDefinition, IntentPlatformDefinition, Job, createIntent), deviceInitializationInput / buildDeviceInitializationInput…

614 2d ago A 85 tokens original MIT

dialogs-slice

24

LedgerHQ/ledger-live

Skill Claude CodeCodex

Global dialogs Redux slice pattern for MVVM dialog state management.

614 2d ago A 15 tokens original MIT