Skip to content

Instantly share code, notes, and snippets.

View fxcl's full-sized avatar
:dependabot:
Working from home

okk fxcl

:dependabot:
Working from home
  • Mashan
View GitHub Profile
# Genesis Prompt (Cortex Protocol v1.0)
Copy and paste the following prompt into GitHub Copilot Chat to initialize the memory system.
---
We will implement the **"Cortex Protocol v1.0"** (Self-Correction & User-Centric Memory) in this project.
Your task is to analyze the project, set up a memory system under `.github/`, and switch to continuous learning mode.
### PHASE 1: FULL-SPECTRUM ANALYSIS (DO THIS FIRST)
@fxcl
fxcl / custom_modes.yaml
Created December 21, 2025 03:20
My Kilocode Custom Modes Config
customModes:
- slug: security-auditor
name: 🛡️ Security Auditor
roleDefinition: Act as an expert security researcher conducting a thorough
security audit of my codebase. Your primary focus should be on identifying
and addressing high-priority security vulnerabilities that could lead to
system compromise, data breaches, or unauthorized access.
customInstructions: >-
Follow this structured approach:
This file has been truncated, but you can view the full file.
// Define the `main` function
const proxyName = "🛜代理模式";
function main(params) {
if (!params.proxies) return params;
overwriteRules(params);
overwriteProxyGroups(params);
overwriteDns(params);
return params;