by instructa
Curated AI Prompts for Cursor Rules, Cline, Windsurf and Github Copilot
# Add to your Claude Code skills
git clone https://github.com/instructa/ai-promptsLast scanned: 5/2/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-02T06:08:59.381Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}ai-prompts is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by instructa. Curated AI Prompts for Cursor Rules, Cline, Windsurf and Github Copilot. It has 1,053 GitHub stars.
Yes. ai-prompts passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/instructa/ai-prompts" and add it to your Claude Code skills directory (see the Installation section above).
ai-prompts is primarily written in JavaScript. It is open-source under instructa on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ai-prompts against similar tools.
No comments yet. Be the first to share your thoughts!
Instructa AI Prompts is an open-source repository dedicated to collecting and sharing AI prompts, best practices, and curated rules for developers. From project scaffolding to coding standards, our goal is to help you quickly set up and refine your workflow with ready-to-use prompts.
Try it out here or use these prompts directly in your favorite AI coding environment.
To dynamically include prompts in AI-assisted coding tools like Cursor, GitHub Copilot, Zed, Windsurf, and Cline, you can utilize their respective configuration features. This approach ensures that your AI assistant adheres to project-specific coding standards, best practices, and automation workflows.
Need a Guide? Read the blog post: How to use Cursor Rules | X Post
How to Use AI Prompts in Different Tools
| AI Tool | How to Include Prompts |
|---|---|
| Cursor | Add prompts as project rules inside the .cursor/rules/ directory (e.g., .cursor/rules/cursorrules.mdc). Cursor will automatically detect and apply them. For detailed guidance, refer to the official Cursor rule guide. |
| GitHub Copilot | Create a .github/copilot-instructions.md file in your repository's root directory and add natural language instructions in Markdown format. These instructions will guide Copilot's behavior across your project. More information is available in the GitHub Copilot documentation. |
| Zed | Store prompts in the .zed/ directory within your project. You can configure project-specific settings by creating a .zed/settings.json file, allowing Zed to apply these configurations accordingly. Consult the Zed documentation for further details. |
| Windsurf | Add a .windsurfrules file into the project root. Windsurf Getting Started Guide. |
| Cline | 1. Click Cline extension settings 2. Find "Custom Instructions" field 3. Add your instructions Cline GitHub repository. |
By configuring these settings, you can ensure that your AI tools operate in alignment with your project's specific requirements and standards.
We welcome all contributions! Whether you're adding new prompts, improving existing ones, or fixing typos - every bit helps.
Quick Start:
prompts/<your-prompt-name>aiprompt.json (see example).mdc files with YAML front-matter for rulesFor full details, please see our Contribution Guidelines.
This repository is open-source under the MIT license. You’re free to use, modify, and distribute it under those terms. Enjoy building!