搜索结果
全部能力
找到 4423 个相关结果 / 提示词与 LLM
通用助手 / 编排推荐
launchdarkly-metric-instrument
launchdarkly-metric-instrument
Instrument a LaunchDarkly metric event in a codebase by adding a track() call. Use when the user wants to wire up an event, instrument an action for a metric,…
通用助手 / 编排推荐
mem0
mem0
>
通用助手 / 编排推荐
pixijs-scene-core-concepts
pixijs-scene-core-concepts
Use this skill when reasoning about the PixiJS v8 scene graph as a whole: how containers, leaves, transforms, and render order fit together. Covers leaf vs…
通用助手 / 编排推荐
filmkit-fujifilm-camera
filmkit-fujifilm-camera
Browser-based preset manager and RAW converter for Fujifilm X-series cameras using WebUSB and PTP protocol
通用助手 / 编排推荐
生成UI捆绑包特性
generating-ui-bundle-features
当项目包含 uiBundles/*/src/ 目录,且用户希望为其应用添加身份验证或搜索功能时,必须激活此技能。在以下情况使用此技能……
通用助手 / 编排推荐
pixijs-assets
pixijs-assets
Use this skill when loading and managing resources in PixiJS v8. Covers Assets.init, Assets.load/add/unload, bundles, manifests, background loading,…
通用助手 / 编排推荐
pixijs-scene-graphics
pixijs-scene-graphics
Use this skill when drawing vector shapes and paths in PixiJS v8. Covers the Graphics API: shape-then-fill methods…
通用助手 / 编排推荐
pixijs-performance
pixijs-performance
Use this skill when profiling or optimizing a PixiJS v8 app for FPS, draw calls, or GPU memory. Covers destroy patterns (cacheAsTexture(false),…
通用助手 / 编排推荐
conventional-commit
conventional-commit
Create conventional commit messages following best conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows…
通用助手 / 编排推荐
nestjs-drizzle-crud-generator
nestjs-drizzle-crud-generator
Generates complete CRUD modules for NestJS applications with Drizzle ORM. Use when building server-side features in NestJS that require database operations,…
通用助手 / 编排推荐
difit-review
difit-review
A skill for reviewing a specific diff and showing the findings as comments inside difit (the diff viewer). Use it to review branch diffs, commit diffs, or…
通用助手 / 编排推荐
neon-postgres-egress-optimizer
neon-postgres-egress-optimizer
Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when a user mentions high database bills, unexpected data transfer costs, network transfer charges, egress spikes, "why is my Neon bill so high", "database costs jumped", SELECT * optimization, query overfetching, reduce Neon costs, optimize database usage, or wants to reduce data sent from their database to their application. Also use when reviewing query patterns for cost efficiency, even if the user doesn't explicitly mention egress or data transfer.
通用助手 / 编排推荐
daily-news-report
daily-news-report
Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports.
通用助手 / 编排推荐
pixijs-math
pixijs-math
Use this skill when working with coordinates, vectors, matrices, shapes, hit testing, or layout rectangles in PixiJS v8. Covers Point/ObservablePoint, Matrix…
通用助手 / 编排推荐
human-architect-mindset
human-architect-mindset
human-architect-mindset — an installable skill for AI agents, published by bencium/bencium-marketplace.
通用助手 / 编排推荐
suno-music-creator
suno-music-creator
Professional music creation with Suno AI V5 and Suno Studio. Use this skill when users want to create songs, playlists, corporate anthems, jingles, workout…
通用助手 / 编排推荐
pixijs-ticker
pixijs-ticker
Use this skill when running per-frame logic or controlling the PixiJS v8 render loop. Covers Ticker.add/addOnce/remove, deltaTime vs deltaMS vs elapsedMS,…
通用助手 / 编排推荐
relational-database-mcp-cloudbase
relational-database-mcp-cloudbase
This is the required documentation for agents operating on the CloudBase Relational Database through MCP. It defines the canonical SQL management flow with…
通用助手 / 编排推荐
image-gen
image-gen
Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".
通用助手 / 编排推荐
mantine-combobox
mantine-combobox
Build custom dropdown/select/autocomplete/multiselect components using Mantine's Combobox primitives. Use this skill when: (1) creating a new custom select-like component with Combobox primitives, (2) building a searchable dropdown, (3) implementing a multi-select or tags input variant, (4) customizing option rendering, (5) adding custom filtering logic, or (6) any task involving useCombobox, Combobox.Target, Combobox.Option, or Combobox.Dropdown.