[PR #3757] [MERGED] add custom SKILL.md #3782

Closed
opened 2026-06-05 18:53:07 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3757
Author: @lnhsingh
Created: 4/27/2026
Status: Merged
Merged: 4/27/2026
Merged by: @lnhsingh

Base: mainHead: skills


📝 Commits (3)

📊 Changes

4 files changed (+432 additions, -0 deletions)

View changed files

src/.mintlify/skills/deep-agents/SKILL.md (+105 -0)
src/.mintlify/skills/langchain/SKILL.md (+121 -0)
src/.mintlify/skills/langgraph/SKILL.md (+117 -0)
src/.mintlify/skills/langsmith/SKILL.md (+89 -0)

📄 Description

Fixes DOC-641

Add custom skill.md files for AI agent discovery across all four products (LangSmith, LangChain, LangGraph, Deep Agents) using Mintlify's .mintlify/skills/ multi-skill directory, so AI agents can discover and selectively load product-specific capabilities via /.well-known/agent-skills/index.json.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3757 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 4/27/2026 **Status:** ✅ Merged **Merged:** 4/27/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `skills` --- ### 📝 Commits (3) - [`7e62883`](https://github.com/langchain-ai/docs/commit/7e628835c2cce1831de960f161f27e1467524a38) add SKILL.md - [`1562985`](https://github.com/langchain-ai/docs/commit/15629852673afcfcd79f89d5efe6d607540fd99b) fix - [`5285cd2`](https://github.com/langchain-ai/docs/commit/5285cd24ce51f02bae7e16a0fde7572f9e8deacb) fix ### 📊 Changes **4 files changed** (+432 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/.mintlify/skills/deep-agents/SKILL.md` (+105 -0) ➕ `src/.mintlify/skills/langchain/SKILL.md` (+121 -0) ➕ `src/.mintlify/skills/langgraph/SKILL.md` (+117 -0) ➕ `src/.mintlify/skills/langsmith/SKILL.md` (+89 -0) </details> ### 📄 Description Fixes DOC-641 Add custom skill.md files for AI agent discovery across all four products (LangSmith, LangChain, LangGraph, Deep Agents) using Mintlify's .mintlify/skills/ multi-skill directory, so AI agents can discover and selectively load product-specific capabilities via /.well-known/agent-skills/index.json. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:53:07 -04:00
yindo closed this issue 2026-06-05 18:53:07 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3782