Workspace sync: auto commit 2026-04-23 08:25:18

This commit is contained in:
2026-04-23 08:25:18 +08:00
parent 73c54c1c41
commit b15569f319
6 changed files with 320 additions and 50 deletions

View File

@@ -0,0 +1,37 @@
---
title: "Claude Skills"
type: concept
tags: [claude, anthropic, ai-agent, skill, workflow]
last_updated: 2026-01-08
---
## Definition
将反复执行的有固定流程的任务拆解为 AI 能理解、能稳定复用、能自动执行的一套流程。是 AI 应用从「提示词工程」向「流程工程」转变的核心产物,本质是写给 Claude 的"说明书"和"SOP标准作业程序"。
## Core Components
- **说明书**:告诉 Claude 做什么、怎么做
- **SOP**:标准作业程序,确保流程稳定可复现
- **工具集**Claude 可调用的具体工具和能力
- **容错策略**:异常处理和边界情况处理
## Key Principles
1. **只写 Agent 不知道的东西**:背景知识、专有信息、踩坑清单
2. **重点写踩坑清单**:真实业务中容易出错的地方
3. **给工具不给指令**:描述可用的工具能力,而非一步步的命令
4. **可复用**:同一 Skill 可在不同项目中重复使用
5. **可组合**:多个 Skill 可组合形成更复杂的 Agent 工作流
## Three-Layer Architecture
1. **描述层Description**Skill 名称、功能、适用场景
2. **指令层Instructions**:具体的 SOP、步骤、注意事项
3. **工具层Tools**Claude 可调用的 API、脚本、工具
## Related Concepts
- [[Claude Code Skills]]Claude Code CLI 工具上的 Skills 实现
- [[Vibe Coding]]AI 辅助编程Skills 是其规模化落地的关键
- [[Workflow Engineering]]流程工程Skills 是其核心产物
- [[AI Agent]]Claude Skills 使 Agent 能够执行更复杂的自主任务
## Sources
- [[Anthropic/skills]]github.com/anthropics/skills— 官方 Claude Skills 仓库
- [[3-2-万人收藏的-claude-skills-才是-ai-这条路上最值得研究的一套范式-1]]

View File

@@ -0,0 +1,36 @@
---
title: "流程工程Workflow Engineering"
type: concept
tags: [workflow, ai-agent, prompt-engineering, engineering]
last_updated: 2026-01-08
---
## Definition
相对于「提示词工程」的 AI 应用新阶段。关注将人类业务流程经验转化为可自动化执行的 SOP标准作业程序并交给 AI Agent 稳定执行。核心转变:从"让 AI 生成内容"升级为"让 AI 执行流程"。
## Core Shift
| 维度 | 提示词工程 | 流程工程 |
|------|-----------|---------|
| 关注点 | 单次生成质量 | 重复执行稳定性 |
| 交付物 | 好的 Prompt | 可复用的 Skill |
| 核心能力 | 表达能力 | 流程拆解能力 |
| 迭代方式 | 调优 Prompt | 优化 SOP |
## Key Insight
> "未来真正有价值的,不是谁的 Prompt 写得最花、谁一次能生成最多内容。而是谁最懂业务流程、谁能把经验沉淀成 SOP、谁能把 SOP 交给 AI 稳定执行。"
## Workflow Engineering 的关键要素
1. **流程拆解**:将复杂业务拆解为原子化步骤
2. **SOP 编写**:每个步骤写成 Claude 能理解的标准化指令
3. **工具集成**:为每个步骤配备 Claude 可调用的工具
4. **容错设计**:异常处理、降级策略、重试机制
5. **质量门控**:检查点、验证步骤、输出标准
## Related Concepts
- [[Claude Skills]]:流程工程的核心产物和载体
- [[Vibe Coding]]:流程工程的一个应用场景(编程工作流)
- [[Prompt Engineering]]:流程工程的前身阶段
- [[AI Agent]]:流程工程执行的主体
## Sources
- [[3-2-万人收藏的-claude-skills-才是-ai-这条路上最值得研究的一套范式-1]]

