Instantly share code, notes, and snippets.
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 poemUse 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.
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!>
| // ==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 |
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.
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.
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.