Skip to content

Instantly share code, notes, and snippets.

@intellectronica
intellectronica / 0.README.md
Last active December 27, 2025 10:36
MonkeyScript: Open Archive Copy

Open Archive Copy

A userscript that opens the current page in archive.ph with a single click or keyboard shortcut.

Handy for finding an archived copy of a paywalled or blocked web page.

Installation

  1. Install a userscript manager extension such as Tampermonkey
  2. Install open-archive-copy.js
@intellectronica
intellectronica / 0.README.md
Last active December 17, 2025 08:43
GPT Image 1.5 SKILL

GPT Image 1.5 SKILL

Use this skill to create or edit images using OpenAI's GPT Image 1.5 model.

Installation

Unzip gpt-image-1-5.zip into ~/.claude/skills or ~/.skillz/ or wherever you keep skills locally. Or upload it to the Claude app.

@intellectronica
intellectronica / 0.README.md
Last active December 20, 2025 11:54
My AGENTS.md for MDFlow

Here's my AGENTS.md (also linked from CLAUDE.md as @AGENTS.md) for hacking agentically on MDFlow recipes.

I have this in ~/.mdflow/, and the agents/recipes live in ~/.mdflow/agents/ and added to the path so that they can be invoked as commands.

With this I can use a coding agent like Claude Code or GitHub Copilot in VSCode and say something like:

> create a new agent using copilot that reviews all the code files in this directory as a poem
@intellectronica
intellectronica / 0.README.md
Last active December 12, 2025 07:58
MonkeyScript: GitHub Frontmatter Fix

GitHub Frontmatter Fix

Make GitHub markdown frontmatter readable again - collapsible, syntax-highlighted YAML!

Install this user script (using a monkey extension like TamperMonkey or similar) to reformat frontmatter in markdown files on GitHub (in both repos and gists) as collapsible, syntax-highlighted YAML.


@intellectronica
intellectronica / 0.README.md
Last active December 15, 2025 19:23
Lorem Ipsum Generator SKILL

Lorem Ipsum Generator SKILL

Get lorem-ipsum.zip

Use this skill to generate lorem ipsum placeholder text for mockups, wireframes, and content drafts. Supports various structures including plain paragraphs, headings with sections, bullet and numbered lists, and realistic mixed documents. Output in plain text, Markdown, or HTML.

Works with Claude (by extracting it to ~/.claude/skills/) or uploading to the Claude web app, or with any other agent using Skillz.

Usage

@intellectronica
intellectronica / 0.README.md
Last active December 8, 2025 16:10
MonkeyScript: Paste Without Attachment in Claude

Paste Without Attachment in Claude

Stop Claude from hijacking your clipboard - paste long text as text, not attachment!

Install this user script (using a monkey extension like TamperMonkey or similar) to patch Claude's chat input so that pasting longer text keeps it as inline text rather than converting it into an attachment.


Happy Pasting! >

@intellectronica
intellectronica / mdclip.js
Last active December 7, 2025 20:35
Monkey Script for Copying an Element on a Web Page as Markdown (ported from AnswerDotAI/clipmd)
// ==UserScript==
// @name ClipMD - Copy Element as Markdown
// @namespace clipmd
// @version 1.0.0
// @description Select any element on a page and copy its content as Markdown. Userscript port of the ClipMD Chrome extension.
// @author Based on AnswerDotAI/clipmd
// @match *://*/*
// @grant GM_setClipboard
// @grant GM_registerMenuCommand
// @require https://unpkg.com/[email protected]/dist/turndown.js
@intellectronica
intellectronica / 0.README.md
Last active December 21, 2025 01:09
Upstash Redis Key-Value Store SKILL

Upstash Redis Key-Value Store SKILL

Get upstash-redis-kv.zip

Use this skill to read from and write to Upstash's Redis-compatible key-value store via REST API. Supports the full range of Redis data structures: strings, hashes, lists, sets, and sorted sets—ideal for caching, counters, leaderboards, queues, and persistent storage.

Works with Claude (by extracting it to ~/.claude/skills/) or with any other agent using Skillz.

Setup

@intellectronica
intellectronica / 0.README.md
Last active December 3, 2025 04:40
Invoice Generator SKILL (Example)

Invoice Generator SKILL (Example)

Get invoice.zip

Note: This is an example skill for educational purposes. It demonstrates how to create a skill that generates PDF documents from templates. You should use it to learn how to build your own invoice or document generation skills, not as a production invoicing solution.

Use this skill to generate professional PDF invoices by collecting invoice details interactively and processing them through a Word document template. It handles seller/buyer information, line items, VAT calculations, and payment terms.

Works with Claude Code locally (extract to ~/.claude/skills/), with Skillz for any agent, or on the Claude web app.

@intellectronica
intellectronica / 0.README.md
Last active December 21, 2025 09:56
SKILL: Fetch YouTube Transcript

YouTube Transcript SKILL

Get youtube-transcript.zip

Use this skill to fetch the transcript of a YouTube video, with or without timestamps.

Use this skill with Claude (by extracting it to .claude/skills/) or with any other agent using Skillz.

Note: This skill is unlikely to run successfully on the Claude web app, since access to YouTube is blocked. Use it with Claude Code or other local agents.