TGViewer
DBin_K 🤯 Tingle 灵光一闪 💡 DBin_K 🤯 Tingle 灵光一闪 💡 @dbinkbb · 2.25K subscribers
Post #2609 840

Forwarded from Laisky's Notes

https://laisky.notion.site/Agent-Skills-Comprehensive-Guide-2e4ba4011a868055b2b0e2e128da1538?source=copy_link

学习了一下 Anthropic 的 Agent Skills 设计。通过在文件系统中定义一套文件结构,让 Agent 可以按需加载(Progressive Disclosure)相关的技能描述和脚本。

Skills 通过 metadata + instructions + scripts 定义一个领域技能。Agent 在启动时全量加载 metadatas,然后按需加载 instructions,而 instructions 会指导 agent 调用 scripts。scripts 的内容不会被加载,只有 output 会被加载进入 context。

通过一个三层的 lazy-loading 设计,相当于 RAG + tools,既减少了对 context 的占用,也赋予了 agent 工具调用的能力。

但是我认为,Anthropic 没有选择优化 MCP,而是硬造了一个新轮子,给 Agent 世界带来更多的混乱,有些可惜。

Skills 的功能完全可以通过对 MCP 的些微优化来实现,只需要在 MCP 中增加两个 tools:

- find_skills(query): 根据 query 查找相关的 skills metadata 列表
- describe_skill(skill_id): 根据 skill_id 获取对应的 instructions。instructions 内会指导 agent 如果通过调用其他 tools 完成任务。

实际上,已经有很多人发布了相关的 skills-mcp 工具,只要搜索 github skills-mcp 就能找到很多。
More from @dbinkbb
  1. Sep 25, 2026https://keepandroidopen.org/zh-CN/
  2. Sep 20, 2026https://x.com/nini_incrypto_/status/2101569201668505658
  3. Sep 17, 2026这个有点意思 ,想起来之前那个 Bionic Reading,是通过把单词前几个字母加粗来缓解注意力疲劳,这个直接用上 LLM 技术来高亮了,让中文也能享受到这样的观感 😋 ht…
  4. Sep 17, 2026分享一个写的非常好的 AGENTS.md https://github.com/Da1sypetals/AGENTS.md #Agent #LLM #Prompt
  5. Sep 13, 2026#PyCon2026 #深圳
  6. Sep 8, 2026Agent 时代,上班写代码变成了给 Agent 写提示词,Review 别人的代码变成了给别人的 Agent 写提示词 #编程 #Agent #胡言乱语
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →