Skip to content

Instantly share code, notes, and snippets.

@intellectronica
intellectronica / 0.README.md
Last active December 13, 2025 21:38
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 10, 2025 11:15
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 4, 2025 19:23
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 3, 2025 04:39
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.

@intellectronica
intellectronica / 0.README.md
Last active December 13, 2025 22:02
Filez - Ad-Hoc File Sharing Using GitHub Pages

GitHub Pages File-Sharing

If you sometimes find yourself needing to share a file over HTTP, there are not many file-sharing solutions you can use.

This action works by publishing files via GitHub Pages behind an obscure prefix path. It updates the repository README with the URLs, so that you have links to the published files.

You can keep the repository secret, and the files are public but semi-secret, so you can share them without concern that other files will be discovered.

@intellectronica
intellectronica / 0.README.md
Last active November 27, 2025 16:36
⌘-Enter to Submit in AI Chats [MonkeyScript]

⌘-Enter to Submit in AI Chats

The cure for premature chat submission - never lose an incomplete prompt again!

Install this user script (using a monkey extension like TamperMonkey or similar) to patch the textbox in common AI chats (currently supports Claude, ChatGPT, Gemini, and Google AI mode) so that instead of using Enter to submit and Shift-Enter for new lines, they use ⌘-Enter to submit and Enter just adds a new line.