diff --git a/README.md b/README.md
index d7fd756..0923add 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,7 @@ This architecture delivers:
#### 🔥 Top Picks
- Official collection from Anthropic (document editing, data analysis, etc.)
- Official collection from OpenAI (Codex skills catalog)
+- Official collection from Hugging Face (compatible with Claude, Codex, Gemini)
- 50+ verified skills for Claude Code and Claude.ai
- Skills for specialized capabilities
@@ -127,6 +128,7 @@ This architecture delivers:
**Frameworks and utilities for building and loading skills.**
+- [LangChain Multi-Agent Skills](https://docs.langchain.com/oss/python/langchain/multi-agent/skills) - Official documentation on implementing the skills pattern in LangChain
- [agentigy/skillcheck](https://github.com/agentigy/skillcheck) - Security scanner for SKILL.md files - detect vulnerabilities before production
- [openskills](https://github.com/numman-ali/openskills) - Universal skills loader for any AI agent
- [LangChain Deep Agents](https://github.com/langchain-ai/deepagents) - Open source agent harness with skills support