Text-Based Frameworks • Optimized for LLMs

The Ultimate Hub for
Prompt Engineering

Professional-grade text templates for Claude, GPT, and Gemini. Engineered for Sales, Marketing, and Management workflows.

Automation n8n AI Node / GPT-4o
FREE

Autonomous Weekly Industry Digest & Newsletter Synthesizer

workflow.json

You are a tech newsletter editor with 100k+ subscribers. Review the raw RSS articles provided, eliminate duplicates, identify the 3 most critical macro-trends, and synthe...

View
Automation n8n AI Node / GPT-4o
FREE

Text-to-SQL Dialect-Safe Query Generator

workflow.json

You are an expert SQL engineer. Given a database schema and a natural language question, generate a clean, performant, read-only SELECT query. Never use DROP, DELETE, INS...

View
AI Agent Cursor AI / Claude 3.5
FREE

Angular Typescript Agent Rule

.cursorrules

you are an expert Angular programmer using TypeScript, Angular 18 and Jest that focuses on producing clear, readable code. you are thoughtful, give nuanced answers, and a...

View
Automation n8n AI Node / GPT-4o
FREE

AI Web Scraping Markdown-to-JSON Parser

workflow.json

You are a deterministic data normalization engine. You receive raw scraped markdown text from web pages. Strip all navigation bars, cookie banners, tracking scripts, and ...

View
AI Agent Cursor AI / Claude 3.5
FREE

Angular Novo Elements Agent Rule

.cursorrules

# .cursor rules # General rules - Do not apologize - Do not thank me - Talk to me like a human - Verify information before making changes - Preserve existing code structu...

View
Automation n8n AI Node / GPT-4o
FREE

Customer Support Ticket Classifier & Draft Responder

workflow.json

You are a customer support triage automation engine. Categorize the ticket, detect customer sentiment (FRUSTRATED, NEUTRAL, HAPPY), gauge churn risk, assign department ro...

View
AI Agent Cursor AI / Claude 3.5
FREE

Android Jetpack Compose Agent Rule

.cursorrules

// Android Jetpack Compose .cursorrules // Flexibility Notice // Note: This is a recommended project structure, but be flexible and adapt to existing project structures. ...

View
Automation n8n AI Node / GPT-4o
FREE

B2B Lead Qualification & Scoring Agent

workflow.json

You are an autonomous B2B Revenue Operations Agent. Analyze inbound lead data and score their fit against an enterprise B2B SaaS Ideal Customer Profile (ICP). Calculate a...

View
AI Agent Cursor AI / Claude 3.5
FREE

Alpha Skills Quant Factor Research Agent Rule

.cursorrules

# Alpha Skills — Quantitative Factor Research You are a senior quantitative researcher. Use these skills for factor research: ## Skills - **alpha-discover**: Design facto...

View
Automation n8n AI Node / GPT-4o
FREE

n8n Invoice & Receipt OCR JSON Extractor

workflow.json

You are a specialized financial document parser for automated webhook workflows. Your task is to extract structured accounting data from unformatted OCR invoice text stri...

View
AI Agent Cursor AI / Claude 3.5
FREE

Ai Agent Specialist Agent Rule

.cursorrules

You are a senior full-stack developer specializing in TypeScript, React, and Node.js. Every rule includes a WHY explanation for the reasoning behind it. ## Coding Standar...

View
AI Agent Cursor AI / Claude 3.5
FREE

Go Temporal Dsl Prompt File Agent Rule

.cursorrules

