Skip to content

Commit 54bd58c

Browse files
gregnazarioCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Greg Nazario <greg@gnazar.io>
1 parent 0b101bc commit 54bd58c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

src/content/docs/build/ai.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ full-stack dApp scaffolding.
3636
npx skills add aptos-labs/aptos-agent-skills
3737
```
3838

39+
This command uses the [Skills CLI](https://www.npmjs.com/package/skills), which is invoked via `npx`. If `npx skills` is not available in your environment, ensure you have Node.js and npm installed and refer to the Skills CLI documentation for installation and troubleshooting details.
40+
3941
<LinkCard href="/build/ai/aptos-agent-skills" title="Aptos Agent Skills" description="Browse available skills for Move development, TypeScript SDK, and project scaffolding" />
4042

4143
## LLMs.txt Documentation Feeds

src/content/docs/build/ai/aptos-agent-skills.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ claude plugin add aptos-labs/aptos-agent-skills
2929

3030
### Manual Installation
3131

32-
Clone the repository and copy the skills into your project's `.claude/skills/` directory:
32+
Clone the repository and copy the skills into your project's `.claude/skills/aptos/` directory:
3333

3434
```bash
3535
git clone https://github.com/aptos-labs/aptos-agent-skills.git
36-
cp -r aptos-agent-skills/skills/ .claude/skills/aptos/
36+
cp -r aptos-agent-skills/skills/* .claude/skills/aptos/
3737
```
3838

3939
## Available Skills

src/content/docs/zh/build/ai.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ AskAptos 聊天机器人已内置于文档站点中——在导航栏右上角
2929

3030
[Aptos Agent Skills](https://github.com/aptos-labs/aptos-agent-skills) 提供预构建 AI 技能,
3131
为编程助手提供深度 Aptos 专业知识——涵盖 Move 智能合约、TypeScript SDK 和全栈 dApp 脚手架。
32+
要使用下面的命令,您需要先安装 [Skills CLI](https://github.com/modelcontextprotocol/skills-cli);如果终端中提示找不到 `skills` 命令,请参考该仓库中的安装与使用说明。
3233

3334
```bash
3435
npx skills add aptos-labs/aptos-agent-skills

src/content/docs/zh/build/ai/aptos-agent-skills.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ claude plugin add aptos-labs/aptos-agent-skills
3333

3434
```bash
3535
git clone https://github.com/aptos-labs/aptos-agent-skills.git
36-
cp -r aptos-agent-skills/skills/ .claude/skills/aptos/
36+
mkdir -p .claude/skills
37+
cp -r aptos-agent-skills/skills/* .claude/skills/
3738
```
3839

3940
## 可用技能

0 commit comments

Comments
 (0)