Skip to content

Commit 2c3232b

Browse files
author
Scripting Agent
committed
docs: 修正 README 中的技能仓库信息和贡献指南
1 parent e80ee2e commit 2c3232b

2 files changed

Lines changed: 12 additions & 56 deletions

File tree

README.md

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,9 @@ Scripting App supports a skills system that allows extending application functio
107107
- Integrate third-party services
108108
- Extend automation capabilities
109109

110-
### Skills Directory Structure
110+
### Skills Repository
111111

112-
```
113-
/var/mobile/Library/Mobile Documents/iCloud~com~thomfang~Scripting/Documents/scripting-skills/
114-
├── ios-calendar/ # Calendar management skill
115-
├── ios-health/ # Health data skill
116-
├── ios-location/ # Location services skill
117-
├── ios-notifications/ # Notification management skill
118-
├── ios-reminders/ # Reminders skill
119-
├── isomorphic-git/ # Git version control skill
120-
└── ... # Other skills
121-
```
112+
Official skills are maintained in the [ScriptingApp/skills](https://github.com/ScriptingApp/skills) repository. This repository contains a collection of ready-to-use skills that extend Scripting App's functionality.
122113

123114
### Using Skills
124115

@@ -128,26 +119,13 @@ In Scripting App, skills can be used in the following ways:
128119
2. **AI Integration**: AI assistants can automatically call skills to complete complex tasks
129120
3. **Automation Workflows**: Integrate skill functions in Shortcuts
130121

131-
## Contributing Guidelines
132-
133-
### Adding New Documentation
134-
135-
1. Add new documentation files in the `scripting/App Store/Scripting Documentation/` directory
136-
2. Update the `doc.json` configuration file to add new documentation entries
137-
3. Run `bun run generate:docs` to regenerate documentation
138-
4. Submit a Pull Request
139-
140-
### Modifying Existing Documentation
122+
## Project Maintenance
141123

142-
1. Edit Markdown files in the `docs/` directory
143-
2. Run `bun run build` to verify changes
144-
3. Submit a Pull Request
124+
This documentation project is maintained by the Scripting App developer. For bug reports or feature requests related to the documentation, please open an issue in this repository.
145125

146-
### Adding New Skills
126+
### Contributing to Skills
147127

148-
1. Create a new skill project in Scripting App
149-
2. Write a `SKILL.md` file defining how to use the skill
150-
3. Submit to the [ScriptingApp/Community-Scripts](https://github.com/ScriptingApp/Community-Scripts) repository
128+
If you'd like to contribute new skills or improve existing ones, please visit the [ScriptingApp/skills](https://github.com/ScriptingApp/skills) repository and follow the contribution guidelines there.
151129

152130
## Related Projects
153131

README_zh.md

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,9 @@ Scripting App 支持技能系统,允许扩展应用功能。技能是独立的
107107
- 集成第三方服务
108108
- 扩展自动化能力
109109

110-
### 技能目录结构
110+
### 技能仓库
111111

112-
```
113-
/var/mobile/Library/Mobile Documents/iCloud~com~thomfang~Scripting/Documents/scripting-skills/
114-
├── ios-calendar/ # 日历管理技能
115-
├── ios-health/ # 健康数据技能
116-
├── ios-location/ # 定位服务技能
117-
├── ios-notifications/ # 通知管理技能
118-
├── ios-reminders/ # 提醒事项技能
119-
├── isomorphic-git/ # Git 版本控制技能
120-
└── ... # 其他技能
121-
```
112+
官方技能维护在 [ScriptingApp/skills](https://github.com/ScriptingApp/skills) 仓库中。该仓库包含一系列即用型技能,用于扩展 Scripting App 的功能。
122113

123114
### 使用技能
124115

@@ -128,26 +119,13 @@ Scripting App 支持技能系统,允许扩展应用功能。技能是独立的
128119
2. **AI 集成**: AI 助手可以自动调用技能完成复杂任务
129120
3. **自动化流程**: 在快捷指令中集成技能功能
130121

131-
## 贡献指南
132-
133-
### 添加新文档
134-
135-
1.`scripting/App Store/Scripting Documentation/` 目录下添加新的文档文件
136-
2. 更新 `doc.json` 配置文件,添加新文档的入口
137-
3. 运行 `bun run generate:docs` 重新生成文档
138-
4. 提交 Pull Request
139-
140-
### 修改现有文档
122+
## 项目维护
141123

142-
1. 编辑 `docs/` 目录下的 Markdown 文件
143-
2. 运行 `bun run build` 验证修改
144-
3. 提交 Pull Request
124+
此文档项目由 Scripting App 开发者维护。如有文档相关的错误报告或功能请求,请在此仓库中提交 issue。
145125

146-
### 添加新技能
126+
### 技能贡献
147127

148-
1. 在 Scripting App 中创建新的技能项目
149-
2. 编写 `SKILL.md` 文件,定义技能的使用方法
150-
3. 提交到 [ScriptingApp/Community-Scripts](https://github.com/ScriptingApp/Community-Scripts) 仓库
128+
如果您想贡献新技能或改进现有技能,请访问 [ScriptingApp/skills](https://github.com/ScriptingApp/skills) 仓库,并按照该仓库的贡献指南进行操作。
151129

152130
## 相关项目
153131

0 commit comments

Comments
 (0)