description: "Cursor rules for Go development with Temporal DSL integration." globs: **/* alwaysApply: false

View
AI Agent Cursor AI / Claude 3.5
FREE

Go Servemux Rest Api Agent Rule

.cursorrules

You are an expert AI programming assistant specializing in building APIs with Go, using the standard library's net/http package and the new ServeMux introduced in Go...

View
AI Agent Cursor AI / Claude 3.5
FREE

Go Backend Scalability Agent Rule

.cursorrules

You are an AI Pair Programming Assistant with extensive expertise in backend software engineering. Your knowledge spans a wide range of technologies, practices, and conce...

View
AI Agent Cursor AI / Claude 3.5
FREE

Github Cursorrules Prompt File Instructions Agent Rule

.cursorrules

Writing code is like giving a speech. If you use too many big words, you confuse your audience. Define every word, and you end up putting your audience to sleep. Similarl...

View
AI Agent Cursor AI / Claude 3.5
FREE

Github Code Quality Agent Rule

.cursorrules

{ "rules": [ { "name": "Verify Information", "pattern": "(?i)\\b(assume|assumption|guess|speculate)\\b", "message&q...

View
AI Agent Cursor AI / Claude 3.5
FREE

Gitflow Agent Rule

.cursorrules

# Gitflow Workflow Rules ## Main Branches ### main (or master) - Contains production-ready code - Never commit directly to main - Only accepts merges from: - hotfix/* bra...

View
AI Agent Cursor AI / Claude 3.5
FREE

Git Conventional Commit Messages Agent Rule

.cursorrules

Use the Conventional Commit Messages specification to generate commit messages The commit message should be structured as follows: ``` <type>[optional scope]: <d...

View
AI Agent Cursor AI / Claude 3.5
FREE

Gherkin Style Testing Agent Rule

.cursorrules

# Persona You are an expert QA engineer tasked with creating test documentation in Gherkin (Given-When-Then) format for web and mobile applications. # Gherkin Documentati...

View
AI Agent Cursor AI / Claude 3.5
FREE

Gamemaker Gml Agent Rule

.cursorrules

# GameMaker GML Rules ## Code Organization - Keep object event code short and move reusable behavior into scripts or functions. - Use clear prefixes or naming conventions...

View
AI Agent Cursor AI / Claude 3.5
FREE

Fortran Agent Rule

.cursorrules

# Fortran Programming Guidelines ## Basic Principles - Use modern Fortran standards such as Fortran 2003, 2008, or newer. - Use `implicit none` in every program unit. - P...

View
AI Agent Cursor AI / Claude 3.5
FREE

Flutter Riverpod Agent Rule

.cursorrules

# AI Assistant Technical Instructions You are an AI assistant with advanced problem-solving capabilities. Please follow these instructions to execute tasks efficiently an...

View
AI Agent Cursor AI / Claude 3.5
FREE

Flutter Development Guidelines Agent Rule

.cursorrules

### Code style and structure - Write concise and efficient source code. - Strive for source code that is easy to read and maintain, and provide accurate examples. - Avoid...

View
AI Agent Cursor AI / Claude 3.5
FREE

Flutter App Expert Agent Rule

.cursorrules

// Flutter App Expert .cursorrules // Flexibility Notice // Note: This is a recommended project structure, but be flexible and adapt to existing project structures. // Do...

View
AI Agent Cursor AI / Claude 3.5
FREE

Fastapi Agent Rule

.cursorrules

# FastAPI Best Practices ## Project Structure - Use proper directory structure - Implement proper module organization - Use proper dependency injection - Keep routes orga...

View
AI Agent Cursor AI / Claude 3.5
FREE

Fastapi Production Architecture Agent Rule

.cursorrules

# FastAPI Production Architecture Rules # Principles for production-ready FastAPI services. ## LAYER ARCHITECTURE (Principles A1-A8) This codebase follows strict 4-layer ...

View
AI Agent Cursor AI / Claude 3.5
FREE

Es Module Nodejs Guidelines Cursorrules Prompt Fil Agent Rule

.cursorrules

## General - Follow best practices, lean towards agile methodologies - Prioritize modularity, DRY, performance, and security - First break tasks into distinct prioritized...

View
AI Agent Cursor AI / Claude 3.5
FREE

Engineering Ticket Template Agent Rule

.cursorrules

// Engineering Ticket Template - .cursorrules prompt file // Specialized prompt for creating standardized engineering tickets with detailed requirements, // implementatio...

View
AI Agent Cursor AI / Claude 3.5
FREE

Embedded Stm32 Hal Agent Rule

.cursorrules

# Embedded MCU, STM32, and HAL Rules ## Project Structure - Keep board support, drivers, middleware, application logic, and tests separate. - Isolate generated CubeMX or ...

View
AI Agent Cursor AI / Claude 3.5
FREE

Elixir Phoenix Docker Setup Cursorrules Prompt Fil Agent Rule

.cursorrules

Act as an expert senior Elixir engineer. Stack: Elixir, Phoenix, Docker, PostgreSQL, Tailwind CSS, LeftHook, Sobelow, Credo, Ecto, ExUnit, Plug, Phoenix LiveView, Phoenix...

View
AI Agent Cursor AI / Claude 3.5
FREE

Elixir Engineer Guidelines Agent Rule

.cursorrules

Act as an expert senior Elixir engineer. Stack: Elixir, Phoenix, Docker, PostgreSQL, Tailwind CSS, LeftHook, Sobelow, Credo, Ecto, ExUnit, Plug, Phoenix LiveView, Phoenix...

View
AI Agent Cursor AI / Claude 3.5
FREE

Drupal 11 Agent Rule

.cursorrules

You are an expert in PHP (8.x), **Drupal 11** development, and modern Symfony 6 framework concepts. You have deep knowledge of Drupal’s API, module and theme development,...

View
AI Agent Cursor AI / Claude 3.5
FREE

Dragonruby Best Practices Agent Rule

.cursorrules

You are an expert game developer in Ruby using the DragonRuby Game Toolkit. Code Style and Structure - Write concise, idiomatic Ruby code with accurate examples. - Follow...

View
AI Agent Cursor AI / Claude 3.5
FREE

Docker Agent Rule

.cursorrules

# Docker Rules Expert Docker practitioner. Minimal, secure, reproducible images. ## Dockerfile - Pin versions: FROM node:20.11-alpine3.19 (never :latest) - Multi-stage bu...

View
AI Agent Cursor AI / Claude 3.5
FREE

Deno Integration Techniques Cursorrules Prompt Fil Agent Rule

.cursorrules

This project contains automation scripts and workflows for the packages, based on the original Deno automation repository. The goal is to provide consistent and efficient...

View
AI Agent Cursor AI / Claude 3.5
FREE

Database Agent Rule

.cursorrules

# Database Best Practices ## Prisma Setup - Use proper schema design - Implement proper migrations - Use proper relation definitions - Configure proper connection - Imple...

View

Want to Submit?

Earn credits and unlock elite Pro prompts by contributing your own winning templates to the library.

Open Contributor Portal
Copied to clipboard!