category focus

LLM & AI

Large Language Models and AI agents.

4725 个技能all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
llm-ai
6

hybrid-search

Use when building search systems that need both semantic similarity and keyword matching - covers combining vector and BM25 search with Reciprocal Rank Fusion, alpha tuning for search weight control, and optimizing retrieval quality

juanre
juanre
data-ai
open
llm-ai
6

google-gemini-embeddings

This skill provides complete coverage of Google Gemini embeddings API (gemini-embedding-001) for building RAG systems, semantic search, document clustering, and similarity matching. Use when implementing vector search with Google's embedding models, integrating with Cloudflare Vectorize, or building retrieval-augmented generation systems. Covers SDK usage (@google/genai), fetch-based Workers implementation, batch processing, 8 task types (RETRIEVAL_QUERY, RETRIEVAL_DOCUMENT, SEMANTIC_SIMILARITY, etc.), dimension optimization (128-3072), and cosine similarity calculations. Prevents 8+ embedding-specific errors including dimension mismatches, incorrect task types, rate limiting issues (100 RPM free tier), vector normalization mistakes, text truncation (2,048 token limit), and model version confusion. Includes production-ready RAG patterns with Cloudflare Vectorize integration, chunking strategies, and caching patterns. Token savings: ~60%. Production tested. Keywords: gemini embeddings, gemini-embedding-001, g

jackspace
jackspace
data-ai
open
llm-ai
6

claude-mem

Persistent memory compression system for Claude Code enabling context preservation across sessions with automatic observations, semantic search, and privacy controls

enuno
enuno
data-ai
open
llm-ai
6

strategic-investigation

Proactive recovery using plan mode and subagents. After 1-2 failed attempts, STOP trying variations. Enter plan mode and launch parallel Explore/Plan agents to find idiomatic solutions instead of spinning wheels.

jkomoros
jkomoros
data-ai
open
llm-ai
6

prd-vxx-skill-name

[1-2 sentence description of what this skill does]. Triggers on [specific phrases/contexts that should activate this skill]. Outputs [what the skill produces].

mattgierhart
mattgierhart
data-ai
open
llm-ai
6

lobe-tts

LobeTTS - High-quality TypeScript TTS/STT toolkit with EdgeSpeech, Microsoft, OpenAI engines, React hooks, audio visualization components, and both server and browser support

enuno
enuno
data-ai
open
llm-ai
6

list-builder

Build comprehensive randomization lists for creative entropy. Use when you need to create or expand lists of story elements (professions, locations, objects, names, etc.) for use with entropy tools. Leverages research sources like Kiwix/Wikipedia to build lists with good variety and size.

jwynia
jwynia
data-ai
open
llm-ai
6

dev-swarm-refine-mcp-skill-descriptions

Review and refine MCP skill descriptions to follow the agent skill specification, and record approved overrides in dev-swarm/mcp_descriptions.yaml. Use when the user asks to update one MCP skill description, all skills from a server, or all MCP skills.

X-School-Academy
X-School-Academy
data-ai
open
llm-ai
6

multi-agent-architect

Design and orchestrate multi-agent systems. Use when building complex AI systems requiring specialization, parallel processing, or collaborative problem-solving. Covers agent coordination, communication patterns, and task delegation strategies.

daffy0208
daffy0208
data-ai
open
llm-ai
6

nanobanana

Edit images with Gemini using the nanobanana CLI. Use when the user asks to transform or retouch images and wants concrete output files.

joshp123
joshp123
data-ai
open
llm-ai
6

prompt

Orchestrator skill for the `prompt` skillset. Dispatches to member skills in a safe, predictable order. Separates intent formation from execution to protect humans from premature or misaligned execution.

JordanGunn
JordanGunn
data-ai
open
llm-ai
6

langflow

A powerful Python-based visual framework for building and deploying AI-powered agents and workflows with Model Context Protocol (MCP) integration, drag-and-drop interface, and enterprise-grade deployment options

enuno
enuno
data-ai
open
llm-ai
6

llm-inference

Use when wanting to interact with any LLM - Explains available inference endpoints so the agent selects suitable models.

dave1010
dave1010
data-ai
open
llm-ai
6

agent-contracts-backend-runtime

Build an API-oriented agent using AgentRuntime/StreamingRuntime with predictable request/response slices and session support.

yatarousan0227
yatarousan0227
data-ai
open
llm-ai
6

langchain-workflow-builder

Builds LLM applications with LangChain including chains, agents, memory, tools, and RAG pipelines. Use when users request "LangChain setup", "LLM chain", "AI workflow", "conversational AI", or "RAG pipeline".

patricio0312rev
patricio0312rev
data-ai
open
llm-ai
6

partner-providers-runware

Discover new Runware AI models from documentation and implement providers. Use when: checking for new Runware models, implementing Runware providers, updating providers.md status, or working with Runware API integrations.

imgly
imgly
data-ai
open
llm-ai
6

langflow

A powerful Python-based visual framework for building and deploying AI-powered agents and workflows with Model Context Protocol (MCP) integration, drag-and-drop interface, and enterprise-grade deployment options

enuno
enuno
data-ai
open
llm-ai
6

rag

Use when building Retrieval-Augmented Generation systems - covers document ingestion, hybrid search retrieval, reranking results, and prompt augmentation for accurate LLM responses grounded in your knowledge base

juanre
juanre
data-ai
open
llm-ai
6

greeting

Use this skill when asked to greet someone or say hello

plaited
plaited
data-ai
open
llm-ai
6

claude-skillkit

Professional skill creation with research-driven workflow and automated validation. USE WHEN: Creating new skills, validating existing skills, deciding between Skills vs Subagents, migrating documents to skills, or running individual validation tools. PRIMARY TRIGGERS: "create skill" = Full creation (12 steps with research + execution planning) "validate skill" = Validation workflow (steps 3-8) "Skills vs Subagents" = Decision workflow (step 0) "convert doc to skill" = Migration workflow "estimate tokens" = Token optimization "security scan" = Security audit WORKFLOW COMPLIANCE: Structured workflows with validation checkpoints. Research phase (Step 1c-1d) ensures skills based on proven approaches. DIFFERENTIATOR: Research-driven creation. Web search (3-5 queries) before building. Multi-proposal generation. 9 automation scripts. Quality 9.0+/10. REUSED: Anthropic's init_skill.py and package_skill.py (production-tested).

rfxlamia
rfxlamia
data-ai
open
llm-ai
6

langchainjs

LangChain.js - TypeScript framework for building LLM-powered applications with agents, chains, RAG, tools, memory, and integrations for OpenAI, Anthropic, Google, and hundreds of other providers

enuno
enuno
data-ai
open
llm-ai
6

agent-creator

Guide for creating effective Claude Code agents. This skill should be used when users want to create a new agent (or update an existing agent) that configures Claude with specialized system prompts, tool restrictions, model selection, and MCP/skill integrations.

GGPrompts
GGPrompts
data-ai
open
llm-ai
6

photo-learning

Recognize a photo and narrate a kid-friendly explanation using image understanding + TTS.

Hmbown
Hmbown
data-ai
open
llm-ai
6

agentv-eval-builder

Create and maintain AgentV YAML evaluation files for testing AI agent performance. Use this skill when creating new eval files, adding eval cases, or configuring custom evaluators (code validators or LLM judges) for agent testing workflows.

EntityProcess
EntityProcess
data-ai
open
Previous
Page 90 / 197
Next