بنقرة واحدة
uikit
UI components and layout system for React Three Fiber.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
UI components and layout system for React Three Fiber.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Plan, reason, and verify across multiple levels using multi-step reasoning, tree-of-thought, and structured agent workflows.
Detect and repair security vulnerabilities or operational errors in the agent's own code and environment without manual intervention.
Generate and apply complete design systems from text descriptions or visual examples using AI and modern tooling.
Adapt user interfaces automatically based on device, viewport, user preferences, and contextual signals.
Build and query knowledge graphs automatically to capture relationships between entities, concepts, and project artifacts.
Run agent tasks in isolated, sandboxed environments to prevent malicious or untrusted code from affecting the host system.
| name | uikit |
| description | UI components and layout system for React Three Fiber. |
Category: Frontend Engineering Priority: High
UI components and layout system for React Three Fiber.nn
Reduce implementation risk and accelerate development by applying the correct patterns, configuration, and integration steps for Uikit. The goal is to produce code that is performant, maintainable, and aligned with the official documentation.
Use this skill when:
`js // See data/readme.md and data/docs/ for exact API details. import * as Lib from 'uikit'
// Initialize the library according to its documented pattern. const instance = Lib.createSetup()
// Use it within a React component or module. `
js // Do not copy examples without confirming they match your project version and setup. const instance = Lib.createSetup({ wrongOption: true })