Skip to content

Commit 765aac4

Browse files
committed
feat(docs): update skills
1 parent ff578aa commit 765aac4

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

docs/src/getting-started/skills.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ icon: logos:claude-icon
44
order: 6
55
---
66

7+
## What are Skills?
8+
9+
As we embrace the AI era, AI Agents are becoming essential partners in software development. **Skills** are modular knowledge packages that empower AI Agents with domain-specific expertise, enabling them to understand and work with your technology stack more effectively.
10+
11+
By creating skills, you can:
12+
13+
- **Bridge the Knowledge Gap**: Teach AI Agents about your frameworks, libraries, and architectural patterns
14+
- **Standardize Development Practices**: Ensure consistent code quality across AI-assisted development
15+
- **Future-Proof Your Workflow**: Adapt as AI Agents evolve, maintaining alignment with your project's conventions
16+
- **Accelerate AI-Driven Development**: Get contextual, framework-aware responses without repetitive explanations
17+
18+
The `jzero-skills` package provides comprehensive knowledge about the jzero framework, including REST API patterns, RPC services, database operations and more—making AI Agents effective collaborators in jzero projects.
19+
20+
## Installation
21+
722
```shell
823
# Default output to ~/.claude/skills folder
924
jzero skills init

docs/src/zh-CN/getting-started/skills.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ icon: logos:claude-icon
44
order: 6
55
---
66

7+
## 什么是 Skills?
8+
9+
随着我们迈入 AI 时代,AI Agent 正成为软件开发的重要合作伙伴。**Skills** 是模块化的知识包,为 AI Agent 赋能领域专业知识,使其能够更有效地理解和使用你的技术栈。
10+
11+
通过创建 Skills,你可以:
12+
13+
- **弥合知识鸿沟**:让 AI Agent 了解你的框架、库和架构模式
14+
- **标准化开发实践**:在 AI 辅助开发中确保一致的代码质量
15+
- **面向未来的工作流**:随着 AI Agent 的发展而演进,保持与项目约定的一致性
16+
- **加速 AI 驱动开发**:获得有上下文感知的、框架感知的响应,无需重复解释
17+
18+
`jzero-skills` 包提供了 jzero 框架的全面知识,包括 REST API 模式、RPC 服务、数据库操作等——使 AI Agent 成为 jzero 项目中的高效协作伙伴。
19+
20+
## 安装
21+
722
```shell
823
# 默认输出到 ~/.claude/skills 文件夹中
924
jzero skills init

0 commit comments

Comments
 (0)