Auto-sync
This commit is contained in:
33
wiki/entities/AWS.md
Normal file
33
wiki/entities/AWS.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
title: "AWS"
|
||||
type: entity
|
||||
tags: [cloud, devops]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:云服务提供商
|
||||
- **全称**:Amazon Web Services
|
||||
- **来源**:How Agentic AI can help for Cloud DevOps
|
||||
|
||||
## 简介
|
||||
Amazon Web Services 是全球领先的云服务平台,在 DevOps 领域提供广泛的工具和服务。
|
||||
|
||||
## Agentic AI 相关服务
|
||||
- **EKS**:Elastic Kubernetes Service,容器编排
|
||||
- **CloudWatch**:监控与日志服务
|
||||
- **IAM**:身份与访问管理
|
||||
- **Lambda**:无服务器计算
|
||||
- **S3**:对象存储
|
||||
- **RDS**:关系型数据库服务
|
||||
- **Inspector**:安全漏洞扫描
|
||||
- **Systems Manager (SMAX)**:多租户管理
|
||||
|
||||
## 关联
|
||||
- [[Agentic AI]] 的重要云平台
|
||||
- [[Kubernetes]] (EKS) 容器编排
|
||||
- [[CloudWatch]] 监控服务
|
||||
|
||||
## Aliases
|
||||
- Amazon Web Services
|
||||
- 亚马逊云服务
|
||||
25
wiki/entities/Alex-Ewerlof.md
Normal file
25
wiki/entities/Alex-Ewerlof.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "Alex Ewerlöf"
|
||||
type: entity
|
||||
tags: [author, reliability-engineering, llm]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## Identity
|
||||
- **职业**:资深工程师(Senior Staff Engineer)
|
||||
- **经验**:27年系统工程经验
|
||||
- **学术**:KTH(瑞典皇家理工学院)系统工程硕士
|
||||
- **专注领域**:可靠性工程(Reliability Engineering)和弹性架构
|
||||
- **LLM 研究**:自2023年起专攻 LLM 应用
|
||||
|
||||
## Key Contributions
|
||||
- 提出 4 种多智能体可靠性架构模式:Hierarchy、Consensus、Adversarial Debate、Knock-out
|
||||
- 倡导将 SRE 原则应用于 LLM 系统构建
|
||||
|
||||
## Publications
|
||||
- Blog: https://blog.alexewerlof.com
|
||||
- [[Multi-Agent-System-Reliability]](主要文章)
|
||||
|
||||
## Aliases
|
||||
- Alex Ewerlof
|
||||
- A. Ewerlöf
|
||||
29
wiki/entities/Azure.md
Normal file
29
wiki/entities/Azure.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: "Azure"
|
||||
type: entity
|
||||
tags: [cloud, devops]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:云服务提供商
|
||||
- **全称**:Microsoft Azure
|
||||
- **来源**:How Agentic AI can help for Cloud DevOps
|
||||
|
||||
## 简介
|
||||
Microsoft Azure 是微软提供的云服务平台,企业级 DevOps 工具链完善。
|
||||
|
||||
## Agentic AI 相关服务
|
||||
- **AKS**:Azure Kubernetes Service,容器编排
|
||||
- **Azure Monitor**:监控与诊断
|
||||
- **Azure Defender**:安全防护
|
||||
- **Azure Savings Plan**:成本优化
|
||||
|
||||
## 关联
|
||||
- [[Agentic AI]] 的重要云平台
|
||||
- [[Kubernetes]] (AKS) 容器编排
|
||||
- [[Multi-Cloud Governance]] 跨云治理对象
|
||||
|
||||
## Aliases
|
||||
- Microsoft Azure
|
||||
- Azure 云平台
|
||||
34
wiki/entities/Claude-Code.md
Normal file
34
wiki/entities/Claude-Code.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
title: "Claude Code"
|
||||
type: entity
|
||||
tags: [AI编程, Anthropic, 开发者工具]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **发布方**:[[Anthropic]]
|
||||
- **类型**:CLI 编程工具
|
||||
- **核心能力**:通过自然语言指令执行复杂编程任务,支持 Skill 扩展
|
||||
|
||||
## 关键机制
|
||||
|
||||
### 调用方式
|
||||
- [[Print Mode]]:stdin 管道非交互模式,适合绝大多数任务
|
||||
- [[TMUX交互模式]]:tmux session 交互模式,适合超长任务
|
||||
|
||||
### 权限控制
|
||||
- `--permission-mode bypassPermissions`:跳过所有交互确认
|
||||
- `--dangerously-skip-permissions`:CLI 内部触发,可能仍需交互
|
||||
|
||||
### Skill 加载
|
||||
通过 `--add-dir` 扫描目录,自动激活匹配触发条件的 SKILL.md
|
||||
|
||||
## 与 OpenClaw 的关系
|
||||
OpenClaw 的 terminal 工具通过 `claude -p` 调用 Claude Code,是获取 Claude Code 技能的唯一正确方式。[[delegate_task]] 无法建立外部 CLI 通道。
|
||||
|
||||
## Connections
|
||||
- [[Claude Code]] ← 发布方 ← [[Anthropic]]
|
||||
- [[Print Mode]] ← 执行方 ← [[Claude Code]]
|
||||
- [[TMUX交互模式]] ← 执行方 ← [[Claude Code]]
|
||||
- [[Skill加载]] ← 作用于 ← [[Claude Code]]
|
||||
- [[Hermes]] ← 调用方 ← [[Claude Code]]
|
||||
32
wiki/entities/CloudWatch.md
Normal file
32
wiki/entities/CloudWatch.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
title: "CloudWatch"
|
||||
type: entity
|
||||
tags: [devops, monitoring]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:监控与日志服务
|
||||
- **厂商**:AWS
|
||||
- **来源**:How Agentic AI can help for Cloud DevOps
|
||||
|
||||
## 简介
|
||||
CloudWatch 是 AWS 的监控和可观测性服务,收集和跟踪云资源指标、日志和事件。
|
||||
|
||||
## 核心能力
|
||||
- 基础设施监控
|
||||
- 日志收集与分析
|
||||
- 告警设置
|
||||
|
||||
## Agentic AI 应用
|
||||
- AI 驱动的日志分析与根因分析(RCA)
|
||||
- 与 AI agent 集成实现自动告警响应
|
||||
|
||||
## 关联
|
||||
- [[AWS]] 原生监控服务
|
||||
- [[Agentic AI]] 的日志数据来源
|
||||
- [[Datadog]] 功能类似
|
||||
|
||||
## Aliases
|
||||
- Amazon CloudWatch
|
||||
- AWS CloudWatch
|
||||
26
wiki/entities/Composer.md
Normal file
26
wiki/entities/Composer.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "Composer"
|
||||
type: entity
|
||||
tags: [cursor, ai-ide]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
# Composer
|
||||
|
||||
## 基本信息
|
||||
- **类型**:AI IDE 组件
|
||||
- **平台**:[[Cursor]]
|
||||
- **功能**:Cursor 中的对话构建模块
|
||||
|
||||
## 描述
|
||||
Cursor IDE 中的对话构建模块,支持 Agent 模式和 Normal 模式两种交互方式。
|
||||
|
||||
## 两种模式
|
||||
- **Agent 模式**:自动执行 MCP 工具链,减少手动操作
|
||||
- **Normal 模式**:需用户手动复制命令执行
|
||||
|
||||
## Aliases
|
||||
- Cursor Composer
|
||||
|
||||
## Connections
|
||||
- [[Cursor]]:所属平台
|
||||
25
wiki/entities/Cursor.md
Normal file
25
wiki/entities/Cursor.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "Cursor"
|
||||
type: entity
|
||||
tags: [ai, ide, programming]
|
||||
last_updated: 2025-12-30
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:AI 编程 IDE
|
||||
- **来源**:Vibe Coding 神级指南推荐
|
||||
|
||||
## 简介
|
||||
Cursor 是 AI 编程领域的领先 IDE,集成了大模型能力,支持智能代码补全、代码生成、代码解释等功能。
|
||||
|
||||
## 核心能力
|
||||
- AI 驱动的代码补全与生成
|
||||
- 自然语言代码转换
|
||||
- 多文件项目级理解
|
||||
|
||||
## 关联
|
||||
- [[Vibe Coding]] 的主要工具支撑
|
||||
- 与 [[Claude Code]] 同为 AI 编程工具
|
||||
|
||||
## Aliases
|
||||
- Cursor IDE
|
||||
16
wiki/entities/DracoVibeCoding.md
Normal file
16
wiki/entities/DracoVibeCoding.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "DracoVibeCoding"
|
||||
type: entity
|
||||
tags: [KOL, 开发者]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **公众号**:Draco正在VibeCoding
|
||||
- **领域**:Vibe Coding、AI Agent 实践、OpenClaw
|
||||
|
||||
## 主要贡献
|
||||
- 《万字讲透OpenClaw Workspace》作者,对 OpenClaw workspace 文件体系进行了系统性解析
|
||||
|
||||
## Connections
|
||||
- [[DracoVibeCoding]] ← 作者 ← [[万字讲透OpenClaw-Workspace深度解析]]
|
||||
30
wiki/entities/GCP.md
Normal file
30
wiki/entities/GCP.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: "GCP"
|
||||
type: entity
|
||||
tags: [cloud, devops]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:云服务提供商
|
||||
- **全称**:Google Cloud Platform
|
||||
- **来源**:How Agentic AI can help for Cloud DevOps
|
||||
|
||||
## 简介
|
||||
Google Cloud Platform 是 Google 提供的云服务平台,在 DevOps 和容器编排领域具有重要地位。
|
||||
|
||||
## Agentic AI 相关服务
|
||||
- **GKE**:Google Kubernetes Engine,容器编排
|
||||
- **Cloud SQL**:云数据库
|
||||
- **GCS**:Google Cloud Storage,对象存储
|
||||
- **Security Command Center**:安全态势管理
|
||||
- **Preemptible VMs**:可抢占虚拟机(成本优化)
|
||||
|
||||
## 关联
|
||||
- [[Agentic AI]] 的重要云平台
|
||||
- [[Kubernetes]] (GKE) 容器编排
|
||||
- [[Multi-Cloud Governance]] 跨云治理对象
|
||||
|
||||
## Aliases
|
||||
- Google Cloud Platform
|
||||
- 谷歌云平台
|
||||
22
wiki/entities/Google.md
Normal file
22
wiki/entities/Google.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "Google"
|
||||
type: entity
|
||||
tags: [tech-company, cloud, agent]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
# Google
|
||||
|
||||
## 基本信息
|
||||
- **类型**:科技公司
|
||||
- **全称**:Google Cloud
|
||||
- **关联**:Agent Skill 设计模式发布方
|
||||
|
||||
## 描述
|
||||
2026年3月,Google Cloud 发布 5 种经过验证的 Agent Skill 设计模式指南,由 Saboo_Shubham_ 和 lavinigam 撰写。
|
||||
|
||||
## 主要贡献
|
||||
- [[Agent Skill 设计模式]]:Tool Wrapper、Generator、Reviewer、Inversion、Pipeline
|
||||
|
||||
## Connections
|
||||
- [[Agent Skill 设计模式]] ← 发布方
|
||||
22
wiki/entities/Hermes.md
Normal file
22
wiki/entities/Hermes.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "Hermes"
|
||||
type: entity
|
||||
tags: [OpenClaw, 组件]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:OpenClaw 内部组件
|
||||
- **职责**:通过 terminal 工具调用外部 CLI 程序(包括 Claude Code)
|
||||
|
||||
## 关键能力
|
||||
- terminal 工具:Hermes 调用外部 CLI 的接口
|
||||
- delegate_task:调用 Hermes 子 agent(API 调用),但无法建立外部 Claude Code CLI 通道
|
||||
|
||||
## 与 Claude Code 的关系
|
||||
- [[Claude Code]] ← 被调用方 ← [[Hermes]]
|
||||
- 当需要调用 Claude Code 技能时,必须使用 terminal + claude -p,不能用 delegate_task
|
||||
|
||||
## Connections
|
||||
- [[Hermes]] ← 属于 ← [[OpenClaw]]
|
||||
- [[Claude Code]] ← 被调用方 ← [[Hermes]]
|
||||
23
wiki/entities/Karpathy.md
Normal file
23
wiki/entities/Karpathy.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "Karpathy"
|
||||
type: entity
|
||||
tags: [ai-researcher]
|
||||
last_updated: 2025-12-30
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:AI 研究者
|
||||
- **来源**:GitHub 上 5000 人收藏的 Vibe Coding 神级指南
|
||||
|
||||
## 简介
|
||||
著名 AI 研究者,提出了 Vibe Coding 概念。
|
||||
|
||||
## 关键观点
|
||||
> "我几乎不写代码了,我只负责调整氛围(Vibe),代码会自动长出来。"
|
||||
|
||||
## 关联
|
||||
- [[Vibe Coding]] 概念提出者
|
||||
- [[AI编程]] 领域专家
|
||||
|
||||
## Aliases
|
||||
- Andrej Karpathy
|
||||
35
wiki/entities/OpenClaw.md
Normal file
35
wiki/entities/OpenClaw.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
title: "OpenClaw"
|
||||
type: entity
|
||||
tags: [AI框架, Agent, 开发者工具]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:AI Agent 框架
|
||||
- **核心设计**:workspace 文件体系
|
||||
- **用途**:构建可持久化、可记忆、性格一致的 AI Agent
|
||||
|
||||
## 核心组件
|
||||
|
||||
### Workspace 文件体系
|
||||
- [[AGENTS.md]]:岗位职责说明书
|
||||
- [[SOUL.md]]:性格档案
|
||||
- [[USER.md]]:用户偏好固化
|
||||
- [[TOOLS.md]]:工具权限规范
|
||||
- [[IDENTITY.md]]:结构化身份元数据
|
||||
- [[BOOTSTRAP.md]]:一次性初始化引导
|
||||
- [[长期记忆]]:memory/ 目录
|
||||
|
||||
### 多 Agent 协作
|
||||
- [[Agent编排]]:通过 AGENTS.md 中的 spawn 规则实现多 Agent 协调
|
||||
- workspace 支持多 Agent 共享配置
|
||||
|
||||
## 关键概念
|
||||
- [[Workspace]]:Agent 的工作台目录
|
||||
- [[Agent编排]]:多 Agent 场景下的任务分配与协调
|
||||
|
||||
## Connections
|
||||
- [[OpenClaw]] ← 包含 ← [[Workspace]]
|
||||
- [[Workspace]] ← 由 ← [[AGENTS.md]] + [[SOUL.md]] + [[USER.md]] + [[TOOLS.md]] + [[IDENTITY.md]] + [[BOOTSTRAP.md]]
|
||||
- [[Claude Code]] ← 被调用方 ← [[OpenClaw]]
|
||||
24
wiki/entities/Sequential-Thinking.md
Normal file
24
wiki/entities/Sequential-Thinking.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Sequential Thinking"
|
||||
type: entity
|
||||
tags: [mcp, reasoning, tool]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
# Sequential Thinking
|
||||
|
||||
## 基本信息
|
||||
- **类型**:MCP 工具
|
||||
- **功能**:逻辑推理与分步执行任务
|
||||
|
||||
## 描述
|
||||
MCP 工具之一,通过逻辑推理分步拆解任务,提升 AI 沟通效率和决策质量。
|
||||
|
||||
## 关键特点
|
||||
- 支持复杂任务的分步推理
|
||||
- 可与其他 MCP 工具链协同调用
|
||||
- 提升 AI 模型对问题的系统性思考能力
|
||||
|
||||
## Connections
|
||||
- [[MCP]]:基于该协议
|
||||
- [[MCP工具链]]:组件之一
|
||||
31
wiki/entities/Terraform.md
Normal file
31
wiki/entities/Terraform.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "Terraform"
|
||||
type: entity
|
||||
tags: [devops, iac]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:IaC 工具
|
||||
- **来源**:How Agentic AI can help for Cloud DevOps
|
||||
- **厂商**:HashiCorp
|
||||
|
||||
## 简介
|
||||
Terraform 是基础设施即代码(IaC)的主流工具,通过声明式配置管理云资源。
|
||||
|
||||
## 核心能力
|
||||
- 跨多云(AWS、GCP、Azure)基础设施编排
|
||||
- 状态管理
|
||||
- 模块化配置复用
|
||||
|
||||
## Agentic AI 应用
|
||||
- AI 代理审查 Terraform 脚本并建议改进
|
||||
- 自动化部署策略执行
|
||||
|
||||
## 关联
|
||||
- [[IaC]] 的代表性工具
|
||||
- [[Infrastructure as Code]] 概念落地
|
||||
- [[Agentic AI]] 智能审查对象
|
||||
|
||||
## Aliases
|
||||
- Terraform by HashiCorp
|
||||
19
wiki/entities/Trae.md
Normal file
19
wiki/entities/Trae.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "Trae"
|
||||
type: entity
|
||||
tags: [ai, ide, programming]
|
||||
last_updated: 2025-12-30
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:AI 编程 IDE
|
||||
- **来源**:Vibe Coding 神级指南推荐
|
||||
|
||||
## 简介
|
||||
Trae 是新兴的 AI 编程 IDE,为开发者提供 AI 辅助编程能力。
|
||||
|
||||
## 关联
|
||||
- [[Vibe Coding]] 的工具支撑之一
|
||||
|
||||
## Aliases
|
||||
- Trae IDE
|
||||
19
wiki/entities/Windsurf.md
Normal file
19
wiki/entities/Windsurf.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "Windsurf"
|
||||
type: entity
|
||||
tags: [ai, ide, programming]
|
||||
last_updated: 2025-12-30
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:AI 编程 IDE
|
||||
- **来源**:Vibe Coding 神级指南推荐
|
||||
|
||||
## 简介
|
||||
Windsurf 是另一款 AI 编程 IDE,与 Cursor、Trae 共同构成 Vibe Coding 生态的主要工具选择。
|
||||
|
||||
## 关联
|
||||
- [[Vibe Coding]] 的工具支撑之一
|
||||
|
||||
## Aliases
|
||||
- Windsurf IDE
|
||||
21
wiki/entities/czlonkowski.md
Normal file
21
wiki/entities/czlonkowski.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "czlonkowski"
|
||||
type: entity
|
||||
tags: [developer, n8n, mcp]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
# czlonkowski
|
||||
|
||||
## 基本信息
|
||||
- **类型**:开发者
|
||||
- **角色**:n8n-mcp 项目作者
|
||||
|
||||
## 描述
|
||||
开源项目 n8n-mcp 的维护者,该项目实现了 n8n 与 AI 模型之间的 MCP 协议桥接。
|
||||
|
||||
## 主要项目
|
||||
- [[n8n-mcp]]:n8n MCP 服务器
|
||||
|
||||
## Connections
|
||||
- [[n8n-mcp]] ← 创建者
|
||||
38
wiki/entities/n8n-mcp.md
Normal file
38
wiki/entities/n8n-mcp.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
title: "n8n-mcp"
|
||||
type: entity
|
||||
tags: [n8n, mcp, workflow-automation]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
# n8n-mcp
|
||||
|
||||
## 基本信息
|
||||
- **类型**:MCP 服务器项目
|
||||
- **作者**:czlonkowski
|
||||
- **仓库**:https://github.com/czlonkowski/n8n-mcp
|
||||
- **用途**:连接 n8n 工作流自动化平台与 AI 模型
|
||||
|
||||
## 描述
|
||||
n8n-mcp 是连接 n8n 工作流自动化平台与 AI 模型的 MCP 服务器,使 AI 能够理解和调用 n8n 节点。
|
||||
|
||||
## 核心能力
|
||||
- 543 个 n8n 节点的结构化访问(n8n-nodes-base + @n8n/n8n-nodes-langchain)
|
||||
- 节点属性覆盖率 99%
|
||||
- 节点操作覆盖率 63.6%
|
||||
- 官方文档覆盖率 87%(含 AI 节点)
|
||||
- 检测到 271 个 AI 能力节点
|
||||
- 2646 个预提取配置示例
|
||||
- 2709 个工作流模板(100% 元数据覆盖)
|
||||
|
||||
## 启动方式
|
||||
```bash
|
||||
npx n8n-mcp
|
||||
```
|
||||
|
||||
## Aliases
|
||||
- n8n-mcp
|
||||
|
||||
## Connections
|
||||
- [[n8n]]:平台提供方
|
||||
- [[MCP]]:基于该协议
|
||||
29
wiki/entities/vibe-coding-cn.md
Normal file
29
wiki/entities/vibe-coding-cn.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: "vibe-coding-cn"
|
||||
type: entity
|
||||
tags: [vibe-coding, github, resource]
|
||||
last_updated: 2025-12-30
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:GitHub 开源项目
|
||||
- **地址**:github.com/tukuaiai/vibe-coding-cn
|
||||
- **来源**:GitHub 上 5000 人收藏的 Vibe Coding 神级指南
|
||||
|
||||
## 简介
|
||||
专为中文开发者设计的 Vibe Coding 资源库与工作站,汇集全球顶尖 AI 编程资源,包含方法论、工具链、提示词库和开发经验总结。
|
||||
|
||||
## 核心目录
|
||||
- 方法论:Vibe Coding 准则
|
||||
- AI 编程资源:AI 模型、IDE 环境推荐
|
||||
- 提示词优化技巧:全链路脚本
|
||||
|
||||
## 定义
|
||||
Vibe Coding = 规划驱动 + 上下文固定 + AI 结对执行
|
||||
|
||||
## 关联
|
||||
- [[Vibe Coding]] 的中文资源库
|
||||
- [[Cursor]]、[[Windsurf]]、[[Trae]] 为推荐工具
|
||||
|
||||
## Aliases
|
||||
- vibe-coding-cn 项目
|
||||
Reference in New Issue
Block a user