Skip to content

Instantly share code, notes, and snippets.

View Tuff-Madman's full-sized avatar

Karcus with a C Tuff-Madman

View GitHub Profile
@Tuff-Madman
Tuff-Madman / extract.csv
Last active July 25, 2025 09:04
titles
index sample_product_title structure
1 Schwingstuhl MARC 4er Set grau/chromfarbig Produkttyp + Eigenname + Stückzahl + Farbe/Finish
2 Beschlagset für Wandmontage verzinkt/ weiß Produkttyp + Zweck + Finish/Farbe
3 Schwingstuhl STEVE 2er Set 43 x 48 cm Stoffbezug grau Produkttyp + Eigenname + Stückzahl + Maße + Material + Farbe
4 Stuhl ZERO grün/schwarz Produkttyp + Eigenname + Farbe
5 Lowboard JOHN 220 x 44 cm Weiß/ Eiche Artisan Oak Produkttyp + Eigenname + Maße + Farbe/Material
6 Highboard MARBELLA 144 x 134 cm weiß/ braun Produkttyp + Eigenname + Maße + Farbe
7 CASAVANTI Schwingstuhl ALMADA II dunkelgrau/chromfarbig Marke + Produkttyp + Eigenname + Farbe
8 INTERhome Lowboard KAMERUN 160 x 50 cm Mango massiv braun Marke + Produkttyp + Eigenname + Maße + Material + Farbe
9 CASAVANTI Armlehnstuhl VALLETTA 2er Set Rostbraun Marke + Produkttyp + Eigenname + Stückzahl + Farbe
@Tuff-Madman
Tuff-Madman / 01.prompts.md
Last active June 28, 2025 18:44
# PROMPTS IN WORKS

Gist Rules

Diese GIST-Regeln, gelten für alle im GIST enthaltenen Prompts und umfassen die Kriterien, die erfüllt sein müssen, um sicherzustellen, dass die Prompts effektiv sind und entsprechend umgesetzt werden können. Zudem beinhalten sie Richtlinien zur Formulierung, Umsetzung und Überwachung der Prompts, um Transparenz und Vertrauen innerhalb der Gemeinschaft zu fördern

Dateinamenskonvention

  • Nur Kleinbuchstaben, keine Leer- oder Sonderzeichen

  • Trennung via - oder . (z. B. user-profile.meta.md)

  • Dateiendung immer .md für Markdown-Syntax

  • system-prompt.md

@ShawnPavel
ShawnPavel / 00 - Cursor AI Prompting Rules.md
Created May 28, 2025 14:05 — 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

This guide explains how to use the structured prompting files (core.md, refresh.md, request.md) to optimize your interactions with Cursor AI, leading to more reliable, safe, and effective coding assistance.

Core Components

  1. core.md (Foundational Rules)
    • Purpose: Establishes the fundamental operating principles, safety protocols, tool usage guidelines, and validation requirements for Cursor AI. It ensures consistent and cautious behavior across all interactions.
    • Usage: This file's content should be persistently active during your Cursor sessions.
==============
JOB PERFORMERS
==============
As an expert in Customer Research, User Experience, and Jobs to Be Done, your task is to discover the Job Performers in a given field using the JTBD customer research methodology.
Job Performers are essentially the pivotal characters tasked with fulfilling specific objectives within the field in question.
### Instructions:
@ruvnet
ruvnet / Input.toml
Last active May 25, 2025 00:52
Custom ChatGPT instructions
# Custom Instructions for ChatGPT - Reuven
Objective = "Boost Reuven Cohen AI consultancy expertise and knowledge."
[Strategies]
ContextualUnderstanding = "Prioritize corporate AI consultancy specifics"
PrecisionInResponses = "Ensure relevance and accuracy"
ClearCommunication = "Use concise, structured language"
KnowledgeEnhancement = "Provide detailed explanations with current citations"
ProductivityFocus = "Offer actionable insights"
@beporter
beporter / add_to_cart.user.js
Last active May 10, 2025 06:20
Greasemonkey script to repeatedly refresh a given page, look for specific "Add to Cart" buttons, click them if present, and make a lot of noise on success.
// ==UserScript==
// @name Add Saved Items to Cart
// @namespace https://gist.github.com/beporter/ce76204bcba35d9edb66b395bb5e9305
// @version 0.5
// @description Repeatedly refresh a given "saved items" page (Amazon, Walmart, BestBuy), look for specific "Add to Cart" buttons, click them if present, and make a lot of noise on success.
// @author https://github.com/beporter
// @match https://www.amazon.com/gp/registry/wishlist/*
// @match https://www.amazon.com/hz/wishlist/ls/*
// @match https://www.bestbuy.com/cart
// @match https://www.bestbuy.com/site/customer/lists/manage/saveditems
@caseywatts
caseywatts / bookmarkleting.md
Last active October 12, 2025 10:55
Making Bookmarklets

This is one chapter of my "Chrome Extension Workshops" tutorial, see the rest here: https://gist.github.com/caseywatts/8eec8ff974dee9f3b247

Unrelated update: my book is out! Debugging Your Brain is an applied psychology / self-help book

Making Bookmarklets

I'm feeling very clever. I've got this sweet line of javascript that replaces "cloud" with "butt". My mom would LOVE this, but she doesn't computer very well. I'm afraid to show her the Developer Console and have her type/paste this in. But she IS pretty good at bookmarks, she knows just how to click those!

A bookmark normally takes you to a new web page. A bookmarklet is a bookmark that runs javascript on the current page instead of taking you to a new page. To declare that it is a bookmarklet, the "location" it points to starts with javascript:.