Forked-context TypeScript-strict reviewer — preloads verdict schema + type-safety/any/unchecked-cast/nullable-flow lens.
Apply TypeScript style rules that prefer checked literal typing with satisfies and as const satisfies over unsafe assertions.
TypeScript testing patterns: Vitest for unit/integration, Playwright for E2E, MSW for API mocking, Testing Library for React components.
Use when writing or reviewing TypeScript backend tests — Jest unit tests for services/controllers (mocked Prisma) or Supertest integration tests against a real isolated PostgreSQL…
Use when writing or reviewing TypeScript frontend tests — Jest unit/integration tests for React components and hooks built with Chakra UI, React Query, Zustand, and Next.js App…
TypeScript-to-Lua (TSTL 1.24+) transpilation guidelines for game scripting. Apply when editing `.ts` files in game/scripting directories with TSTL config.
Migrate or upgrade TypeScript tooling in the Phoenix monorepo. Use when upgrading TypeScript versions, switching tools (ESLint to oxlint, Prettier to oxfmt), upgrading bundlers…
TypeScript type safety patterns - unknown vs any, generics golden rule, null narrowing, inference discipline, import type, discriminated unions, error typing.
Reliably run TypeScript type-checking (npx tsc --noEmit) by using shell_agent as a fallback when run_shell fails due to environment or timeout issues.
Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.
Python typing exclusion worker: remove assigned mypy exclusion modules in small scoped batches, fix typing issues, run validation, and produce a structured completion summary.
Caching patterns for Tzurot v3. Use when implementing cache layers, TTL strategies, or debugging cache issues. Covers Redis patterns, cache-aside, and invalidation.
友盟应用资产查询技能,支持通过 umeng-cli call 调用友盟 OpenAPI(gateway.open.umeng.com)的 3 个只读资产接口,覆盖 App 总数、App 列表、小程序列表及小程序总数查询(跨 com.umeng.uapp 与 com.umeng.umini 两个命名空间)。当用户需...
Send a message to the Ghostfolio agent API and display the response. Use for testing agent tools end-to-end against a running dev server.
Use when the user wants to autonomous loop that dispatches /uberdev:orchestrator (solve + push PR) → auto /review-pr (trust-signal) → /merge if GREEN, recursing on…
Use when the user wants to spawn an autonomous agent per GitHub issue via a platform-aware dispatch backend (claude-bg / wezterm / background / codex; auto-selected per host),…
Use when the user wants to unattended /solve — auto-accepts brainstorm recommendations for medium/large issues.
Use when the user wants to whole-codebase read-only audit. Packs the repo into a fixed fleet of byte-balanced areas (default 8) and runs ONE multi-lens reviewer per area, plus an…
Use when the user wants to whole-codebase 3-lens simplification (Reuse/Quality/Efficiency). Packs the repo into a fixed fleet of byte-balanced areas (default 8), audits each area…
A high-performance, developer-centric bash profile for Ubuntu. Features include a smart directory navigator (cdd) with project detection (Node, Python, Rust, Go, Docker),…
Enable NVIDIA GPUs on a Ubuntu server for compute/inference serving — install the open-kernel-module driver (required for Blackwell/Hopper), CUDA toolkit, turn on IOMMU…
Analisador espectral de qualidade de código multi-linguagem (Python, JS/TS, Java, Go). Detecta 8 padrões de degradação via pipeline FFT/Wavelet/PELT sobre 9 canais UCO: H…
Analyze Unreal Engine log files for errors, warnings, crashes, and performance issues.\n Use when: (1) User provides UE log file, (2) Analyzing crash dumps, (3) Debugging startup…
编写或修改 UE 进程内执行的 Python 脚本时使用,要求严格基于 UE 5.7 官方 Python API 文档写代码,禁止臆造 unreal API,约束时间戳写法、文件 I/O 与异常处理,避免 unreal.DateTime.now 等兼容性错误。
UE5.6/UE5.7 architecture planning and module boundary design for Unreal projects. Use when requests involve module layout, Build.cs dependencies, reflection exposure strategy,…
UE5.6/UE5.7 debugging and validation workflow for logs, asset checks, and regression triage. Use when requests involve troubleshooting why gameplay does not work, validating…
Iris's new UI surface design skill. Takes a brief for a new screen, component, or design system and produces a complete visual architecture spec — component tree, layout grid,…
Build reusable, maintainable UI components following modern design patterns. Use when creating component libraries, implementing design systems, or building scalable frontend…
Create, stabilize, and run UI end-to-end tests with Xcode (XCUIApplication/xcodebuild), including environment setup, focus/input stabilization, logging/attachments, and f — from…
Wire agents into React, Vue, and Svelte frontends with streaming hooks, and set up server-side Next.js App Router or Express API routes using AgentStream.toSSE().
Kolibri AI Hive-Mind Agent: Разработка и поддержка единого React/TypeScript фронтенда Kolibri. Use when you need to act as ui-integrator.
Next.js, TypeScript, Tailwind CSS, Shadcn UI를 사용하여 UI 컴포넌트를 생성하거나 수정합니다. 정적 마크업과 스타일링에만 집중하며 비즈니스 로직 구현은 제외합니다.
Load when changing the client UI (public/ — index.html, css/app.css, js/*.js), the composer/header/floating chrome, the PDF report (report.js), document/image attachments and…
Tactical user interface design guide for fixing layouts, selecting colors and fonts, and creating professional UIs.
Use when refactoring existing React Native, Next.js, or TypeScript UI code to apply modern design principles and aesthetic excellence - analyzes current implementation, applies…
Write, review, or improve UIKit code following best practices for view controller lifecycle, Auto Layout, collection views, navigation, animation, memory management, and modern…
Use for hands-on UIKit MVVM questions: setting up Combine bindings between UIViewController and ViewModel (@Published + sink), extracting business logic from massive…
End-to-end work with UiPath Agents of all types: build, integrate with UiPath Products (e.g., Orchestrator, Flow, Maestro), design with UiPath Tools (e.g., Agent Builder/Studio…
UiPath Coded Functions — deterministic Python units built via `uip functions` (new/init/run/pack/publish); the `functions` map in `uipath.json`, `entry-points.json`, Pydantic…
UiPath governance via `uip gov` — author, deploy, and diagnose policies on three layers. AOps product policies (`uip gov aops-policy`): block/restrict/enforce features in Studio,…
UiPath AgentHub MCP server registration + tool authoring via `uip agenthub mcp` (six server types: uipath / coded / command / remote / platform / swagger) and `uip agenthub…
Clear Unity console logs. Use when: clearing console before tests, starting fresh debugging session, or when user asks to clear logs. Removes all log entries from Unity Console.
Ultimate Loop Planning - 복잡한 계획이 필요할 때 사용. 6단계 비판 기반 루프로 문제점 철저히 도출 후 플랜 생성. Use for deep planning, thorough analysis, complex feature design, or architecture decisions.
Ultimate parallel code review — orchestrates 10 specialized agents simultaneously, with triple-pass correctness analysis and systematic coverage gap detection for near-100% catch…
Auto-escalate reasoning depth for complex problems. Use proactively when encountering architecture, debugging, or unfamiliar code.
Use when performing sample-level dimensionality reduction and visualization on abundance or OTU-style matrices with a companion group file, generating UMAP and/or t-SNE…
Design, critique, read, write, render, and implement UML and UML-like software diagrams. Use when the user mentions UML, sequence diagrams, class diagrams, activity diagr — from…
Generate UML diagrams including class, sequence, and use case diagrams. Use when modeling software systems or documenting architecture.
Umwandlungssteuerrecht: UmwStG-Strukturfragen, Buchwertantrag, steuerliche Rückwirkung, § 8c KStG Verlustuntergang, GrESt-Ergaenzungstatbestand, Einbringung §§ 20-24 UmwStG im…
Design or audit the uncertainty-quantification, out-of-distribution (OOD) detection, and selective-prediction layer of a medical-imaging model framed for deployment — so a…
Codebase'i derinlemesine anla. Onboarding, architecture discovery, dependency mapping.
Deep expertise in Logseq's Datascript database schema. Auto-invokes when users ask about Logseq DB schema, Datascript attributes, built-in classes, property types, entity…
Explains Tauri's core architecture: the Rust backend, native webview integration, Core-Shell design, IPC mechanisms, and security model fundamentals.
Destroy a dock workspace — stops containers, removes its scoped Docker volumes, deletes the Caddy route, removes its inbox file.
Django Unfold admin theme - build, configure, and enhance modern Django admin interfaces with Unfold.
State-first design pass — inventories and implements all non-happy states (loading, empty, error, partial, conflict, offline) before the happy path, and refactors impossible…
仅用于诊断 uni-app 小程序分包场景下,分包引用的 node_modules 依赖为什么仍被打进主包 common/vendor.js,而没有进入分包 vendor.js。适用于检查 uni-app 或 HBuilderX 版本、manifest.json 的分包优化开关、pages.json 的 subPackages 配置、分包根目录…
UNIDROIT/FCI Logik und Rechtswahl internationale Forderungen: prüft die einschlägigen Voraussetzungen, Dokumente, Risiken und Ausnahmen. Norm-/Quellenanker: KWG § 1 Abs.
Use when the user explicitly asks for adversarial review, \u6575\u5bfe\u7684\u30ec\u30d3\u30e5\u30fc, ship-blocker review, ship blocker review, strict pre-ship review,…
Establishes a web project's design system as the single source of truth — colors, spacing, typography, radius, shadow, breakpoints — then audits the codebase for drift against it…