This repository provides guidelines for contributing to the Cursor and Windsurf Directories. It explains how to add new rules or prompts, emphasizing accuracy, clarity, and testing of contributions to help developers.
This guide explains how to contribute new rules or prompts to the Cursor and Windsurf Directories.
Contribution Process:
packages/data/rules/index.ts
file.nextjs.ts
) in packages/data/rules/
.packages/data/rules/
(e.g., nextjs.ts
).tags
: Language-specific tags (e.g., ["JavaScript", "Next.js"]
).title
: Rule title (e.g., "Next.js Best Practices"
).slug
: Unique slug (e.g., "nextjs-best-practices"
).content
: Clear, actionable prompt content.author
: Contributor details (name
, URL
, avatar
).Getting Started:
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser.
pontusab/directories
August 24, 2024
March 28, 2025
TypeScript