chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
skills
|
||||
skills/downloads/
|
||||
scripts/__pycache__/
|
||||
scripts/download-skills.py
|
||||
.DS_Store
|
||||
.claude/
|
||||
@@ -0,0 +1,43 @@
|
||||
# Contributing to Awesome Agent Skills
|
||||
|
||||
A curated list of Agent Skills for AI coding assistants. We organize links to skills hosted in their own repositories.
|
||||
|
||||
## Adding a Skill
|
||||
|
||||
### Entry Format
|
||||
|
||||
Add your skill to the end of the relevant category in `README.md`:
|
||||
|
||||
```markdown
|
||||
- **[author/skill-name](https://github.com/author/repo/path)** - Short description of what it does
|
||||
```
|
||||
|
||||
### Where to Add
|
||||
|
||||
- **Development team skills**: If your team has an existing section (e.g. "Skills by Vercel Engineering Team"), add to the end of that section.
|
||||
- **Community skills**: Add to the end of the matching subcategory under "Community Skills" (Marketing, Productivity and Collaboration, Development and Testing, Context Engineering, AI and Data, n8n Automation, or Other).
|
||||
- If no existing category fits, add to "Other".
|
||||
|
||||
### Requirements
|
||||
|
||||
- Public repository with a working skill
|
||||
- Has documentation (README or SKILL.md)
|
||||
- Author/org prefix included in the name
|
||||
- Description must be short, 10 words or fewer. No lengthy paragraphs.
|
||||
- Skill must have real community usage. We focus on community-adopted, proven skills. Brand new skills that were just created are not accepted. Give your skill time to mature and gain users before submitting.
|
||||
|
||||
### PR Title
|
||||
|
||||
`Add skill: author/skill-name`
|
||||
|
||||
## Important
|
||||
|
||||
- This repository curates links only. Each skill lives in its own repo.
|
||||
- Verify your links work before submitting.
|
||||
- We review all submissions and may decline skills that don't meet the quality bar.
|
||||
|
||||
## Help
|
||||
|
||||
- Check existing issues and PRs first
|
||||
- Open a new issue for questions
|
||||
- Visit the skill's own repo for skill-specific help
|
||||
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025 VoltAgent
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,7 @@
|
||||
# WeHub 来源说明
|
||||
|
||||
- 原始项目:`VoltAgent/awesome-agent-skills`
|
||||
- 原始仓库:https://github.com/VoltAgent/awesome-agent-skills
|
||||
- 导入方式:上游默认分支的最新快照
|
||||
- 原作者、版权和许可证信息以原始仓库及本仓库 LICENSE 为准
|
||||
- 本文件仅用于记录来源,不代表 WeHub 是原项目作者
|
||||
Reference in New Issue
Block a user