一键导入
bench-workflow
Configure, author, and run benchmark implementations in this repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Configure, author, and run benchmark implementations in this repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Configure, author, and run Vani benchmark implementations and manual tests.
Adds a new benchmark view/test suite in this repo, updates the runner, blueprints, framework views, and results UI. Use when adding a new benchmark view/test suite or when running benchmark UI tests and displaying their results.
Builds scalable design systems with Tailwind CSS 4 using CSS-based tokens, component patterns, and responsive guidelines with accessibility checks. Use when creating component libraries, implementing design systems, or refactoring and standardizing UI patterns.
| name | bench-workflow |
| description | Configure, author, and run benchmark implementations in this repo. |
frameworks/src/pagesAdd or update a framework implementation
frameworks/<id>/index.html that imports ../../src/styles.css and uses the
.bench-shell body class.index.ts and app.<suffix> with the framework-specific entry.Wire up configuration
package.json under benchmarks.frameworks.plugins/vite-plugin-multi-framework.ts and the frameworks list in
vite.config.ts.tsconfigs/tsconfig.<id>.json and include it in tsconfig.json references.Apply design system rules
src/design-system.css classes for UI.Add or update manual UI tests
src/pages/manual-tests/<test>/.src/pages/index.ts.Run and verify
pnpm run dev for local UI checks.pnpm run bench to run the benchmark runner.Provide:
Give a concise bullet list of changes, then a short test plan.