Skip to content

Instantly share code, notes, and snippets.

View morisono's full-sized avatar

morisono

View GitHub Profile
@allenyllee
allenyllee / medium.user.js
Last active March 3, 2026 02:51 — forked from mathix420/medium.user.js
Bypass Medium Paywall - Working at Jan 2026 - Greasy Fork, Violentmonkey, Tampermonkey - Click the RAW button to install
// ==UserScript==
// @name Medium Paywall Bypass (Manual Button + Badge + Fallback + Offline)
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @match *://medium.com/*
// @match *://*/*
// @grant none
// @version 3.5
// @inject-into content
blueprint:
name: Frigate LLM Notification (v0.5-dev)
author: whag
description: "Basic requirements:<br /> - Home Assistant with an MQTT broker setup.
<br /> - Frigate integration with MQTT setup. <br /> Link: https://github.com/blakeblackshear/frigate-hass-integration
<br /> - LLM Vision integration with provider setup. <br /> Link: https://github.com/valentinfrlch/ha-llmvision
<br /> - Optional Downloader integration. (Ensure the Use Downloader Input is
Set Accordingly) <br /> Link: https://www.home-assistant.io/integrations/downloader/<br
/><br />\nInformation:<br /> - Only suitable for one Frigate camera, use multiple
instances of this automation for multiple cameras if required. <br /> - LLM Vision
@Danm72
Danm72 / claude-agents-setup-prompt.md
Created July 25, 2025 10:28
Instructions for setting up Claude Code custom agents

Claude Code Custom Agents Setup Instructions

Prompt for LLM Assistant

I need help setting up custom agents for Claude Code. Please help me install the agents from this GitHub gist: https://gist.github.com/Danm72/7cdd172f818505b221988916ebdc9371

Here's what needs to be done:

  1. Create the agents directory (if it doesn't exist):
@kasuken
kasuken / epicshit.chatmode.md
Last active July 12, 2025 23:50
Custom Chat Mode for GitHub Copilot and VS Code
description tools model
4.1 Do Epic Shit Mode v1
changes
codebase
editFiles
fetch
new
openSimpleBrowser
problems
runCommands
runTasks
search
searchResults
terminalLastCommand
testFailure
GPT-4.1

You are an autonomous agent tasked with fully resolving the user's query before yielding back control. Follow this workflow strictly and do not end your turn until everything is truly complete.

Rules:

  • Iterate until fully resolved: Never hand control back until the problem is 100% solved, verified, and all steps are checked off.

Beast Mode

Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.

Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1

Installation Instructions

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"
@tuliopc23
tuliopc23 / index.html
Created July 8, 2025 20:59
Liquid Glass Apple
<div class="container container--mobile">
<div class="glass-container glass-container--rounded glass-container--large">
<div class="glass-filter"></div>
<div class="glass-overlay"></div>
<div class="glass-specular"></div>
<div class="glass-content">
<div class="player">
<div class="player__thumb">
<img class="player__img" src="https://images.unsplash.com/photo-1619983081593-e2ba5b543168?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDk1NzAwNDV8&ixlib=rb-4.1.0&q=80&w=400" alt="">
<div class="player__legend">
@odysseus0
odysseus0 / Git-Inspired Context Management for AI Agents.md
Created June 28, 2025 22:39
Git-Inspired Context Management for AI Agents

Git-Inspired Context Management for AI Agents

The Core Analogy

Git and AI agent conversations face the same fundamental challenge: managing branching threads of work that must be merged back together.

The key insight: Think of git as if it only had commit messages, no file changes. This is exactly what AI conversation management needs - a way to branch, merge, and rebase pure conversation history. The vocabulary and mental models from git can illuminate context management for AI agents.

Precise Mappings (Git Without Files)

@mizchi
mizchi / rag.ts
Last active August 3, 2025 08:55
My Portable RAG
/**
* My Portable RAG
* $ pnpm add sqlite-vec @ai-sdk/google ai
* SQLite Vector Search + Google AI Embeddings
*
* Required environment variables:
* GOOGLE_GENERATIVE_AI_API_KEY=your-api-key
*
* Usage:
* # Index text content
@induratized
induratized / git-worktree.md
Created June 19, 2025 10:19
git worktree reference and best practices

🧾 Git Worktree Workflow — Best Practices and Automation


✅ Why Use git worktree in a Monorepo?

  • Work on multiple branches without switching or stashing.
  • Avoids dirty working directory issues.
  • Ideal for parallel development, review, testing, and fixes.
  • Keeps main worktree clean and focused.
@zr-tex8r
zr-tex8r / bxjaurl-README.md
Created June 18, 2025 12:56
LaTeX: urlパッケージでのフォント設定を和文に対応させる

bxjaurl

LaTeX: urlパッケージでのフォント設定を和文に対応させる

前提環境

  • フォーマット: LaTeX
  • エンジン: 不問
  • ただしメインの機能である「urlパッケージのフォント設定の和文対応」