Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@intellectronica
intellectronica /0.README.md
Last activeDecember 17, 2025 08:43
GPT Image 1.5 SKILL

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

Installation

Unzipgpt-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 activeDecember 17, 2025 09:14
My AGENTS.md for MDFlow

Here's myAGENTS.md(also linked fromCLAUDE.md as@AGENTS.md) for hackingagentically onMDFlow recipes.

I have this in~/.mdflow/, and the agents/recipes live in~/.mdflow/agents/ and added to the pathso 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 activeDecember 12, 2025 07:58
MonkeyScript: GitHub Frontmatter Fix

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

Installthis user script(using a monkey extension likeTamperMonkey or similar) to reformat frontmatter inmarkdown files on GitHub (in both repos and gists) as collapsible, syntax-highlighted YAML.


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

Getlorem-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 usingSkillz.

Usage

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

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

Installthis user script (using a monkey extension likeTamperMonkey 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 activeDecember 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/turndown@7.2.0/dist/turndown.js
@intellectronica
intellectronica /0.README.md
Last activeDecember 4, 2025 19:23
Upstash Redis Key-Value Store SKILL

Getupstash-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 usingSkillz.

Setup

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

Getinvoice.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/), withSkillz for any agent, or on the Claude web app.

@intellectronica
intellectronica /0.README.md
Last activeDecember 16, 2025 04:39
SKILL: Fetch YouTube Transcript

Getyoutube-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 usingSkillz.

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 activeDecember 17, 2025 07:51
Filez - Ad-Hoc File Sharing Using GitHub Pages

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 READMEwith 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 concernthat other files will be discovered.

NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp