Skip to content

Instantly share code, notes, and snippets.

View morisono's full-sized avatar

morisono

View GitHub Profile
@morisono
morisono / grill-me-vs-dig.md
Created July 31, 2026 17:45 — forked from k2ikeda/grill-me-vs-dig.md
grill-me と dig の比較・使い分け提案

grill-me と dig の比較・使い分け提案

調査日: 2026-05-21

結論

grill-me は、計画や設計を短い対話でその場検証するための軽量なインタビュー指示です。1問ずつ深掘りし、必要ならコードベースを調べ、各質問に推奨回答も添える前提なので、初期案の穴を素早く見つける用途に向いています。

dig は、Claude Code のプラグインとして構成された重めの探索プロセスです。事前の文脈収集、仮定のリスク分類、2から3問単位の構造化質問、発見事項の整理、計画ファイルへの反映、完了判定まで含むため、高リスクな計画を固める用途に向いています。

@morisono
morisono / SKILL.md
Created July 29, 2026 15:54 — forked from kousen/SKILL.md
Claude Code skill for generating optimized prompts for Google's Nano Banana image generators (Nano Banana 2 and Nano Banana Pro)
name image-prompt
description Generate optimized prompts for Google's Nano Banana image generators (Nano Banana 2 and Nano Banana Pro). Use when the user invokes /image-prompt or asks to create, write, craft, or generate a prompt for Nano Banana, Gemini image generation, or AI image creation. Also triggers when the user says "image prompt", "nano banana prompt", "nano banana 2", or "help me describe an image".
@morisono
morisono / config.toml
Created July 25, 2026 10:22 — forked from pythoninthegrass/config.toml
herdr config
# herdr configuration
# Place this file at ~/.config/herdr/config.toml
# Show first-run notification setup on startup.
# Missing also shows onboarding; set false after you've chosen.
# onboarding = true
[theme]
# Built-in themes: catppuccin, terminal, tokyo-night, dracula, nord,
# gruvbox, one-dark, solarized, kanagawa, rose-pine,
@morisono
morisono / list_of_p2p_file_sharing.md
Created July 20, 2026 11:11 — forked from SMUsamaShah/list_of_p2p_file_sharing.md
List of P2P file sharing tools

Browser Based

  1. Web Wormhole https://webwormhole.io/ https://github.com/saljam/webwormhole
  2. Localsend https://web.localsend.org/
  3. FilePizza https://file.pizza/
  4. ShareDrop sharedrop.io https://github.com/szimek/sharedrop (SOLD, not recommended, use one of the forks)
    1. A clone SnapDrop snapdrop.net https://github.com/RobinLinus/snapdrop (SOLD, not recommended, use one of the forks)
      1. A fork PairDrop https://pairdrop.net/ https://github.com/schlagmichdoch/pairdrop
  5. ToffeeShare https://toffeeshare.com/
  6. Instant.io https://instant.io/
@morisono
morisono / README.md
Created July 10, 2026 02:03 — forked from MrQuallzin/README.md
Cosmos timelapse with external camera (via gphoto2)

Cosmos timelapse with an external USB camera

Trigger a USB-tethered camera for Cosmos timelapses instead of using the printer's built-in camera. Rendering is offloaded to a Linux desktop so the printer's R528 SoC doesn't have to do video encoding.

How it works

The printer fires a small HTTP call per layer to a Flask shim running on a Linux desktop. The shim calls gphoto2 to capture from the camera and saves the JPEG locally. At print end, ffmpeg renders the frames into an MP4.

printer (layer change) ──HTTP──▶ Flask shim ──▶ gphoto2 ──▶ camera (USB)
name explain-diff-html
description Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

Explain Diff

Please make me a rich, interactive explanation of the specified code change.

It should have these sections:

@morisono
morisono / The-Complete-Guide-to-Building-Skills-for-Claude.md
Created July 10, 2026 01:58 — forked from liskl/The-Complete-Guide-to-Building-Skills-for-Claude.md
Complete guide to building Skills for Claude — covers fundamentals, planning, testing, distribution, patterns, and YAML frontmatter reference (converted from Anthropic's official PDF)

Manage Multiple Claude Code Accounts

Run two Claude Code accounts simultaneously on macOS without re-authenticating by using separate configuration directories.

Steps

  1. Create Separate Config Directories
    mkdir ~/.claude-account1
    mkdir ~/.claude-account2

Proxmox VE tips

Just a somewhat chaotic list of Proxmox VE related tips/notes.

Please note that unless you see a shebang (#!/...) these code blocks are usually meant to be copy & pasted directly into the shell. Some of the steps will not work if you run part of them in a script and copy paste other ones as they rely on variables set before.
The { and } surrounding some scripts are meant to avoid cluttering your shell history with individual commands, etc. You can ignore them if you manually copy paste the individual commands.

Table of contents