Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
langchain-ai
GitHub creator profile

langchain-ai

Repository-level view of 76 collected skills across 9 GitHub repositories, including approximate occupation coverage.

skills collected
76
repositories
9
occupation fields
3
updated
2026-05-22
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
deepagents
24 skills · 2026-05-22
مطوّرو البرمجياتالكتّاب والمؤلفونمحللو أبحاث السوق ومتخصصو التسويقعلماء البياناتالإحصائيونالمهن الحاسوبية الأخرى
10 occupation categories · 100% classified
32%share
#02
skills-benchmarks
18 skills · 2026-04-08
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبمطوّرو الويبعلماء البياناتمحللو ضمان جودة البرمجيات والمختبرونمديرو قواعد البيانات
6 occupation categories · 100% classified
24%share
#03
langchain-skills
14 skills · 2026-05-22
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوب
2 occupation categories · 100% classified
18%share
#04
deepagentsjs
6 skills · 2026-04-02
مطوّرو البرمجياتالسكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)محللو ضمان جودة البرمجيات والمختبرون
3 occupation categories · 100% classified
7.9%share
#05
docs
6 skills · 2026-05-20
مطوّرو البرمجياتمطوّرو الويب
2 occupation categories · 100% classified
7.9%share
#06
langsmith-skills
3 skills · 2026-04-09
علماء البياناتمحللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
3 occupation categories · 100% classified
3.9%share
#07
langgraph-101
2 skills · 2026-02-17
الكتّاب والمؤلفون
1 occupation categories · 100% classified
2.6%share
#08
lca-skills
2 skills · 2026-02-18
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 occupation categories · 100% classified
2.6%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
deepagents
24 skills23.2k3.3kupdated 2026-05-22
32% of creator
swarm
مطوّرو البرمجيات

Dispatch a batch of tasks to subagents in parallel with bounded concurrency. Returns a summary object with {total, completed, failed, results[]} — iterate `.results` for per-task output.

2026-05-22
remember
مطوّرو البرمجيات

Review the current conversation and capture valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says: (1) remember this, (2) save what we learned, (3) update memory, (4) capture learnings.

2026-05-12
skill-creator
مطوّرو البرمجيات

Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like "create a skill", "new skill", "make a skill", "skill for X", "how do I create a skill", or "help me build a skill".

2026-05-12
competitor-analysis
محللو أبحاث السوق ومتخصصو التسويق

Analyze competitors in a given market segment. Trigger on: competitive landscape, competitor analysis, market comparison, competitive positioning.

2026-04-17
analyze-market
محللو أبحاث السوق ومتخصصو التسويق

Perform a market analysis for a product category or segment. Trigger on: market analysis, market size, TAM SAM SOM, market opportunity, industry analysis.

2026-04-17
blog-post
الكتّاب والمؤلفونمحللو أبحاث السوق ومتخصصو التسويق

Write long-form blog posts with SEO optimization and clear structure.

2026-04-14
social-media
محللو أبحاث السوق ومتخصصو التسويقالكتّاب والمؤلفون

Create social media posts optimized for engagement across platforms.

2026-04-14
code-review
محللو ضمان جودة البرمجيات والمختبرون

Perform a structured code review of changes, checking for correctness, style, tests, and potential issues.

2026-04-09
Showing top 8 of 24 collected skills in this repository.
#002
skills-benchmarks
18 skills986updated 2026-04-08
24% of creator
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
Showing top 8 of 18 collected skills in this repository.
#003
langchain-skills
14 skills72065updated 2026-05-22
18% of creator
managed-deep-agents
مطوّرو البرمجيات

INVOKE THIS SKILL when creating, running, or operating a Managed Deep Agent against the LangSmith /v1/deepagents private-preview REST API. Covers the agent → MCP server → thread → streamed run flow, tool/interrupt configuration, and the agent file tree (AGENTS.md, skills/, subagents/, tools.json).

2026-05-22
langgraph-cli
مديرو الشبكات وأنظمة الحاسوب

INVOKE THIS SKILL when using the langgraph CLI to scaffold, develop, build, or deploy LangGraph applications. Covers langgraph new, dev, build, up, deploy, and langgraph.json configuration.

2026-05-21
swarm
مطوّرو البرمجيات

Dispatches many independent items in parallel: create a table, fan out to subagents, aggregate results. One row = one unit of work.

2026-05-19
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-05-19
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-04-29
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-04-29
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-04-29
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-04-29
Showing top 8 of 14 collected skills in this repository.
#004
deepagentsjs
6 skills1.3k200updated 2026-04-02
7.9% of creator
arxiv-search
مطوّرو البرمجيات

Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields

2026-04-02
skill-creator
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: create a skill, make a skill, build a skill, set up a skill, initialize a skill, scaffold a skill, update or modify an existing skill, validate a skill, learn about skill structure, understand how skills work, or get guidance on skill design patterns.

2026-04-02
eval-writer
محللو ضمان جودة البرمجيات والمختبرون

Create new eval suites for the deepagentsjs monorepo. Handles dataset design, test case scaffolding, scoring logic, vitest configuration, and LangSmith integration. Use when the user asks to: (1) create an eval, (2) write an evaluation, (3) add a benchmark, (4) build an eval suite, (5) evaluate agent behaviour, (6) add test cases for a capability, or (7) implement an existing benchmark (e.g. oolong, AgentBench, SWE-bench). Trigger on phrases like 'create eval', 'new eval', 'add eval', 'benchmark', 'evaluate', 'eval suite', 'write evals for'.

2026-03-17
file-organizer
مطوّرو البرمجيات

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

2026-01-23
langgraph-docs
مطوّرو البرمجيات

Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.

2026-01-09
web-research
مطوّرو البرمجيات

Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research

2026-01-09
#005
docs
6 skills3392.3kupdated 2026-05-20
7.9% of creator
#006
langsmith-skills
3 skills11715updated 2026-04-09
3.9% of creator
#007
langgraph-101
2 skills41293updated 2026-02-17
2.6% of creator
#008
lca-skills
2 skills11updated 2026-02-18
2.6% of creator
Showing 9 of 9 repositories
All repositories loaded