View File

@@ -4,6 +4,8 @@
- [Overview](overview.md) — living synthesis
## Sources
- [2026-04-23] [How to Get the RSS Feed For Any YouTube Channel](sources/how-to-get-the-rss-feed-for-any-youtube-channel.md)
- [2026-04-23] [3.2 万人收藏的 Claude Skills才是 AI 这条路上最值得研究的一套范式!](sources/3-2-万人收藏的-claude-skills-才是-ai-这条路上最值得研究的一套范式-1.md)
- [2026-04-22] [不会Gemini的产品经理真的要被淘汰了 | 附保姆级PRD生成指南](sources/不会gemini的产品经理真的要被淘汰了-附保姆级prd生成指南.md)
- [2026-04-22] [7 ways I use NotebookLM to make my life easier](sources/7-ways-i-use-notebooklm-to-make-my-life-easier.md)
- [2026-04-22] [Never write another prompt](sources/never-write-another-prompt.md)
@@ -412,8 +414,6 @@
- [2026-04-18] [如何写出完美的prompt-提示词](sources/如何写出完美的prompt-提示词.md) — (expected: wiki/sources/如何写出完美的prompt-提示词.md — source missing)
- [2026-04-18] [系统提示词构建原则](sources/系统提示词构建原则.md) — (expected: wiki/sources/系统提示词构建原则.md — source missing)
- [2026-04-18] [github-上-5000-人收藏的-vibe-coding-神级指南](sources/github-上-5000-人收藏的-vibe-coding-神级指南.md) — (expected: wiki/sources/github-上-5000-人收藏的-vibe-coding-神级指南.md — source missing)
- [2026-04-18] [how-to-get-the-rss-feed-for-any-youtube-channel](sources/how-to-get-the-rss-feed-for-any-youtube-channel.md) — (expected: wiki/sources/how-to-get-the-rss-feed-for-any-youtube-channel.md — source missing)
- [2026-04-18] [3-2-万人收藏的-claude-skills-才是-ai-这条路上最值得研究的一套范式-1](sources/3-2-万人收藏的-claude-skills-才是-ai-这条路上最值得研究的一套范式-1.md) — Anthropic 官方 Claude Skills 仓库介绍Skills 作为 AI 应用新范式的核心价值,流程工程 vs 提示词工程
- [Your-AI-Isn-t-Stupid---It-Just-Needs-a-Better-Harness--Lychee-Technology-Engineering-Blog](sources/Your-AI-Isn-t-Stupid---It-Just-Needs-a-Better-Harness--Lychee-Technology-Engineering-Blog.md) — (expected: wiki/sources/Your-AI-Isn-t-Stupid---It-Just-Needs-a-Better-Harness--Lychee-Technology-Engineering-Blog.md — source missing)
- [Expose-hermes-agent-as-an-OpenAI-compatible-API-for-any-frontend](sources/Expose-hermes-agent-as-an-OpenAI-compatible-API-for-any-frontend.md) — (expected: wiki/sources/Expose-hermes-agent-as-an-OpenAI-compatible-API-for-any-frontend.md — source missing)
- [zk-steward](sources/zk-steward.md) — (expected: wiki/sources/zk-steward.md — source missing)
@@ -742,6 +742,7 @@
- [CI-CD-Pipeline](concepts/CI-CD-Pipeline.md)
- [CICDPipeline](concepts/CICDPipeline.md)
- [Claude-Code-Templates](concepts/Claude-Code-Templates.md)
- [Claude-Skills](concepts/Claude-Skills.md)
- [Cloud-Adoption-Strategy](concepts/Cloud-Adoption-Strategy.md)
- [Cloud-Cost-Optimization](concepts/Cloud-Cost-Optimization.md)
- [Cloud-DevOps-Maturity-Model](concepts/Cloud-DevOps-Maturity-Model.md)
@@ -1020,6 +1021,7 @@
- [WEBHOOK_URL](concepts/WEBHOOK_URL.md)
- [Weekly-Pattern-Analysis](concepts/Weekly-Pattern-Analysis.md)
- [What-If-Simulation](concepts/What-If-Simulation.md)
- [Workflow-Engineering](concepts/Workflow-Engineering.md)
- [Workspace](concepts/Workspace.md)
- [X11](concepts/X11.md)
- [Y-Combinator](concepts/Y-Combinator.md)

