Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

skills-benchmarks

يحتوي skills-benchmarks على 20 من skills المجمعة من langchain-ai، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
20
Stars
108
محدث
2026-06-07
Forks
9
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

langsmith-evaluator
محللو ضمان جودة البرمجيات والمختبرون

INVOKE THIS SKILL when building evaluation pipelines for LangSmith. Covers three core components: (1) Creating Evaluators - LLM-as-Judge, custom code; (2) Defining Run Functions - how to capture outputs and trajectories from your agent; (3) Running Evaluations - locally with evaluate() or auto-run via LangSmith. Uses the langsmith CLI tool.

2026-06-07
langsmith-trace
مطوّرو البرمجيات

INVOKE THIS SKILL when working with LangSmith tracing OR querying traces. Covers adding tracing to applications and querying/exporting trace data. Uses the langsmith CLI tool.

2026-06-07
langchain-middleware
مطوّرو البرمجيات

INVOKE THIS SKILL when you need human-in-the-loop approval, custom middleware, or structured output. Covers HumanInTheLoopMiddleware for human approval of dangerous tool calls, creating custom middleware with hooks, Command resume patterns, and structured output with Pydantic/Zod.

2026-04-08
framework-selection
مطوّرو البرمجيات

INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determines which framework layer is right for the task: LangChain, LangGraph, Deep Agents, or a combination. Must be consulted before other agent skills.

2026-03-04
langchain-oss-primer
مطوّرو البرمجيات

ALWAYS START HERE for any LangChain, Deep Agents, or LangGraph agent building project. Required starting point before choosing other skills or writing any code. Covers framework selection (LangChain vs LangGraph vs Deep Agents), agent archetypes, dependency setup, and which skills to load next based on your decisions.

2026-03-04
deep-agents-core
مطوّرو البرمجيات

INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.

2026-03-03
deep-agents-memory
مطوّرو البرمجيات

INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.

2026-03-03
deep-agents-orchestration
مطوّرو البرمجيات

INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

2026-03-03
langchain-dependencies
مطوّرو البرمجيات

INVOKE THIS SKILL when setting up a new project or when asked about package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best practices, and common community tool packages for both Python and TypeScript.

2026-03-03
langchain-fundamentals
مطوّرو البرمجيات

Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling.

2026-03-03
langchain-rag
مطوّرو البرمجيات

INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).

2026-03-03
langgraph-fundamentals
مطوّرو البرمجيات

INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.

2026-03-03
langgraph-human-in-the-loop
مطوّرو البرمجيات

INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.

2026-03-03
langgraph-persistence
مطوّرو البرمجيات

INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, thread_id, time travel, Store, and subgraph persistence modes.

2026-03-03
langchain-agents
مطوّرو البرمجيات

Build LangChain agents with modern patterns. Covers create_agent, LangGraph, and context management.

2026-02-15
api-docs
مطوّرو البرمجيات

OpenAPI documentation and REST API design patterns

2026-02-15
database-migrations
مصممو قواعد البيانات

Database migration patterns and schema versioning

2026-02-15
docker-patterns
مديرو الشبكات وأنظمة الحاسوب

Best practices for Docker containerization and multi-stage builds

2026-02-15
react-components
مطوّرو الويب

Modern React component patterns with hooks and TypeScript

2026-02-15
testing-patterns
محللو ضمان جودة البرمجيات والمختبرون

Unit testing and integration testing best practices

2026-02-15