Esta página se muestra en inglés. Una traducción al español está en curso.
PromptsMay 13, 2026·2 min de lectura

ai-prompts — Prompt Rules for Cursor/Copilot/Cline

ai-prompts is an open-source prompts/rules repo for AI coding tools; verified 1,039★ and documents Cursor `.cursor/rules/` and Copilot instruction files.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 64/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Prompt
Instalación
Git
Confianza
Confianza: Community
Entrada
git clone https://github.com/instructa/ai-prompts
Comando CLI universal
npx tokrepo install 70286cc7-edee-5e85-a244-68e8508fa0a1
Introducción

ai-prompts is an open-source prompts/rules repo for AI coding tools; verified 1,039★ and documents Cursor .cursor/rules/ and Copilot instruction files.

Best for: Teams standardizing AI coding behavior across editors and copilots via versioned rules

Works with: Cursor rules, GitHub Copilot instructions, Windsurf rules, Zed configs, and Cline custom instructions

Setup time: 5-12 minutes

Key facts (verified)

  • GitHub: 1039 stars · 132 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: git clone https://github.com/instructa/ai-prompts.

Main

  • Keep rules close to the code: commit them in-repo (Cursor .cursor/rules/, Copilot instructions) so your whole team shares the same constraints.

  • Start small: pick 1–2 prompts (scaffolding + code style), then add more only when you can explain the failure mode each rule prevents.

  • When you maintain multiple tools, treat the README’s mapping table as the interface contract (Cursor/Copilot/Zed/Windsurf/Cline) and keep parity intentionally.

Source-backed notes

  • README includes a tool mapping table: Cursor uses .cursor/rules/, Copilot uses .github/copilot-instructions.md, Windsurf uses .windsurfrules, Zed uses .zed/.
  • README states the repo collects prompts, best practices, and curated rules for developers to refine AI-assisted coding workflows.
  • README documents a contribution template: prompts/<name> with metadata (aiprompt.json) and .mdc rule files.

FAQ

  • Do I need Cursor to use it?: No — README lists multiple tools; you can port the same rule ideas across them.
  • Where should I store Copilot instructions?: At .github/copilot-instructions.md in the repo root per README.
  • How do I avoid rule overload?: Version and review rules like code; start with a small set and expand only when justified.
🙏

Fuente y agradecimientos

Source: https://github.com/instructa/ai-prompts > License: MIT > GitHub stars: 1039 · forks: 132

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados