Skip to content

Instantly share code, notes, and snippets.

@seanGSISG
seanGSISG / gist:3928f6bade3582c2e10e106091dc1ad9
Created July 30, 2025 02:50 — forked from kleneway/gist:07432638aeaf6210316ebbc32dfbe643
Cursor Agent prompt for executing a checklist item
@cursor-tasks.md Go through each story and task in the cursor-tasks.md file. Find the next story to work on. Review each unfinished task, correct any issues or ask for clarifications (only if absolutely needed!). Then proceed to create or edit files to complete each task. After you complete all the tasks in the story, update the file to check off any completed tasks. Run builds and commits after each story. Run all safe commands without asking for approval. Continue with each task until you have finished the story, then stop and wait for me to review.
// ==UserScript==
// @name PoE2 Trade Copy Item Button
// @version 0.7
// @description Adds a button to the PoE2 Trade page that allows you to copy the item description and affixes to your clipboard.
// @author Kevin M - Modified by seanGSISG
// @match https://www.pathofexile.com/trade2/*
// @icon https://www.google.com/s2/favicons?domain=pathofexile.com
// @updateURL https://gist.github.com/seanGSISG/d2efc1d4355456e3b7d7b89b1b804b54/raw/poe2tradecopy.user.js
// @downloadURL https://gist.github.com/seanGSISG/d2efc1d4355456e3b7d7b89b1b804b54/raw/poe2tradecopy.user.js
// @grant none