Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

js-sdk

js-sdk には OrderlyNetwork から収集した 11 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
11
Stars
19
更新
2026-05-19
Forks
24
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

page-rtl-compatibility
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-05-18
orderly-plugin-interceptor-targets
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-04-27
mcp-sdk-docs-test
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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

2026-04-05
docsgenerate
ソフトウェア開発者

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
ソフトウェア開発者

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
ウェブ開発者

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
ウェブ開発者

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