View File

@@ -12,12 +12,19 @@
- FeatureList、超级个体、PRD生成工作流为新创建 Concept
- 无内容冲突
## [2026-04-23] ingest | 7 ways I use NotebookLM to make my life easier
- Source file: AI/7 ways I use NotebookLM to make my life easier.md
## [2026-04-23] ingest | 3.2 万人收藏的 Claude Skills才是 AI 这条路上最值得研究的一套范式!
- Source file: AI/3.2 万人收藏的 Claude Skills才是 AI 这条路上最值得研究的一套范式! 1.md
- Status: ✅ 成功摄入
- Summary: NotebookLM 7种日常生活场景实测①处理信息积压PDF/文章/视频上传AI自动消化②播客笔记Audio Overviews适合驾驶/健身被动学习③快速成为多主题专家④编程辅助提供引用回溯⑤项目管理中枢作者一年做出6个App⑥版本对比App更新/新闻稿/长文档差异分析);⑦法律文档审核(租约/合同每答案附引用。核心机制Source-Grounding——AI严格限定于可信文档确保无幻觉
- Concepts created: [[Source-Grounding]], [[Passive-Learning]]
- Entities updated: [[NotebookLM]]补充7种用法、Source-Grounding引用、Passive-Learning引用
- Summary: Anthropic 官方 Claude Skills 仓库github.com/anthropics/skills3.2 万收藏介绍。Skills = 写给 Claude 的"说明书" + "SOP",将反复执行的有固定流程的任务拆解为 AI 能理解、能复用、能自动执行的一套流程。官方库包含三大类办公自动化Word/PDF/PPT/Excel、开发者工具箱MCP Server/自动化测试/Artifacts 构建)、创意类 Skill。核心洞察Claude Skills 的爆发标志着从「提示词工程」向「流程工程」的范式转变Vibe Coding 的尽头也是 Skills
- Concepts created: [[Claude Skills]], [[Workflow Engineering]]
- Source page: wiki/sources/3-2-万人收藏的-claude-skills-才是-ai-这条路上最值得研究的一套范式-1.md
- Notes:
- 更新 index.md Sources 部分(修正 source missing 条目)
- 更新 overview.md AI Tools & Prompt Engineering 小节(添加 Claude Skills 范式洞察)
- 创建 Claude-Skills 和 Workflow-Engineering 两个 Concept 页面
- 添加 Concepts 条目到 index.mdClaude-Skills、Workflow-Engineering
- 无内容冲突
- Entity 页面Anthropic/skillsmp/aitmpl 等)出现次数均 <2 次,未创建
- Source page: wiki/sources/7-ways-i-use-notebooklm-to-make-my-life-easier.md
- Notes:
- 更新 index.md Sources 部分(替换 expected 占位条目)和 Concepts 部分新增2个条目
@@ -780,3 +787,16 @@
- 创建 Entity 页面DeepSeek.md公司、余梦珑.md作者
- Concept 页面RAG.md、Large-Language-Model.md、AI-Agent.md 已覆盖相关概念(幻觉、推理模型),无需新建
- Contradictions与 [[llms-rag-ai-agent-三个到底什么区别]] 互补而非冲突——前者聚焦 DeepSeek 特定实践,后者聚焦 LLM/RAG/Agent 三层架构宏观对比,均记录于 Contradictions 小节
## [2026-04-23] ingest | How to Get the RSS Feed For Any YouTube Channel
- Source file: AI/How to Get the RSS Feed For Any YouTube Channel.md
- Status: ✅ 成功摄入
- Summary: 作者 Chuck Carroll 分享获取 YouTube 频道 RSS Feed 的简单方法——在频道页面右键选择"查看页面源代码",搜索 `channel_id=`,提取 RSS Feed URL 格式为 `https://www.youtube.com/feeds/videos.xml?channel_id=<ID>`。无需第三方服务,适合 RSS 阅读器用户。
- Concepts created: [[RSS Feed]], [[Channel ID]]
- Entities updated: [[YouTube]], [[Chuck Carroll]]
- Source page: wiki/sources/how-to-get-the-rss-feed-for-any-youtube-channel.md
- Notes:
- RSS Feed 和 Channel ID Concept 已存在于 overview.md 相关章节
- YouTube Entity 已存在于 overview.md Key Entities 列表
- 无需新建 Entity 或 Concept 页面
- 无内容冲突

