Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

js-sdk

js-sdk contient 11 skills collectées depuis OrderlyNetwork, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
19
mis à jour
2026-05-19
Forks
24
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

page-rtl-compatibility
Développeurs de logiciels

Add or review RTL compatibility for Orderly Web pages and components. Use this skill whenever the user asks to make a page/component support RTL, Arabic/Farsi/Hebrew, direction switching, mirrored layout, RTL bugs, or compatibility with the feature/rtl implementation in this repository.

2026-05-19
translate-locales
Développeurs de logiciels

Generate extend/en.json, translate it into 19 locales, and merge into main locale JSON files.

2026-05-18
orderly-plugin-interceptor-targets
Développeurs de logiciels

Standardizes how to create and expose Orderly Plugin Interceptor Targets with typed props, injectable wiring, and package entry registration. Use when adding a new interceptor target, refactoring a component to be interceptable, or wiring InterceptorTargetPropsMap module augmentation.

2026-04-29
ai-docs-source-metadata-enrichment
Développeurs de logiciels

Improve TypeScript/JSDoc and extraction metadata feeding apps/ai-docs generators (hooks, components, types)—before or alongside doc-template work.

2026-04-27
ai-docs-source-quality-impl
Développeurs de logiciels

Implement source-level quality improvements for component and hook docs generated by apps/ai-docs.

2026-04-27
mcp-sdk-docs-test
Analystes en assurance qualité des logiciels et testeurs

Execute MCP Inspector testing workflow for @orderly.network/sdk-docs. Use when user asks to test MCP tools, validate stdio inspector setup, run smoke/regression checks, or troubleshoot MCP JSON parse issues.

2026-04-27
migrate-package-to-standalone
Développeurs de logiciels

Migrates a monorepo sub-package to a standalone package (copy with excludes, then apply config changes).

2026-04-05
docsgenerate
Développeurs de logiciels

Automatically scan code directories and generate or update structured Markdown documentation (index + detail) for Dart, Rust, TypeScript, JavaScript, React/Next.js and more. Use when you need to create or incrementally update API/type/component docs directly from source code.

2026-03-23
fix-sentry-issue
Développeurs de logiciels

Given a Sentry issue URL (direct or Slack), fetches details via MCP, analyzes root cause against the current repo code, and generates code fix suggestions. Use when the user provides a Sentry issue link or URL to investigate and fix.

2026-02-13
replace-hardcoded-colors
Développeurs web

Finds hardcoded color values (hex, rgb, rgba) in a specified directory, a single file, or multiple files and replaces them with theme variables from apps/storybook/src/tailwind/customTheme.ts. Prefers Tailwind class names (oui-*) from packages/ui/tailwind.config.js when the context allows; otherwise uses CSS variables (e.g. rgb(var(--oui-color-primary)) or rgba with alpha). When the original was rgba, keep the comma syntax: rgba(var(--oui-color-*), alpha); do not convert to slash syntax. When code already uses rgb(var(--oui-*)/α) or rgb(var(--oui-*)_/_α), do not convert to rgba(var(--oui-*), α). When no exact match exists, uses the closest theme color by semantics or RGB distance. Use when the user asks to find or replace hardcoded colors in a directory/file(s), or to align colors with customTheme.

2026-02-09
add-component-classname
Développeurs web

Add semantic override classNames (oui-*) for style hooks. Use when the user asks for custom styling, theme overrides, or CSS-targetable elements.

2026-02-06