Skip to main content
langchain-ai
GitHub 创作者资料

langchain-ai

按仓库查看 15 个 GitHub 仓库中的 115 个已收集 skills。

已收集 skills
115
仓库
15
更新
2026年8月30日
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

textual-screenshot
软件开发工程师

Capture a Textual terminal UI as an SVG using its headless test harness. Use when asked to make, attach, or preview a screenshot of deepagents-code/dcode or another Textual app, visually verify a TUI state, or render a modal, screen, or widget without a…

2026年8月28日
deepagents-thread-inspector
未分类

Inspect and explain conversations in the local Deep Agents Code SQLite session store. Use as a fallback when LangSmith trace tooling is unavailable, for offline or untraced sessions, or when asked to identify or summarize a local dcode thread, inspect…

2026年8月26日
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)…

2026年8月26日
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)…

2026年8月26日
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)…

2026年7月23日
code-review
软件质量保证分析师与测试员

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

2026年6月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年6月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年6月9日
已展示 8 / 23 个已收集 Skill。
eval-engineering
未分类

Inspect an agent repository and optional traces, interview the user, write reviewed Task Specs, build and audit Harbor tasks, and bootstrap reusable project World Knowledge Skills. Use for agent evals, benchmark design, Task generation, controlled…

2026年8月20日
managed-deep-agents
软件开发工程师

INVOKE THIS SKILL when building, testing, or deploying Managed Deep Agents in LangSmith with the mda CLI. Walks a user through their first agent end to end — interviewing them about what they want to build, mapping it onto what MDA can actually do, then…

2026年8月7日
langsmith-online-eval-engineering
软件质量保证分析师与测试员

Iteratively inspect traces, interview the user, and create LangSmith online evaluators one at a time. Use specifically for creating online evaluators for use within LangSmith -- use "eval-engineering" for Harbor-style online evaluations.

2026年7月30日
deepagents-python-quickstart
软件开发工程师

Scaffold a minimal local Deep Agent in Python by following the official quickstart, using provider-native web search instead of Tavily. Use when the user wants to quickly build or try a Deep Agent locally.

2026年7月22日
deepagents-typescript-quickstart
软件开发工程师

Scaffold a minimal local Deep Agent in TypeScript by following the official quickstart, using provider-native web search instead of Tavily. Use when the user wants to quickly build or try a Deep Agent locally.

2026年7月22日
langchain-python-quickstart
软件开发工程师

Scaffold a minimal local LangChain agent in Python by following the official quickstart. Use when the user wants to quickly build or try a LangChain agent locally.

2026年7月22日
langchain-typescript-quickstart
软件开发工程师

Scaffold a minimal local LangChain agent in TypeScript by following the official quickstart. Use when the user wants to quickly build or try a LangChain agent locally.

2026年7月22日
langgraph-python-quickstart
软件开发工程师

Scaffold a minimal local LangGraph agent in Python by following the official quickstart. Use when the user wants to quickly build or try a LangGraph agent locally.

2026年7月22日
已展示 8 / 22 个已收集 Skill。
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年6月25日
langchain-dependencies
软件开发工程师

INVOKE THIS SKILL when asked about and/or have to implement package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best…

2026年6月25日
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…

2026年6月7日
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年6月7日
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…

2026年5月21日
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…

2026年4月8日
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…

2026年3月4日
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…

2026年3月4日
已展示 8 / 21 个已收集 Skill。
langgraph-docs
未分类

Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API,…

2026年8月27日
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,…

2026年8月14日
update-integrations-prs
软件开发工程师

Process open LangChain docs integration PRs against the hosted-guide featuring policy (50K monthly downloads or maintainer feature override). Rebase an integration PR, convert to external YAML, feature an integration, or check package downloads for docs…

2026年8月11日
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年7月29日
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年7月26日
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年6月17日
pandas-patterns
数据科学家

Common pandas and matplotlib patterns for data analysis and visualization

2026年6月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年6月15日
已展示 8 / 9 个已收集 Skill。
weekly-newsletter
市场调研分析师与营销专员

Produce the weekly 'This Week in Music' customer newsletter by researching the distributor's top genres in parallel and assembling a styled HTML page. Use when asked to create, write, or send the weekly newsletter or a music-news roundup.

2026年8月6日
territory-report
市场调研分析师与营销专员

Build a report on the rep's sales territory — revenue, top customers, top genres, and trends for Jane's book of business — with a chart. Use when asked for a territory report, sales summary, performance numbers, or 'how is my book doing'.

2026年8月6日
territory-report
市场调研分析师与营销专员

Build a report on the rep's sales territory — revenue, top customers, top genres, and trends for Jane's book of business — with a chart. Use when asked for a territory report, sales summary, performance numbers, or 'how is my book doing'.

2026年7月21日
weekly-newsletter
市场调研分析师与营销专员

Produce the weekly 'This Week in Music' customer newsletter by researching the distributor's top genres and assembling a styled HTML page. Use when asked to create, write, or send the weekly newsletter or a music-news roundup.

2026年7月21日
rfq-quote
项目管理专家

Process an incoming request for quote (RFQ) from a customer: read the email, look up the customer and catalogue prices, compute a quote, have it reviewed, draft the reply, and log it. Use whenever a customer asks for a price, a quote, or to license/buy a…

2026年7月20日
territory-report
市场调研分析师与营销专员

Build a report on the rep's sales territory — revenue, top customers, top genres, and trends for Jane's book of business — with a chart. Use when asked for a territory report, sales summary, performance numbers, or 'how is my book doing'.

2026年7月6日
draft-pitch
服务销售代表(广告、保险、金融服务和旅游除外)

Use when the user wants to write a sales pitch or outreach message for a prospect.

2026年6月18日
qualify-lead
服务销售代表(广告、保险、金融服务和旅游除外)

Use when the user wants to qualify a sales lead or prospect.

2026年6月18日
arxiv-search
其他高等院校教师

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

2026年4月2日
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…

2026年4月2日
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,…

2026年3月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年3月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年1月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年1月9日
web-research
市场调研分析师与营销专员

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

2026年1月9日
已展示 12 / 15 个仓库