Skip to content

Commit feb13ad

Browse files
committed
update docs
1 parent a550dfa commit feb13ad

File tree

3 files changed

+11
-21
lines changed

3 files changed

+11
-21
lines changed

docs/ai/mcp.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ title: MCP
66

77
## ace (Augment Context Engine)
88

9-
首当其冲的绝对是它,ace 绝对是无与伦比的存在,检索快,定位准;
10-
11-
但其存在国内账号注册难,订阅开通难,费用昂贵,易封号等多重机制,只能说是且用且珍惜
12-
139
官网:[ace](https://www.augmentcode.com/context-engine)
1410

1511
相关文章:[linuxdo#1360514](https://linux.do/t/topic/1360514)
1612

13+
首当其冲的绝对是它,ace 绝对是无与伦比的存在,检索快,定位准;
14+
15+
但其存在国内账号注册难,订阅开通难,费用昂贵,易封号等多重机制,只能说是且用且珍惜
16+
1717
## fetch
1818

19+
源码:[fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch)
20+
1921
MCP 官方实现,使 LLM 能够从网页中检索和处理内容,并将 HTML 转换为 Markdown 以便于阅读和使用,虽然目前很多 LLM 已经内置 web
2022
搜索引擎,但 fetch 仍可作为本级支持的一部分(免费)
2123

22-
源码:[fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch)
23-
2424
## playwright
2525

26+
源码:[playwright-mcp](https://github.com/microsoft/playwright-mcp)
27+
2628
Playwright 是由微软(Microsoft)在 2020 年初开源的现代化 Web 测试与自动化框架,而 playwright-mcp 能够使 LLM
2729
通过结构化的可访问性快照与网页进行交互,从而无需依赖屏幕截图或视觉调整后的模型
28-
29-
源码:[playwright-mcp](https://github.com/microsoft/playwright-mcp)

docs/ai/prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Prompt
99
## 语言规范
1010

1111
```markdown
12-
Language norms
12+
## Language norms
1313

1414
Thinking and executing are always in English, but replies are always in Chinese.
1515
```

docs/ai/skills.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,8 @@
22
title: Skills
33
---
44

5-
开放代理技能生态系统:[skills.sh](https://skills.sh/)
6-
75
[Skills 介绍](../blog/claude-ai-ecosystem.md){.read-more}
86

9-
## fba
10-
11-
源码:[skills](https://github.com/fastapi-practices/skills)
12-
13-
fba 项目开发指南。提供完整的架构规范、编码风格和插件开发指导
14-
15-
安装:
7+
[fba skill](https://skills.sh/fastapi-practices/skills/fba)
168

17-
```shell
18-
npx skills add fastapi-practices/skills
19-
```
9+
fba 开发指南。提供完整的架构规范、编码风格、插件开发指导

0 commit comments

Comments
 (0)