Skip to main content
OrchestKit v6.7.1 — 67 skills, 38 agents, 77 hooks with Opus 4.6 support
OrchestKit

AI Engineer

OrchestKit toolkit for AI engineers

You're an AI engineer. Here's your toolkit.

You build RAG pipelines, orchestrate multi-agent systems, wire up function calling, and optimize token costs. OrchestKit gives you 7 skills covering retrieval, embeddings, LangGraph, evaluation, and prompt caching -- plus 4 agents that can design agent workflows, integrate LLM APIs, build data pipelines, and craft prompts. When you describe an AI task, the relevant patterns for your specific LLM stack are injected automatically.

Your Skills

SkillWhat it does
rag-retrievalRAG pipeline patterns for context construction, citations, hybrid search, and grounded responses
langgraph-supervisorSupervisor-worker pattern for LangGraph with round-robin and priority-based agent dispatch
function-callingTool schemas, execution loops, and structured output patterns for OpenAI, Anthropic, and Ollama
llm-evaluationLLM-as-judge patterns, quality gates for AI outputs, RAGAS metrics, and Langfuse integration
embeddingsEmbedding model selection, chunking strategies, vector indexing, and document similarity
contextual-retrievalAnthropic's Contextual Retrieval with hybrid BM25+vector search to reduce retrieval failures
prompt-cachingProvider-native cache breakpoints for Claude and OpenAI to cut token costs on repeated prefixes

Your Agents

AgentModelActivates when...
workflow-architectopusLangGraph, workflow, supervisor, state, checkpoint, RAG, multi-agent orchestration
llm-integratorinheritLLM, OpenAI, Anthropic, Ollama, prompt, function calling, streaming, token costs
data-pipeline-engineerinheritembeddings, chunking, vector index, data pipeline, batch processing, ETL, cache warming
prompt-engineerinheritprompt design, chain-of-thought, few-shot, structured output, A/B testing, cost optimization

Your Workflows

  • Implement a Feature -- Describe an AI feature, get agents building retrieval pipelines, tool schemas, and evaluation harnesses in parallel
  • Set Up Memory -- Configure OrchestKit's 3-tier memory system with knowledge graph, local storage, and CC Native memory

Quick Start

Try this right now:

/ork:implement "Build a RAG pipeline with contextual retrieval and reranking"

The workflow-architect agent activates with rag-retrieval and contextual-retrieval skills injected, producing a pipeline with document chunking, hybrid BM25+vector search, contextual embedding enrichment, and a reranking step with evaluation metrics.

Edit on GitHub

Last updated on