Files
chill_notes/AI工程/INDEX_AI工程.md
2026-04-22 07:06:10 +08:00

92 lines
2.0 KiB
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: AI工程 索引
tags:
- AI工程
- AI Agent
- 设计工具
- 工程实践
created: 2026-04-21
updated: 2026-04-22
---
# AI工程 知识索引
> AI Agent 工程实践、设计工具、编码技能
---
## 📚 目录
| 笔记 | 说明 |
|------|------|
| [[INDEX_Claude_Design]] | Claude Design - Anthropic AI 设计工具 |
| [[Huashu Design]] | HTML-native 设计 skill for Claude Code |
| [[Harness Engineering]] | AI Agent 驾驭工程 |
| [[Superpowers技能框架]] | AI 编码智能体技能框架 |
| [[code-reviewer技能]] | 代码审查 AI 技能 |
| [[fireworks-tech-graph]] | 技术图生成工具 |
| [[Rclone管理WebDAV笔记]] | WebDAV 管理 |
| [[WebDAV挂载指南]] | WebDAV 挂载配置 |
---
## 核心主题
### AI 设计工具
| 工具 | 说明 | 定位 |
|------|------|------|
| Claude Design | Anthropic 网页设计工具 | GUI + 对话 |
| Huashu Design | Claude Code 设计 skill | 命令行 + HTML 交付 |
### AI Agent 工程
| 框架 | 说明 |
|------|------|
| Harness Engineering | 让 AI 智能"可用"的工程系统 |
| Superpowers | 强制合规的技能工作流 |
### 记忆管理 (Memory Management)
| 工具 | 说明 |
|------|------|
| [[OpenViking]] | 字节跳动开源的 Agent 上下文数据库 |
| OpenViking Setup | OpenClaw 集成 OpenViking 的 skill |
| Elite Longterm Memory | 长期记忆管理 |
| Memory Tiering | 记忆分层 |
| Fluid Memory | 流动记忆 |
| Neural Memory | 神经记忆 |
| Memory On Demand | 按需记忆 |
---
## 快速导航
### 安装命令
```bash
# 安装 Huashu Design
px skills add alchaincyf/huashu-design
```
### ClawHub Memory Skills
```bash
# 搜索记忆相关 skill
clawhub search "memory"
# 推荐的记忆管理 skill
clawhub install elite-longterm-memory # 高级长期记忆
clawhub install openviking-context # OpenViking 上下文数据库
clawhub install memory-tiering # 记忆分层
```
---
## OpenViking 记忆管理系统
详见:[[OpenViking]]
---
*共 8 篇笔记 | 更新2026-04-22*