一键导入
oxfmt
Use for day-to-day formatting in this monorepo once Oxfmt is already set up; covers config reuse, safe write/check flows, and import sorting behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for day-to-day formatting in this monorepo once Oxfmt is already set up; covers config reuse, safe write/check flows, and import sorting behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
WHEN building or reviewing data visualization in this repository; use the visx-backed, token-themed @archon-research/charting package instead of hand-rolled SVG.
Lightweight UI audit for UIKit-based apps focusing on design-token discipline, component-library correctness, functional UX quality, and practical remediation.
Lightweight live UI iteration workflow for in-situ element selection, annotation capture, and side-by-side variant exploration in real app contexts.
WHEN refining UI layout, typography, color, or polish; NOT code implementation; provides concise principles for intentional, legible design.
WHEN implementing or reviewing Ark UI components in React; focus on composition, state attributes, forms integration, and collection/tree primitives.
Generate and refresh PRODUCT.md, DESIGN.md, and PREVIEW.md from repository token artifacts, recipe contracts, and current UI code usage.
| name | oxfmt |
| description | Use for day-to-day formatting in this monorepo once Oxfmt is already set up; covers config reuse, safe write/check flows, and import sorting behavior. |
Use this skill for normal formatting tasks in this repository after migration is complete.
packages/oxfmt-config/index.ts.@archon-research/oxfmt-config.printWidth: 80singleQuote: truesemi: truetrailingComma: 'all'sortImports.enabled: trueFrom repository root:
npm run format --workspace <workspace-name>
npm run format:check --workspace <workspace-name>
For all workspaces:
npm run format
npm run format:check
format:check first to preview drift.format only in the workspace you are changing.format:check to confirm clean state.oxfmt.config.ts.format:check runs in CI for all workspaces.