Skip to main content
LedgerHQ
ملف منشئ GitHub

LedgerHQ

عرض على مستوى المستودعات لـ ٩٣ skills مجمعة عبر ٧ مستودعات GitHub.

skills مجمعة
٩٣
مستودعات
٧
محدث
٧ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

ddd-structure-flow
مطوّرو البرمجيات

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,…

٧ أغسطس ٢٠٢٦
package-public-api
مطوّرو البرمجيات

A new-architecture package (shared/, domain/, features/) exposes its API through barrels that contain nothing but `export *`, and keeps its private code in an internals location. Read this when creating a package under shared/, domain/ or features/, when…

٧ أغسطس ٢٠٢٦
package-public-api
مطوّرو البرمجيات

A new-architecture package (shared/, domain/, features/) exposes its API through barrels that contain nothing but `export *`, and keeps its private code in an internals location. Read this when creating a package under shared/, domain/ or features/, when…

٧ أغسطس ٢٠٢٦
errors
مطوّرو البرمجيات

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.

٧ أغسطس ٢٠٢٦
impacting-prs
محللو ضمان جودة البرمجيات والمختبرون

Find which open PRs are impacted by a migration/sunset/refactor and notify their authors — blocking review when the old path is already gone from develop, heads-up comment when it is only deprecated or its removal is still in review, silent study report only…

٧ أغسطس ٢٠٢٦
cloud-sync-module
مطوّرو البرمجيات

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…

٧ أغسطس ٢٠٢٦
create-pr
مطوّرو البرمجيات

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

٤ أغسطس ٢٠٢٦
git-conventions
مطوّرو البرمجيات

Read for naming branches, commit messages, pull request titles and merge commits

٤ أغسطس ٢٠٢٦
عرض 8 من أصل ٥٦ skills مجمعة.
code-connect
مطوّرو البرمجيات

Creates and maintains Figma Code Connect files (`*.figma.tsx`) that map Figma components to code via the parser-based `figma.connect()` API. Use when the user mentions Code Connect, Figma component mapping, design-to-code translation, or asks to create/update…

٢٩ يوليو ٢٠٢٦
component-mdx
مطوّرو البرمجيات

Use when writing or editing Storybook MDX docs (*.mdx) — the two-tab Overview/Implementation structure, story-backed `<Source>` examples, and doc table guidelines.

٢٩ يوليو ٢٠٢٦
context7
مطوّرو البرمجيات

Use when researching external libraries/frameworks (React, Radix, Tailwind, etc.) — reach for the Context7 MCP to get up-to-date docs. Not for internal codebase or design-system-token questions.

٢٩ يوليو ٢٠٢٦
disabled-context
مطوّرو البرمجيات

Use when a component has a `disabled` state/variant, or when building a compound component that owns a disabled state — inherit/provide it via the shared disabled context so state flows from parent to sub-components.

٢٩ يوليو ٢٠٢٦
figma-token-sync
مطوّرو البرمجيات

Sync processed CSS design tokens with JavaScript theme objects for React Native. Use when aligning tokens after Figma sync, checking token consistency, or updating JS theme files manually.

٢٩ يوليو ٢٠٢٦
file-structure
مطوّرو البرمجيات

Use when creating, naming, or placing a new file or folder — component vs utility naming and the per-responsibility file layout with a barrel.

٢٩ يوليو ٢٠٢٦
nx
مطوّرو البرمجيات

Nx workspace commands and guidelines for running tasks, generators, and using Nx MCP tools

٢٩ يوليو ٢٠٢٦
open-pr
مطوّرو البرمجيات

Open a PR from the current branch to `main`: commit if needed, ensure an Nx version plan exists, push, and create the PR with a filled-in description and testing steps. Run only when the user explicitly asks to open/create a PR.

٢٩ يوليو ٢٠٢٦
عرض 8 من أصل ١٥ skills مجمعة.
release-mock-server
مطوّرو البرمجيات

Bump the mock server version in package.json, commit, push, and trigger the Docker image publish workflow to JFrog. Activate when the user says "release mock server", "/release-mock-server", or asks to release/publish the device mock server Docker image.

٢٢ يوليو ٢٠٢٦
mock-server
مطوّرو البرمجيات

Talk to the DMK device mock server (apps/device-mock-server, default http://127.0.0.1:9752) with curl. Make fake devices, connect them, add APDU mocks, send APDUs, break commands on purpose. ALWAYS read this skill when the user says "mock server",…

٢٠ يوليو ٢٠٢٦
playwright-gwt-to-sample-test
محللو ضمان جودة البرمجيات والمختبرون

Converts a human-written GIVEN / WHEN / THEN specification into a Playwright end-to-end test for the DMK sample app (apps/sample/playwright/). Use whenever the user pastes or writes a GWT scenario, asks to "turn this spec into a Playwright test", "add a…

٢٤ يونيو ٢٠٢٦
release
مطوّرو البرمجيات

Release one or more packages from this monorepo using the scripts in agent-files/scripts/release/. Activate when the user says "release", "/release", or asks to release specific packages (e.g. "/release dmk signer-eth").

٢٠ مايو ٢٠٢٦
backmerge
مطوّرو البرمجيات

Backmerge the release branch into develop after the release PR has been merged to main. Activate when the user says "backmerge", "/backmerge", or asks to backmerge after a release PR merges.

١٨ مايو ٢٠٢٦
changeset
مطوّرو البرمجيات

How to create a changeset in this monorepo. Use when adding a new changeset, when the user invokes /changeset, or when committing changes that need a version bump.

١٨ مايو ٢٠٢٦
commit
مطوّرو البرمجيات

Commit message convention for this repo (gitmoji + scope + capitalized message) enforced by the danger CI bot. Use whenever creating commits, when the user invokes /commit, or when fixing commit messages that failed CI.

١٨ مايو ٢٠٢٦
عرض ٧ من أصل ٧ مستودعات
تم تحميل كل المستودعات