Skip to content

Instantly share code, notes, and snippets.

@woozoobro
woozoobro / 00-guide.md
Created March 11, 2026 05:07
gws CLI + Claude Code 설정 가이드

gws CLI + Claude Code 설정

사용법

  1. gws-cli-setup.md를 Claude Code에 붙여넣고 "이거 보고 설치해줘"라고 하면 됩니다.
  2. gws-cli.md는 프로젝트의 .claude/rules/gws-cli.md에 넣으면 Claude Code가 gws 사용법을 자동으로 참고합니다.

그러면 "구글 시트 만들어줘", "슬라이드 만들어줘" 같은 요청이 바로 동작합니다.

@DartPower
DartPower / ms-office-dl-links
Last active March 11, 2026 10:52
MS Office Download Links
@mhingston
mhingston / repair.md
Last active March 11, 2026 10:50
Online Repair Windows 10 using DISM
  1. Download Windows 10 Media Creation Tool.

  2. Run the tool (Right-click > Run as administrator).

  3. Click Accept.

  4. Click "Create Installation Media for another PC" then Next.

  5. Leave box checked for "Use the recommended options for this PC" then Next.

Remote Control (Tengu Bridge) — Implementation Reference

Extracted from versions/2.1.52/cli.js (Claude Code v2.1.52, built 2026-02-24) Purpose: Enable a local CLI agent session to be accessed/controlled from a web UI (claude.ai/code)


Table of Contents

  1. Architecture Overview
@StewartLynch
StewartLynch / CLAUDE.md
Created February 6, 2026 20:34
Claude.md Instructions for Xcode 26.3

Global Claude Code Instructions

Project Documentation Requirements

CLAUDE.md (Project Memory)

When starting work on a new Xcode project, if no CLAUDE.md exists in the project root, create one with:

  • Project overview and purpose
  • Key architecture decisions
@burkeholland
burkeholland / ainstall.md
Last active March 11, 2026 10:47
Ultralight Orchestration

Ultralight Orchestration

A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.

Instructions

Install all agents listed below into VS Code Insiders...

Title Type Description
@Medium1992
Medium1992 / AWG_1.5_script_RouterOS.md
Last active March 11, 2026 10:46
Script for Restoring Native WireGuard Functionality in MikroTik RouterOS / Скрипт для восстановления работоспособности нативного WireGuard в MikroTik RouterOS

📄 Description / Описание

🇷🇺 Русский

Предлагаю для тестирования скрипт, предназначенный для восстановления работоспособности нативного WireGuard.

Описание переменных:

  • Jc — количество рандомных пакетов
  • Jmin — минимальный размер рандомного пакета
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active March 11, 2026 10:43
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@bastomiadi
bastomiadi / post-installation-void-linux-glibc.txt
Last active March 11, 2026 10:42
Post installation Void Linux (Glibc)
1. Update all package system
sudo xbps-install -Suv
2. add non-free repo
sudo xbps-install -Rs void-repo-nonfree
3. Software & utilities
sudo xbps-install -Rs xdg-desktop-portal xdg-desktop-portal-gtk xdg-user-dirs xdg-user-dirs-gtk xdg-utils vlc pipewire libspa-bluetooth noto-fonts-cjk noto-fonts-emoji noto-fonts-ttf noto-fonts-ttf-extra libreoffice-writer libreoffice-calc libreoffice-impress rhythmbox neofetch ntfs-3g gimp inkscape lm_sensors wget udisks2 gvfs mtpfs gvfs-mtp gvfs-gphoto2 xtools WoeUSB xz unrar qt5-wayland nano ffmpeg Kooha handbrake inxi streamlink
4. Install chrome gnome, gnome menu For Gnome & extension
@x0nu11byt3
x0nu11byt3 / elf_format_cheatsheet.md
Created February 27, 2021 05:26
ELF Format Cheatsheet

ELF Format Cheatsheet

Introduction

Executable and Linkable Format (ELF), is the default binary format on Linux-based systems.

ELF

Compilation