Claude Skills

aka. Agent Skills

Discover skills for AI coding agents. Works with Claude Code, OpenAI Codex, Gemini CLI, Cursor, and more.

Claude Code
OpenAI Codex
Gemini CLI
Cursor
GitHub Copilot
+more
13225 verified skills
#4537

langgraph-supervisor

verified
ai

LangGraph supervisor-worker pattern. Use when building central coordinator agents that route to specialized workers, implementing round-robin or priority-based agent dispatch.

yonatangross/skillforge-claude-plugin
55
#4538

langgraph-state

verified
ai

LangGraph state management patterns. Use when designing workflow state schemas, using TypedDict vs Pydantic, implementing accumulating state with Annotated operators, or managing shared state across nodes.

yonatangross/skillforge-claude-plugin
55
#4539

langgraph-parallel

verified
ai

LangGraph parallel execution patterns. Use when implementing fan-out/fan-in workflows, map-reduce over tasks, or running independent agents concurrently.

yonatangross/skillforge-claude-plugin
55
#4540

langgraph-checkpoints

verified
ai

LangGraph checkpointing and persistence. Use when implementing fault-tolerant workflows, resuming interrupted executions, debugging with state history, or avoiding re-running expensive operations.

yonatangross/skillforge-claude-plugin
55
#4541

memory-fabric

verified
development

Graph-first memory orchestration - knowledge graph (PRIMARY, always available) with optional mem0 cloud enhancement for semantic search. Use when designing memory orchestration or combining graph and mem0.

yonatangross/skillforge-claude-plugin
55
#4542

silent-failure-detection

verified
ai

Detect quiet failures in LLM agents - tool skipping, gibberish outputs, infinite loops, and degraded quality. Use when agents appear to work but produce incorrect results.

yonatangross/orchestkit
55
#4543

mem0-memory

verified
development

Long-term semantic memory across sessions using Mem0. Use when you need to remember, recall, or forget information across sessions, or when referencing what we discussed last time or in a previous session.

yonatangross/skillforge-claude-plugin
55
#4544

system-design-interrogation

verified
development

Use when planning system architecture to ensure nothing is missed. Provides structured questions covering scalability, security, data, and operational dimensions before implementation.

yonatangross/skillforge-claude-plugin
55
#4545

market-analysis-patterns

verified
product

TAM/SAM/SOM market sizing, Porter's Five Forces, competitive analysis, and SWOT frameworks. Use when sizing market opportunities, analyzing competition, or assessing industry dynamics.

yonatangross/orchestkit
55
#4546

scene-intro-cards

verified
development

Transitional intro cards between video scenes. Use when adding "Coming Up Next" cards, scene transitions, or visual breathing room in demos

yonatangross/skillforge-claude-plugin
55
#4547

context-compression

verified
development

Use when conversation context is too long, hitting token limits, or responses are degrading. Compresses history while preserving critical information using anchored summarization and probe-based validation.

yonatangross/orchestkit
55
#4548

langgraph-human-in-loop

verified
ai

LangGraph human-in-the-loop patterns. Use when implementing approval workflows, manual review gates, user feedback integration, or interactive agent supervision.

yonatangross/orchestkit
55
#4549

prompt-caching

verified
ai

Provider-native prompt caching for Claude and OpenAI. Use when optimizing LLM costs with cache breakpoints, caching system prompts, or reducing token costs for repeated prefixes.

yonatangross/orchestkit
55
#4550

llm-safety-patterns

verified
ai

Security patterns for LLM integrations including prompt injection defense and hallucination prevention. Use when implementing context separation, validating LLM outputs, or protecting against prompt injection attacks.

yonatangross/orchestkit
55
#4551

llm-streaming

verified
ai

LLM streaming response patterns. Use when implementing real-time token streaming, Server-Sent Events for AI responses, or streaming with tool calls.

yonatangross/orchestkit
55
#4552

llm-testing

verified
ai

Testing patterns for LLM-based applications. Use when testing AI/ML integrations, mocking LLM responses, testing async timeouts, or validating structured outputs from LLMs.

yonatangross/orchestkit
55
#4553

fine-tuning-customization

verified
ai

LLM fine-tuning with LoRA, QLoRA, DPO alignment, and synthetic data generation. Efficient training, preference learning, data creation. Use when customizing models for specific domains.

yonatangross/orchestkit
55
#4554

high-performance-inference

verified
ai

High-performance LLM inference with vLLM, quantization (AWQ, GPTQ, FP8), speculative decoding, and edge deployment. Use when optimizing inference latency, throughput, or memory.

yonatangross/orchestkit
55
#4555

ollama-local

verified
ai

Local LLM inference with Ollama. Use when setting up local models for development, CI pipelines, or cost reduction. Covers model selection, LangChain integration, and performance tuning.

yonatangross/orchestkit
55
#4556

database-schema-designer

verified
data

SQL and NoSQL schema design with normalization, indexing, and migration patterns. Use when designing database schemas, creating tables, optimizing slow queries, or planning database migrations.

yonatangross/orchestkit
55
#4557

multi-scenario-orchestration

verified
development

Orchestrate single user-invocable skill across 3 parallel scenarios with synchronized state and progressive difficulty. Use for demos, testing, and progressive validation workflows.

yonatangross/skillforge-claude-plugin
55
#4558

database-versioning

verified
data

Database version control and change management patterns. Use when managing schema history, coordinating database changes across environments, implementing audit trails, or versioning database objects.

yonatangross/orchestkit
55
#4559

pgvector-search

verified
data

Production hybrid search combining PGVector HNSW with BM25 using Reciprocal Rank Fusion. Use when implementing hybrid search, semantic + keyword retrieval, vector search optimization, metadata filtering, or choosing between HNSW and IVFFlat indexes.

yonatangross/orchestkit
55
#4560

multi-agent-orchestration

verified
development

Multi-agent coordination and synthesis patterns. Use when orchestrating multiple specialized agents, implementing fan-out/fan-in workflows, or synthesizing outputs from parallel agents.

yonatangross/skillforge-claude-plugin
55
Previous
Page 190 of 552
Next