원클릭으로
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 직업 분류 기준
| 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.
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.