AI Bots Prompt Collection
1.0.0
各种机器人的提示和资源集合(Bolt,Cline,Cursor)。该存储库的结构是明确分开每个机器人的提示,文档和资源。
- `bots/`: The root directory containing all bot-specific folders.
- `bolt/`, `cline/`, `cursor/`: Subdirectories for each bot.
- `prompts/`: Contains prompt files for each bot.
- `docs/`: Contains documentation files for each bot.
- `resources/`: Contains any additional resources for each bot.
## 2. Guides Section
LINKS.md ),包括:CHANGELOG.md文件,用于跟踪对存储库的更新和修改。/playgroundCONTRIBUTING.md文件,解释了其他人如何为存储库做出贡献。 ├── README.md
├── bots/
│ ├── cline/
│ │ ├── system-prompts/
│ │ └── user-prompts/
│ ├── bolt/
│ │ ├── system-prompts/
│ │ └── user-prompts/
│ └── cursor/
│ ├── system-prompts/
│ └── user-prompts/
├── shared-prompts/
├── guides/
├── faqs-and-tips/
├── links.md
├── documentation/
├── changelog.md
├── examples/
├── playground/
├── youtube-videos/
├── contributing.md
└── license
## Purpose
This repository aims to:
- Provide a comprehensive library of prompts for coding bots.
- Serve as a knowledge base for users seeking to improve their interactions with AI.
- Facilitate contributions and collaborations within the community.
## Contribution Guidelines
We welcome contributions to enhance the quality and scope of this collection. If you'd like to contribute:
- Review the [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
- Submit pull requests or open issues for suggestions and improvements.
## Getting Started
1. Clone this repository:
```bash
git clone https://github.com/your-username/ai-coding-bot-prompts.git
cd ai-coding-bot-prompts探索提示文件夹以查找用例的示例。
该项目已根据MIT许可获得许可。随时使用并修改此存储库中的内容。
非常感谢AI和开发人员社区的持续支持和贡献。