domain cluster

Data & AI

Machine learning, LLMs, and data processing.

9743 مهارةall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
llm-ai
27.1K

add-discord

Add Discord bot channel integration to NanoClaw.

qwibitai
qwibitai
data-ai
open
llm-ai
27.1K

add-emacs

Add Emacs as a channel. Opens an interactive chat buffer and org-mode integration so you can talk to NanoClaw from within Emacs (Doom, Spacemacs, or vanilla). Uses a local HTTP bridge — no bot token or external service needed.

qwibitai
qwibitai
data-ai
open
llm-ai
26.9K

workflow-interactive-dev

用于开发 FastGPT 工作流中的交互响应。详细说明了交互节点的架构、开发流程和需要修改的文件。

labring
labring
data-ai
open
machine-learning
25.6K

sglang-diffusion-modelopt-quant

Use when quantizing a diffusion DiT with NVIDIA ModelOpt and making the resulting FP8 or NVFP4 checkpoint loadable, verifiable, and benchmarkable in SGLang Diffusion.

sgl-project
sgl-project
data-ai
open
llm-ai
24.8K

claude-md

Create or update CLAUDE.md files following best practices for optimal AI agent onboarding

luongnv89
luongnv89
data-ai
open
llm-ai
24.8K

claude-md

按最佳实践创建或更新 CLAUDE.md 文件,以便为 AI agent 提供最优的项目入门上下文

luongnv89
luongnv89
data-ai
open
machine-learning
24.7K

add-model-price

Use when editing worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, pricing tiers, tokenizer IDs, or matchPattern regexes for OpenAI, Anthropic, Bedrock, Vertex, Azure, or Gemini model pricing.

langfuse
langfuse
data-ai
open
data-engineering
24.5K

spacetimedb-cli

SpacetimeDB CLI reference for initializing projects, building modules, publishing databases, querying data, and managing servers

clockworklabs
clockworklabs
data-ai
open
data-engineering
24.5K

spacetimedb-concepts

Understand SpacetimeDB architecture and core concepts. Use when learning SpacetimeDB or making architectural decisions.

clockworklabs
clockworklabs
data-ai
open
data-engineering
24.5K

spacetimedb-csharp

Build C# modules and clients for SpacetimeDB. Covers server-side module development and client SDK integration.

clockworklabs
clockworklabs
data-ai
open
data-engineering
24.5K

spacetimedb-rust

Develop SpacetimeDB server modules in Rust. Use when writing reducers, tables, or module logic.

clockworklabs
clockworklabs
data-ai
open
data-analysis
24.4K

market-research-reports

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.

davila7
davila7
data-ai
open
llm-ai
24.4K

generate-image

Generate or edit images using AI models (FLUX, Gemini). Use for general-purpose image generation including photos, illustrations, artwork, visual assets, concept art, and any image that isn't a technical diagram or schematic. For flowcharts, circuits, pathways, and technical diagrams, use the scientific-schematics skill instead.

davila7
davila7
data-ai
open
llm-ai
24.4K

nowait-reasoning-optimizer

Implements the NOWAIT technique for efficient reasoning in R1-style LLMs. Use when optimizing inference of reasoning models (QwQ, DeepSeek-R1, Phi4-Reasoning, Qwen3, Kimi-VL, QvQ), reducing chain-of-thought token usage by 27-51% while preserving accuracy. Triggers on "optimize reasoning", "reduce thinking tokens", "efficient inference", "suppress reflection tokens", or when working with verbose CoT outputs.

davila7
davila7
data-ai
open
llm-ai
24.4K

using-superpowers

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

davila7
davila7
data-ai
open
llm-ai
24.4K

sora

Use when the user asks to generate, remix, poll, list, download, or delete Sora videos via OpenAI’s video API using the bundled CLI (`scripts/sora.py`), including requests like “generate AI video,” “Sora,” “video remix,” “download video/thumbnail/spritesheet,” and batch video generation; requires `OPENAI_API_KEY` and Sora API access.

davila7
davila7
data-ai
open
llm-ai
24.4K

agent-management

Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent", "wake agent", "install plugin", "show agent", "restart agent", or any agent lifecycle management task.

davila7
davila7
data-ai
open
llm-ai
24.4K

agent-messaging

Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an agent", "check agent inbox", "message another agent", "reply to a message", "notify an agent", or any inter-agent communication task.

davila7
davila7
data-ai
open
llm-ai
24.4K

memory-search

Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to "search memory", "what did we discuss", "remember when", "find previous conversation", "check history", or before starting work to recall prior decisions.

davila7
davila7
data-ai
open
llm-ai
24.4K

imagegen

Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.

davila7
davila7
data-ai
open
llm-ai
24.4K

agirails-agent-payments

AI agent payment infrastructure — ACTP escrow, x402 instant payments, USDC settlement on Base L2. Interactive onboarding: asks your preferences, generates customized agent code, verifies setup. Covers provider/requester patterns, adapter routing, 8-state machine, pricing, disputes, and identity. Use when: "agirails", "ACTP", "agent payment", "agent escrow", "AI agent pay", "AI agent earn", "x402", "agent commerce", "USDC agent", "on-chain settlement", "agent-to-agent payment", "provide service", "request service", "escrow USDC", "Base L2 payment", "@agirails/sdk", "actp init", "agent economy", "ERC-8004", "agent identity"

davila7
davila7
data-ai
open
llm-ai
24.4K

claude-api

Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.

davila7
davila7
data-ai
open
Previous
Page 20 / 406
Next