Generate a concise, shareable code snippet URL for code.franciscomoretti.com. Use when preparing a code image or short snippet for Twitter, X, social sharing, or a presentation.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add FranciscoMoretti/chat-js --skill generate-code-snippet --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Generate Code Snippet?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/franciscomoretti-generate-code-snippet)More formats (shields.io, HTML) on the badges page.
---
name: generate-code-snippet
description: Generate a concise, shareable code snippet URL for code.franciscomoretti.com. Use when preparing a code image or short snippet for Twitter, X, social sharing, or a presentation.
---
# Generate a shareable code snippet
- Keep the snippet to 15 lines unless requested otherwise.
- Show one self-contained concept with real imports and a short opening comment.
- Prefer `tsx`; use `shell` or `json` when appropriate.
Base64url-encode the snippet without padding, then construct:
```text
https://code.franciscomoretti.com/#code=<base64url>&theme=sparka&darkMode=true&padding=64&language=<language>
```
Return the snippet in a fenced code block and the complete URL.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!