[PR #4328] [MERGED] reorder skills page #4310

Closed
opened 2026-06-05 19:13:28 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4328
Author: @npentrel
Created: 6/5/2026
Status: Merged
Merged: 6/5/2026
Merged by: @npentrel

Base: mainHead: skills-updates


📝 Commits (6)

📊 Changes

5 files changed (+593 additions, -118 deletions)

View changed files

📝 src/oss/deepagents/code/memory-and-skills.mdx (+1 -1)
📝 src/oss/deepagents/skills.mdx (+444 -117)
src/oss/images/deepagents/skills-composition.svg (+79 -0)
src/oss/images/deepagents/skills-progressive-disclosure.svg (+56 -0)
📝 src/style.css (+13 -0)

📄 Description

  • Start with skill definition - and adding a metaphor that I think helps
  • moved some of the "what skills are" into usage and renamed what skills are to how they work. I think that works better.
  • Reframed skill permissions into sharing skills (I think permissions is how to implement it, but the task people are trying to accomplish is sharing skills)
  • added a section on when to use skills, kept it short
  • added section on skills with other resources. It makes it very explicit that you need to reference files and how to do so
  • Added skill diagram

Updates:

  • Expanded Skill permissions
  • added more layering info to how skills work

🔄 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/4328 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 6/5/2026 **Status:** ✅ Merged **Merged:** 6/5/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `skills-updates` --- ### 📝 Commits (6) - [`84e7dea`](https://github.com/langchain-ai/docs/commit/84e7dea829dbe0f560f0ad2cf5e50f5e83f0cd33) reorder skills page - [`959e65a`](https://github.com/langchain-ai/docs/commit/959e65ac4b7caba641bbb61d8aab211d29d3dc9e) fix links - [`0d82578`](https://github.com/langchain-ai/docs/commit/0d82578b800a65f623fc66d74cadfdafb3bd01c8) update - [`66d01af`](https://github.com/langchain-ai/docs/commit/66d01afed311ec0fe38b7870b0de330d0680106c) update - [`bb5120e`](https://github.com/langchain-ai/docs/commit/bb5120eeb35ddab155d6087ff5527205edc934e6) levels - [`4feeea7`](https://github.com/langchain-ai/docs/commit/4feeea7cbe6e0e43590a36897c47017b109891c6) update skills ### 📊 Changes **5 files changed** (+593 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/code/memory-and-skills.mdx` (+1 -1) 📝 `src/oss/deepagents/skills.mdx` (+444 -117) ➕ `src/oss/images/deepagents/skills-composition.svg` (+79 -0) ➕ `src/oss/images/deepagents/skills-progressive-disclosure.svg` (+56 -0) 📝 `src/style.css` (+13 -0) </details> ### 📄 Description - Start with skill definition - and adding a metaphor that I think helps - moved some of the "what skills are" into usage and renamed what skills are to how they work. I think that works better. - Reframed skill permissions into sharing skills (I think permissions is how to implement it, but the task people are trying to accomplish is sharing skills) - added a section on when to use skills, kept it short - added section on skills with other resources. It makes it very explicit that you need to reference files and how to do so - Added skill diagram --- Updates: - Expanded Skill permissions - added more layering info to how skills work --- <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 19:13:28 -04:00
yindo closed this issue 2026-06-05 19:13:28 -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#4310