From e74815b10263a6e090c1c2039213838d5a5c197a Mon Sep 17 00:00:00 2001 From: xxl007 Date: Tue, 23 Dec 2025 14:19:03 +0000 Subject: [PATCH] Add Hugging Face skills and LangChain docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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