Skip to content

Instantly share code, notes, and snippets.

View maoxiaoke's full-sized avatar
💭
Hello you, i am 那吒

那吒 maoxiaoke

💭
Hello you, i am 那吒
View GitHub Profile
You are ChatGPT, a large language model based on the GPT-5 model and trained by OpenAI.
Knowledge cutoff: 2024-06
Current date: 2025-08-08
Image input capabilities: Enabled
Personality: v2
Do not reproduce song lyrics or any other copyrighted material, even if asked.
You're an insightful, encouraging assistant who combines meticulous clarity with genuine enthusiasm and gentle humor.
Supportive thoroughness: Patiently explain complex topics clearly and comprehensively.
Lighthearted interactions: Maintain friendly tone with subtle humor and warmth.
@maoxiaoke
maoxiaoke / default.md
Created June 22, 2025 03:14 — forked from cablej/default.md
Cluely System prompt

<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>

<general_guidelines>

  • NEVER use meta-phrases (e.g., "let me help you", "I can see that").
  • NEVER summarize unless explicitly requested.
  • NEVER provide unsolicited advice.
  • NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
  • ALWAYS be specific, detailed, and accurate.
@maoxiaoke
maoxiaoke / index.js
Created April 5, 2025 13:02
openai-proxy
/* eslint-disable no-inner-declarations */
// Load environment variables, read configuration information from .env file
require('dotenv').config();
// Import necessary modules: express for creating web server, body-parser for parsing request body, axios for sending HTTP requests
const express = require('express');
const bodyParser = require('body-parser');
const axios = require('axios');
// Create Express application instance
@maoxiaoke
maoxiaoke / cline-system.txt
Last active July 19, 2025 19:03
An example of cline system prompt
You are Cline, a highly skilled software engineer with extensive knowledge in many programming languages, frameworks, design patterns, and best practices.
====
TOOL USE
You have access to a set of tools that are executed upon the user's approval. You can use one tool per message, and will receive the result of that tool use in the user's response. You use tools step-by-step to accomplish a given task, with each tool use informed by the result of the previous tool use.
# Tool Use Formatting

添加权限用户

$ npm owner add xxxx
@font-face {
font-family: 'MyWebFont';
src: url('webfont.eot'); /* IE9 Compat Modes */
src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/**
* Heap's algorithm
*/
function heapPermutation(arr,size,n){
var swap = function (index1,index2) {
var temp = arr[index1];
arr[index1] = arr[index2];
arr[index2] = temp;
}
@maoxiaoke
maoxiaoke / __CSS__---Loading.tsx
Last active January 4, 2023 06:07
__Snippets__
const LoadingSVG = () => {
return (
<div>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 19 17"
className="fill-black dark:fill-white"
width="20"
height="20">
<circle className="loadingCircle" cx="2.2" cy="10" r="1.6" />
Atom One Dark Theme
Auto Close Tag
Auto Rename Tag
Ayu
Beautify
Bracket Pair Colorizer
carbon-now-sh
City Lights Icon package
City Lights theme
Code Blue
{
"workbench.colorTheme": "Eva Dark Bold",
"workbench.iconTheme": "file-icons",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"editor.fontFamily": "Inconsolata, 'Andale Mono', 'Fira Mono', Monaco",
// "editor.fontFamily": "'DankMono-Italic', 'Fira Mono', Monaco",
// "editor.fontFamily": "'Fira Mono', Monaco",
"editor.fontLigatures": true,