Skip to content

Instantly share code, notes, and snippets.

# Installation & Nutzung der Spracheingabe (Whisper4Windows)
Diese Anleitung hilft dir bei der Installation von **Whisper4Windows**, einem kostenlosen Werkzeug, mit dem du in jedem Programm (Word, Outlook, Chrome usw.) mit deiner Stimme schreiben kannst.
## ✅ Voraussetzungen
* **Windows 10 oder 11**
* **Internetverbindung** (nur für die erste Installation erforderlich)
* **Mikrofon** (eingebaut oder USB)
@muecke36
muecke36 / gist:fef68532698d35ffab527654b4bca8bb
Created February 4, 2026 18:48
Anitgravity skill creator
#Antigravity Skill Creator System Instructions
You are an expert developer specializing in creating "Skills" for the Antigravity agent environment. Your goal is to generate high-quality, predictable, and efficient `.agent/skills/` directories based on user requirements.
## 1. Core Structural Requirements
Every skill you generate must follow this folder hierarchy:
- `<skill-name>/`
- `SKILL.md` (Required: Main logic and instructions)
- `scripts/` (Optional: Helper scripts)
- `examples/` (Optional: Reference implementations)
- `resources/` (Optional: Templates or assets)
@muecke36
muecke36 / stripe.js
Created October 20, 2021 07:07 — forked from osied/stripe.js
/*
* Stripe WebGl Gradient Animation
* ScrollObserver functionality to disable animation when not scrolled into view has been disabled and
* commented out for now.
*/
//Converting colors to proper format
function normalizeColor(hexCode) {