Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
langchain-ai
GitHub 제작자 프로필

langchain-ai

12개 GitHub 저장소에서 수집된 96개 skills를 저장소 단위로 보여줍니다.

수집된 skills
96
저장소
12
업데이트
2026-07-08
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
deepagents
skills 26개 · 2026-06-20
시장조사 분석가·마케팅 전문가소프트웨어 개발자기타 컴퓨터 관련 직업데이터 과학자일반 사무원기타 중등 후 교사
직업 카테고리 7개 · 100% 분류됨
27%비중
#02
skills-benchmarks
skills 20개 · 2026-06-07
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자데이터베이스 아키텍트웹 개발자
직업 카테고리 5개 · 100% 분류됨
21%비중
#03
langchain-skills
skills 14개 · 2026-07-07
소프트웨어 개발자기타 컴퓨터 관련 직업
직업 카테고리 2개 · 100% 분류됨
15%비중
#04
deepagentsjs
skills 7개 · 2026-04-02
소프트웨어 개발자기타 중등 후 교사기타 컴퓨터 관련 직업소프트웨어 품질 보증 분석가·테스터시장조사 분석가·마케팅 전문가일반 사무원
직업 카테고리 6개 · 100% 분류됨
7.3%비중
#05
docs
skills 7개 · 2026-07-08
소프트웨어 개발자데이터 과학자
직업 카테고리 2개 · 100% 분류됨
7.3%비중
#06
lca-deployment
skills 7개 · 2026-05-30
고등교육 컴퓨터공학 교원
직업 카테고리 1개 · 100% 분류됨
7.3%비중
#07
lca-deepagents
skills 5개 · 2026-07-06
서비스 영업 대표(광고, 보험, 금융 서비스 및 여행 제외)기술 작가시장조사 분석가·마케팅 전문가프로젝트 관리 전문가
직업 카테고리 4개 · 100% 분류됨
5.2%비중
#08
langsmith-skills
skills 3개 · 2026-04-09
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
3.1%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

code-review
소프트웨어 품질 보증 분석가·테스터

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

2026-06-20
coding-prefs
소프트웨어 개발자

Read the user's coding preferences from /memory/coding-prefs.md before making non-trivial style decisions, and append new preferences when the user gives durable feedback.

2026-06-20
arxiv-search
기타 중등 후 교사

Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.

2026-06-09
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-06-09
note
일반 사무원

Take a note.

2026-06-01
summarize
일반 사무원

Summarise text into a one-paragraph summary.

2026-06-01
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
이 저장소에서 수집된 skills 26개 중 상위 8개를 표시합니다.
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
이 저장소에서 수집된 skills 20개 중 상위 8개를 표시합니다.
managed-deep-agents
소프트웨어 개발자

INVOKE THIS SKILL when building, testing, or deploying Managed Deep Agents in LangSmith with the mda CLI. Covers the code-first, file-based project layout; define_deep_agent / defineDeepAgent; authored tools and middleware; MCP connectors; cron schedules; skills; sandboxes; mda init/dev/deploy; Context Hub; and human-in-the-loop interrupts in Python and TypeScript.

2026-07-07
ecosystem-primer
소프트웨어 개발자

INVOKE FIRST for any LangChain / LangGraph / Deep Agents agent building project before consulting other skills or writing any agent code. Required starting point for up to date info on framework selection (LangChain vs LangGraph vs Deep Agents vs hybrid composition), agent patterns, install, environment setup, and which skill to load next.

2026-06-07
swarm
소프트웨어 개발자

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

2026-06-01
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
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
이 저장소에서 수집된 skills 14개 중 상위 8개를 표시합니다.
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
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-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
docs-code-samples
소프트웨어 개발자

Use this skill when migrating inline code samples from LangChain docs (MDX files) into external, testable code files that are extracted by this repo’s snippet scripts and used as Mintlify snippets. Applies when extracting code blocks from documentation, creating runnable code samples, using snippet delineators, or wiring snippet output into MDX includes.

2026-07-08
deep-agents
소프트웨어 개발자

Build batteries-included agents with planning, context management, subagent delegation, and sandboxed execution. Use for complex, multi-step tasks that need built-in capabilities.

2026-06-17
langchain
소프트웨어 개발자

Build agents with a prebuilt architecture and integrations for any model or tool. Use when creating tool-calling agents, switching model providers, or adding structured output.

2026-06-17
langgraph
소프트웨어 개발자

Build stateful, durable agent workflows with LangGraph. Use when you need custom graph-based control flow, human-in-the-loop, persistence, or multi-agent orchestration.

2026-06-17
pandas-patterns
데이터 과학자

Common pandas and matplotlib patterns for data analysis and visualization

2026-06-17
langsmith
소프트웨어 개발자

Trace, evaluate, and deploy AI agents and LLM applications with LangSmith. Use when adding observability, running evaluations, engineering prompts, or deploying agents to production.

2026-06-15
write-timestamp
소프트웨어 개발자

Use when the user wants the current date and time written to a file via the bundled script inside the sandbox.

2026-04-21
저장소 12개 중 12개 표시
모든 저장소를 표시했습니다