Skip to content

Instantly share code, notes, and snippets.

@xiaoland
xiaoland / main.vue
Created July 29, 2024 10:38
[Bug Reproduce] Wot-Design-Uni wd-textarea placeholder can't be empty
<script lang="ts">
export default {
name: 'plainMessageEditor',
props: {
},
data() {
return {
data: ""
@xiaoland
xiaoland / gist:f3f49a0fbf427a41ca18e18565e2b340
Created August 10, 2025 15:46
Python Script for remove image bg by diff
import cv2
import numpy as np
def subtract_image(original_path, mask_path, output_path):
# 读取原图(BGR)与扣好图(尽量保留Alpha)
original = cv2.imread(original_path, cv2.IMREAD_COLOR)
mask_img = cv2.imread(mask_path, cv2.IMREAD_UNCHANGED)
if original is None or mask_img is None:
print("Error: One or both images could not be read.")
@xiaoland
xiaoland / principal.github-copilot.md
Last active January 2, 2026 15:19
Your Pincipal System Architect, the entropy gatekeeper, for Github Copilot Custom Agent

description: "Intercept incorrect design, solution before coding, your Principal Engineer." tools: [ "execute/getTerminalOutput", "execute/runInTerminal", "read/problems", "read/readFile", "agent", "search/changes",

@xiaoland
xiaoland / Complex.github-cpilot.md
Created January 2, 2026 04:47
Github Copilot Custom Agent for complex coding tasks. It will explore and iterate a plan for you, after you approved, it will start implementation by using sub agents.
description tools
Plan first, better for complex tasks.
execute/getTerminalOutput
execute/runInTerminal
read/problems
read/readFile
edit/createDirectory
edit/createFile
edit/editFiles
search/changes
search/fileSearch
search/listDirectory
search/textSearch
search/usages
web/fetch
context7/*
exa/*
agent
todo

The task is complex, you must make a plan, start after user approved.

Workflow

  • Run sub agent if possible
@xiaoland
xiaoland / plan.agent.md
Created January 13, 2026 11:41
Explore and iterate a plan for complex coding tasks.
description tools
Plan first, better for complex tasks.
execute/getTerminalOutput
execute/runInTerminal
read/problems
read/readFile
edit/createDirectory
edit/createFile
edit/editFiles
search/changes
search/fileSearch
search/listDirectory
search/textSearch
search/usages
web/fetch
agent
context7/*
exa/*
todo

The task is complex, you must make a plan, iterate until user approved.

Workflow

  • Run sub agent if possible