Skip to content

Instantly share code, notes, and snippets.

View morisono's full-sized avatar

morisono

View GitHub Profile
@tak-dcxi
tak-dcxi / css-responsive.md
Last active March 31, 2026 10:47
CSS Responsive Rules

CSS Responsive Rules

目的

レスポンシブ実装の判断基準を明確にし、不要なブレイクポイントとコード量を最小化する。 CSS はブラウザへの「提案」であり、厳密な命令ではない。ブラウザに委ねられる仕事は委ねる。

基本方針: エスカレーション順序

レスポンシブ対応は以下の優先順序で検討する。上位で解決できるなら下位は使わない。

@azu
azu / difit-auto-detect.sh
Last active March 29, 2026 14:54
cmux browser open-split difit review
#!/bin/bash
# =============================================================================
# difit-auto-detect.sh
# Automatically detects git state and opens appropriate diff view
# with difit in a cmux browser split pane.
#
# Dependencies:
# - cmux https://cmux.app/
# - difit https://github.com/yoshiko-pg/difit
@allenyllee
allenyllee / medium.user.js
Last active March 29, 2026 01:57 — 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
@alexewerlof
alexewerlof / nano-banana-structured-json-prompt
Created December 19, 2025 17:44
Nano Banana structured JSON prompt Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Nano Banana (Gemini 3 Pro) Ultimate Image Schema",
"description": "The definitive structured prompting schema for high-fidelity image generation. Includes advanced photography, multi-subject control, and text rendering.",
"type": "object",
"required": ["meta", "subject", "scene"],
"properties": {
"user_intent": {
"type": "string",
"description": "A natural language summary of your goal (e.g., 'Me high-fiving Batman in a neon city'). Useful for logging."
@RodolfoAntonici
RodolfoAntonici / js
Last active March 30, 2026 09:05
n8n-json-schema-from-sample
/**
* n8n Code node — Generate a JSON Schema from a sample JSON
* - Paste this into a Code node (JavaScript)
* - Set `rawInput` to where your example lives
* - Toggle `allFieldsRequired` as needed
*/
// 1) WHERE is your example JSON?
// - If you already have an object, set it to that.
// - If you have a stringified JSON, set it to the string.
@BrianE45
BrianE45 / iTunes.md
Created September 30, 2025 10:08
✅ iTunes Download for Windows & Mac – Free Latest Version

iTunes Download for Windows & Mac – Free Latest Version

Download iTunes for Windows latest version free in 2025. Sync your iPhone, manage music, movies, and backups easily. Get the official iTunes setup for Windows now.

Looking to download iTunes for Windows? Whether you want to manage your music library, sync your iPhone or iPad, create backups, or access Apple services from your PC, iTunes is the ultimate solution. It remains one of the most powerful and versatile media management tools, offering seamless connectivity between your Windows computer and Apple devices. In this guide, we’ll walk you through the key features of iTunes and how to download and install it on your Windows system quickly and safely.


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 4.1 Do Epic Shit Mode v1
tools
changes
codebase
editFiles
fetch
new
openSimpleBrowser
problems
runCommands
runTasks
search
searchResults
terminalLastCommand
testFailure
model 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"