Remove clone guidance from READMEs

This commit is contained in:
zwdroid
2025-12-27 20:25:44 +08:00
parent c9ac20e742
commit 2cbcb12b94
2 changed files with 20 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# agent-skills
> English | [简体中文](README.zh.md)
## Overview
This repository collects agent skill examples and related resources to help you study, experiment, or integrate them into your own projects.
## Recommended official repositories
- [anthropics/skills](https://github.com/anthropics/skills): Anthropic skill examples illustrating prompt patterns, tool use, and safety considerations.
- [openai/skills](https://github.com/openai/skills): Official OpenAI skill examples covering diverse scenarios and best practices for comparison or reuse.
+10
View File
@@ -0,0 +1,10 @@
# agent-skills
> [English](README.md) | 简体中文
## 简介
本仓库用于收集和整理各类 Agent 技能示例与资源,便于在本地学习、试验或整合到自己的项目中。
## 推荐官方资源库
- [anthropics/skills](https://github.com/anthropics/skills)Anthropic 发布的技能示例,可参考提示工程、工具调用与安全相关范式。
- [openai/skills](https://github.com/openai/skills)OpenAI 官方技能示例,涵盖多种使用场景和最佳实践,适合对照学习或复用。