joet203
- 8 skills
- 0 followers
- 17 hours ago last updated
- ▌ Peel · joet203 bundleUse when the user says "/peel", "peel this session", "send this to the side window", "unpeel", "pop this back out", or asks where a session is parked. Toggles the current kitty tab (with the running Claude session inside it) between a shared OS window titled "claude-peel" — where multiple Claude sessions sit side by side — and its own window. Creates the peel window on first use. Requires kitty with remote control enabled (already configured in ~/.config/kitty/kitty.conf).
- ▌ Deploy · joet203Use when deploying a site to Vercel. Runs the deploy, verifies the live URL actually serves new content (not cached), checks/disables SSO protection for public sites, and scans for duplicate HTML files that may need the same edits. Prevents the recurring friction of trusting "Deployment succeeded" messages that hide cache, auth-protection, or duplicate-file issues.
- ▌ Factcheck · joet203Use before writing factual claims (businesses, restaurants, prices, hours, quotes, citations, laws, bill numbers, dates) into deployed content — travel sites, advocacy pages, recipe guides, emails. Verifies every factual claim via WebSearch/WebFetch and flags unverified ones as "unverified" rather than guessing. Built because fabricated details (invented restaurants, wrong business hours, made-up quotes) have been the
- ▌ Image Gen · joet203 bundleGenerate actual images from text, free, no paid API. Use whenever the user wants an image created — illustration, hero/header art, icon, texture, concept art, photo-style render, logo sketch, placeholder, or a picture to drop into a page or doc. Triggers on 'make an image', 'generate a picture of', 'create art', 'I need a graphic for', 'render', 'draw me', or any request that needs a visual rather than prompt text. Three backends: local ComfyUI (private, no limits), pollinations.ai (any size, needs internet), and Codex gpt-image-2 (best quality, uses ChatGPT Plus subscription limits — finals only). NOTE: for writing funny prompt TEXT (not images) use the image-prompts skill instead.
- ▌ Visualize · joet203Generate a rich, styled HTML page to visualize information instead of dumping text in the terminal. Use this whenever the response would be long, dense, or benefit from visual hierarchy — research results, comparisons, decision matrices, project status, learning guides, code explanations, API docs, recipe breakdowns, or any multi-section answer. If the user asks to 'visualize', 'show me', 'break down', 'compare', or the answer would exceed ~30 lines of terminal output, this skill makes it dramatically easier to read.
- ▌ Offbeat Joke · joet203Create short, funny jokes that are offbeat, surreal, or statistically unlikely. Use when a user asks for a joke, wants something quirky/odd, or requests humor "out of the normal distribution."
- ▌ Vercel Deploy · joet203 bundleDeploy websites and web apps to Vercel. Use when a user asks to deploy, publish, put a project live, make a Vercel site public, disable Vercel SSO protection, assign a clean `vercel.app` alias, or verify a production deployment URL.
- ▌ Game Sprite Pipeline · joet203 bundleGenerate, clean, align, and integrate consistent game-ready character sprite sheets from AI image outputs. Use when working on 2D/2.5D game character sprites, animation sheets, transparent-background sprite assets, frame slicing, alpha cleanup, fixed frame boxes, baseline/pivot alignment, idle/walk/action animation loops, or image-model prompts for consistent game sprites.