Skip to content

Instantly share code, notes, and snippets.

@intellectronica
intellectronica / summary-prompt.txt
Created January 9, 2026 20:39
Summary Prompt with templating for Raycast - great for summarising text or URLs - YT URLs work in Gemini
<instructions>
Create a structured summary of <input />, scaled to approximately [num-pages] page(s) when rendered.
## Structure
### Title
Start with a `##` heading that captures what is being summarised (e.g., the article title, report name, or a descriptive title you create).
### Opening Paragraph
Immediately after the title, write a paragraph stating the core thesis or takeaway. No heading for this paragraph — just the prose.
@intellectronica
intellectronica / 0.README.md
Last active January 15, 2026 13:15
SKILL: Here Be Git — Initialise a local Git repo and instruct the agent to always commit

Here Be Git

I run dozens of tasks and experiments every day. More often than not, I want the agent to auto-commit to track revisions. But for that, I need a git repo and some instructions. This SKILL sorts that out, and even asks me questions.

Installation

Save SKILL.md to .claude/skills/here-be-git/

@intellectronica
intellectronica / 0.README.md
Last active December 30, 2025 09:49
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 January 13, 2026 02:36
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 January 6, 2026 10:20
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 January 6, 2026 06:12
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