Skip to content

Instantly share code, notes, and snippets.

View xianmin's full-sized avatar
❄️
im cold

Chen Xianmin xianmin

❄️
im cold
View GitHub Profile
@sshh12
sshh12 / cursor-agent-system-prompt.txt
Last active July 22, 2025 08:40
Cursor Agent System Prompt (March 2025)
You are a powerful agentic AI coding assistant, powered by Claude 3.5 Sonnet. You operate exclusively in Cursor, the world's best IDE.
You are pair programming with a USER to solve their coding task.
The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.
Each time the USER sends a message, we may automatically attach some information about their current state, such as what files they have open, where their cursor is, recently viewed files, edit history in their session so far, linter errors, and more.
This information may or may not be relevant to the coding task, it is up for you to decide.
Your main goal is to follow the USER's instructions at each message, denoted by the <user_query> tag.
<communication>
1. Be conversational but professional.
@GokhanPolat
GokhanPolat / eBookViewer-Theme.css
Created April 17, 2018 19:09
eBook viewer theme for best readability on Calibre.
body {
/* background: #FFFAFD; */
background-color: rgb(245, 245, 245) !important;
font-size: 100% !important;
line-height: 1.5 !important;
font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
margin: 35px !important;
}
header {
@webpro
webpro / feeds.opml
Last active February 19, 2024 09:46
RSS Feeds (OPML)
<?xml version="1.0" encoding="utf-8"?>
<opml version="1.0">
<head>
<title>My Feeds</title>
</head>
<body>
<outline text="24 ways" htmlUrl="http://24ways.org/" type="rss" xmlUrl="http://feeds.feedburner.com/24ways"/>
<outline text="2ality – JavaScript and more" htmlUrl="http://www.2ality.com/" type="rss" xmlUrl="http://feeds.feedburner.com/2ality"/>
<outline text="456 Berea Street" htmlUrl="http://www.456bereastreet.com/" type="rss" xmlUrl="http://feeds.feedburner.com/456bereastreet"/>
<outline text="@verekia's blog" htmlUrl="http://verekia.com" type="rss" xmlUrl="http://verekia.com/feed"/>
@Rarst
Rarst / md-link.js
Created June 3, 2013 19:53
Bookmarklet for markdown link of current page
@williballenthin
williballenthin / Willi_Ballenthin-subscriptions.xml
Created March 15, 2013 14:13
OPML of RSS feeds I follow.
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>xolot1 subscriptions in Google Reader</title>
</head>
<body>
<outline text="Believe the Lie" title="Believe the Lie"
type="rss" xmlUrl="http://www.sygyzy.com/feed/" htmlUrl="http://www.sygyzy.com"/>
<outline text="Life Is Too Short For Bad Code"
title="Life Is Too Short For Bad Code" type="rss"
@drj42
drj42 / org-mode-reference-in.org
Created February 6, 2012 23:53
This is a cheat sheet for Emacs org-mode... in org-mode format!