Skill Library & Skill Graph10 篇
SkillOps: Managing LLM Agent Skill Libraries as Self-Maintaining Software Ecosystems
P1
arXivSkill Library
把每个 skill 定义成带有前置条件、操作、输出、验证器、失败模式的 Skill Contract,再用 Hierarchical Skill Ecosystem Graph 连接 skill 之间的依赖、兼容、冗余和替代关系。最接近"企业技能树 + 可维护 skill library"底层设计的学术论文。
skill contract · hierarchical skill ecosystem graph · dependency · validation · failure modes
阅读论文 →
Compositional Skill Routing for LLM Agents: Decompose, Retrieve, and Compose
P1
arXivSkill Library
复杂任务如何先拆解成 atomic sub-tasks,再检索对应 skills,最后组合成可执行 DAG plan。对应企业 OS 里"客户需求 → workflow → skill routing → execution"的完整链路,是 skill tree 的路由层设计。
decompose · retrieve · compose · DAG planner · atomic sub-tasks · skill routing
阅读论文 →
Voyager: An Open-Ended Embodied Agent with Large Language Models
P1
arXivSkill Library
提出三个核心机制:自动 curriculum、持续增长的 executable skill library、基于环境反馈自我修正。虽然是 Minecraft 场景,但对"企业 AI OS 如何积累经验、自动扩展 skill tree"有极强启发。
lifelong learning · skill library · environment feedback · self-verification · automatic curriculum
阅读论文 →
Skill Graphs: The Architecture That Solves the AI Agent Context Window Problem
P1
Substack · LinasSkill Library
不要把所有知识塞进一个大 prompt,而是用小的、互相链接的 skill files,让 agent 按需调用。直接对应 skill tree / knowledge map 的核心架构思路:每个 skill 独立成模块,通过图结构关联。
skill graph · linked skill files · context window · agent architecture · on-demand loading
阅读文章 →
Stop Stuffing Your System Prompt: Build Scalable Agent Skills in LangGraph
P1
MediumSkill Library
Progressive skill loading 的实际工程实现:不要把所有业务规则堆进系统提示词,而是按需加载 skill。结合 LangGraph 展示如何从 monolithic prompt 演进到模块化 skill architecture。
progressive skill loading · LangGraph · modular skills · system prompt · scalable architecture
阅读文章 →
✅ 本地全文
Agent Skills: Standard for Smarter AI
P2
MediumSkill Library
Agent Skills 作为新标准:用 instructions、scripts、resources 打包可重复能力。讲解如何把零散的 agent 行为模块化、标准化,理解 skill 基础产品形态的入门文章。
agent skills · instructions · scripts · resources · modular AI capability · packaging
阅读文章 →
✅ 本地全文
When Work Becomes Programmable (Agent Skills: New Currency of Work)
P2
Substack · Work3Skill Library
把 Agent Skill 定义成 agent 可以发现、加载、执行的自包含文件夹。"公司 SOP → AI skill"的落地思路:工作变成可编程模块,每个业务动作都能被 agent 复现。
agent skills · SOP → skill · self-contained folder · programmable work · skill discovery
阅读文章 →
The Absurd Effectiveness of Skills.md
P2
SubstackSkill Library
Skills.md 为什么像 SOP?探讨如何帮助 agent 执行一系列活动而不只靠 prompt。一份好的 skill 文件能大幅提升执行质量,可类比"公司内部操作手册的 AI 化"。
skills.md · SOP · agent execution · skill file design · prompt engineering beyond
阅读文章 →
Deep Dive SKILL.md (Part 1/2)
P2
MediumSkill Library
工程层技术深潜:SKILL.md 如何接入 MCP layer、管理 task state、连接 external systems。适合理解 skill 在实际实现中如何与工具和数据层打通,是偏架构的实践文章。
skill.md · MCP layer · task state · external systems · tool integration · architecture
阅读文章 →
✅ 本地全文
How a Skill Graph Can Turn AI Into Your Content Team
P3
Substack · Emerging AISkill Library
用 skill graph + linked markdown + AI agent 构建内容团队。虽然场景是 content team,但 skill graph 架构思路可以直接迁移到 marketing OS 或其他专业服务场景。
skill graph · linked markdown · content team · AI agent · cross-domain application
阅读文章 →
Business Capability Map2 篇
Business Capability Map: The Essential Guide With Examples
P1
ArdoqBusiness Capability
企业能力的层级地图:公司能做什么、哪些能力支撑价值交付、哪些能力有子能力。AI skill tree 不应从"工具"开始建,而应从 business capability 开始建。这是整个框架的结构化起点。
capability hierarchy · business architecture · operating model · value delivery · sub-capability
阅读文章 →
Business Architecture Copilot: Agentic AI-enabled Business Capability Modelling
P1
CEUR-WS · 论文Business Capability
用 Agentic AI + Enterprise Knowledge Graph 自动生成 business architecture artifacts。知识图谱减少 LLM hallucination、提高语义准确性和组织对齐。最像"用 AI 自动生成企业能力地图"的学术论文。
business capability modelling · enterprise knowledge graph · agentic AI · hallucination reduction
阅读论文 →
Knowledge Graph & Ontology3 篇
Building Knowledge Graphs As An Agentic Operating System
P1
Substack · Vin VashishtaKnowledge Graph
企业知识图谱 = agentic OS 的"脑"。AI 必须和 business knowledge graph 对齐,否则 agent 只是工具,不是真正的操作系统。直接回答:企业 AI OS 的核心底层是什么。
business knowledge graph · agentic OS foundation · enterprise alignment · AI infrastructure
阅读文章 →
AI Agents and Automation: Bridging the Gap Between Agent Patterns and Business Solutions
P1
MediumKnowledge Graph
企业 AI agent 需要同时定义两个图:Knowledge Graph(业务语义)+ Workflow Graph(运营任务流)。解决"知识图谱 + 工作流如何落到实际业务"的核心问题。
knowledge graph · workflow graph · agent patterns · business solutions · dual-graph architecture
阅读文章 →
✅ 本地全文
Ontology Engineering as the Semantic Operating System of the AI-First Enterprise
P1
MediumKnowledge Graph
把 ontology 叫作 AI-first enterprise 的 semantic operating system。类比 Palantir 路线,解释为什么没有语义层的 AI 系统无法真正理解企业业务。适合 PracticeOS / AI Realty OS 的产品叙事。
ontology · semantic OS · AI-first enterprise · Palantir · business meaning · knowledge engineering
阅读文章 →
✅ 本地全文
Workflow & Governance2 篇
Towards Modeling Human-Agentic Collaborative Workflows: A BPMN Extension
P2
arXivWorkflow
扩展 BPMN 来建模人类和 AI agent 协作的 workflow。适合"专家 + FDE + AI agent"的服务平台设计场景,提供人机协作流程的标准化表达方式和形式化规范。
BPMN extension · human-agent collaboration · workflow modeling · hybrid teams · process notation
阅读论文 →
GraphFlow: An Architecture for Formally Verifiable Visual Workflows Enabling Reliable Agentic AI Automation
P2
arXivWorkflow
Mission-critical workflow 不能靠 agent 临场发挥,要把 workflow diagram 作为 executable specification,并加入 precondition、postcondition、audit、replay、retry 等可靠性机制。
formally verifiable workflows · executable spec · precondition · audit trail · replay · retry
阅读论文 →
Enterprise AI OS9 篇
SAP CEO Unveils the "Autonomous Enterprise" with AI at the Core
P2
TechRadarEnterprise AI OS
SAP 提出 Autonomous Enterprise:用 SAP Knowledge Graph 给 AI agents 一个企业实体、流程和关系的结构化地图,并用 agentic workflows 执行业务流程。大厂往"企业 AI OS"方向演进的行业信号。
autonomous enterprise · SAP knowledge graph · agentic workflows · enterprise entities · industry signal
阅读文章 →
The AI Operating System: Why the Future of Work is a Managed Workforce, Not a Chatbot
P2
MediumEnterprise AI OS
AI OS 不是 chatbot,而是管理 AI workforce 的基础设施。从工具到系统的范式转变:为什么正确心智模型是"雇佣 AI 员工"而不是"使用 AI 工具",以及这对企业架构意味着什么。
AI operating system · managed AI workforce · paradigm shift · enterprise infrastructure · AI deployment
阅读文章 →
✅ 本地全文
What New AI Operating Systems Mean for Work
P2
Substack · Work3Enterprise AI OS
AI OS 对咨询、IT 服务、business-in-a-box 的影响分析。适合"专业服务公司平台化"方向:当 AI OS 成为基础设施,专业服务公司的核心竞争力和商业模式应该如何重构?
AI OS · consulting · professional services · business-in-a-box · platform transformation
阅读文章 →
Becoming Agent-Ready: How to Move from Pilots to a Competitive AI Operating System
P2
Substack · Leverage LoopsEnterprise AI OS
企业如何从 AI pilot 走向真正的 operating system。组织落地视角:需要哪些能力建设、流程重设计、治理机制,才能从"AI 实验"跨越到"AI 竞争优势"。
agent-ready · AI pilots → OS · organizational readiness · governance · competitive advantage
阅读文章 →
Escaping AI Pilot Purgatory: Building an Agentic AI Operating System
P2
Substack · Brian SolisEnterprise AI OS
AI OS 需要的三要素:结构化 workflow + 清晰 governance + 合理的人机协作模型。为什么企业总停留在 AI pilot,以及如何真正构建可运营的 Agentic AI OS。
agentic AI OS · governance · human-agent operating model · workflow design · pilot purgatory escape
阅读文章 →
The Next Unicorns Won't Build Apps. They'll Build AI Operating Systems
P3
MediumEnterprise AI OS
趋势判断:下一代公司不做 app,做 AI OS。适合包装投资叙事和产品战略定位,解释为什么 AI OS 比单一 AI 应用有更深的护城河和更强的商业模式。
unicorns · AI OS business model · competitive moat · next-gen companies · investment narrative
阅读文章 →
✅ 本地全文
Inside My 33-Agent AI Operating System
P3
Substack · Kim DoyalEnterprise AI OS
一个实际运行的 33-agent business OS 案例:多个专门 agent 组成的完整系统。适合看多 agent 系统的实际分工方式、产品化表达,以及如何为不同业务功能配置专属 agent。
33 agents · multi-agent system · agent roles · product architecture · business OS case study
阅读文章 →
The Complete Guide to Claude Cowork as Your AI Operating System
P3
Substack · Prosper AIEnterprise AI OS
business context、recurring task、client communication style 如何变成 AI OS 的长期上下文。以 Claude Cowork 为例,展示"专业服务 AI OS"的实际配置方式。
Claude Cowork · business context · recurring tasks · client communication · AI OS configuration
阅读文章 →
✅ 本地全文
Agent OS: The AI Setup That Runs Everything
P3
Substack · Julian GoldieEnterprise AI OS
个人 / 轻量化 AI OS 案例:核心架构是 vault + workflow + agent。适合理解小团队如何用最轻的方式搭建自己的 AI operating system,以及 Agent OS 的最小可行结构。
agent OS · vault + workflow + agent · personal AI OS · lightweight setup · minimum viable OS
阅读文章 →