View File

@@ -0,0 +1,41 @@
---
title: "How to Get the RSS Feed For Any YouTube Channel"
type: source
tags: []
date: 2024-05-12
---
## Source File
- [[raw/AI/How to Get the RSS Feed For Any YouTube Channel.md]]
## Summary用中文描述
- 核心主题:通过查看页面源代码获取任意 YouTube 频道的 RSS 订阅地址
- 问题域YouTube 移除了官方的 RSS 订阅按钮,用户无法在不访问网站的情况下获取频道内容
- 方法/机制:在频道页面右键选择"查看页面源代码" → 搜索 `channel_id=` → 提取 RSS Feed URL 格式为 `https://www.youtube.com/feeds/videos.xml?channel_id=<ID>`
- 结论/价值:无需第三方服务,直接获取 YouTube 频道 RSS 订阅链接,可接入 RSS 阅读器统一管理订阅内容
## Key Claims用中文描述
- YouTube 官方移除了 RSS 订阅按钮,导致用户无法通过官方渠道获取频道 RSS 订阅地址
- YouTube 移除 RSS 按钮的原因是用户可以通过 RSS 订阅绕过网站访问,从而影响 YouTube 的广告收入
- 通过查看页面源代码搜索 `channel_id=` 是获取 YouTube 频道 RSS Feed 的最简单方法
## Key Quotes
> "Back in the day, the RSS subscribe button was prominently displayed on every YouTube account. But that meant users could access YouTube content without visiting the website which negatively effects YouTube's bottom line, so it was removed." — 作者解释 YouTube 移除 RSS 按钮的商业动机
> "Right click on an empty part of the page and select 'View Page Source' in the context menu, which will then open the page source in a new tab. Hit CTRL+F to pull up a search and type 'channel_id='." — 核心操作步骤
## Key Concepts
- [[RSS Feed]]:一种 XML 格式的信息流订阅标准,允许用户在不访问网站的情况下获取内容更新
- [[Channel ID]]YouTube 频道的唯一标识符,用于构建该频道的 RSS Feed URL
- [[RSS Reader]]RSS 阅读器,用于聚合和管理来自多个来源的 RSS 订阅内容
## Key Entities
- [[YouTube]]:全球最大视频分享平台,移除了 RSS 订阅按钮但仍保留 RSS Feed 接口
- [[Chuck Carroll]]:本文作者,个人博客 chuck.is 站长,发布实用技术技巧
## Connections
- [[Daily-YouTube-Digest]] ← related_to ← [[RSS Feed]](每日 YouTube 摘要依赖 RSS Feed 获取频道更新)
- [[how-to-get-youtube-channel-id]] ← similar_to ← [[Channel ID]](频道 ID 获取方法相关)
## Contradictions
- 无已知冲突内容