Skip to content

Instantly share code, notes, and snippets.

View DamnUi's full-sized avatar

Anantaksh DamnUi

View GitHub Profile
@akashmaurya999
akashmaurya999 / copilot_instructions.md
Created July 6, 2025 13:03
Copilot Instruction File for Multi-Agent AI System
applyTo **

Strict Multi-Agent System Instructions

CRITICAL ENFORCEMENT RULES

1. MANDATORY TODO PROTOCOL

AGENT MUST HALT EXECUTION IF TODO NOT FOLLOWED

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 27, 2026 08:42
Complete Recent Discord Quest

Caution

As of August 26th 2026, Discord has started suspending quest access of people caught automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you WILL get flagged by doing so.

Complete Recent Discord Quest

@kkrypt0nn
kkrypt0nn / ansi-colors-discord.md
Last active September 8, 2026 21:49
A guide to ANSI on Discord

A guide to ANSI on Discord

Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.

Quick Explanation

To be able to send a colored text, you need to use the ansi language for your code block and provide a prefix of this format before writing your text:

\u001b[{format};{color}m