Skip to content

Instantly share code, notes, and snippets.

View Breklin's full-sized avatar

Brett Franklin Breklin

View GitHub Profile
@Breklin
Breklin / 00 - Cursor AI Prompting Rules.md
Created June 30, 2025 02:37 — forked from aashari/00 - Cursor AI Prompting Rules.md
Cursor AI Prompting Rules - This gist provides structured prompting rules for optimizing Cursor AI interactions. It includes three key files to streamline AI behavior for different tasks.

Cursor AI Prompting Framework — Usage Guide

A disciplined, evidence-first workflow for autonomous code agents


1 · Install the Operational Doctrine

The Cursor Operational Doctrine (file core.md) encodes the agent’s always-on principles—reconnaissance before action, empirical validation over conjecture, strict command-execution hygiene, and zero-assumption stewardship.

@Breklin
Breklin / prettierrc.js
Created June 29, 2025 16:09 — forked from mistical2008/prettierrc.js
Vite config: plain html + vanilla-js
module.exports = {
trailingComma: 'es5',
tabWidth: 4,
semi: false,
singleQuote: true,
}