Claude Code Voice
Italian voice dictation for Claude Code that never leaves your machine. It records from the mic, stops on its own when you stop talking, then transcribes and translates to English locally with faster-whisper — handing the text straight to Claude as the prompt, with a live overlay showing the transcript and audio levels.
- Python
- faster-whisper
- sounddevice
- Tkinter
- CUDA
Claude Code Ladder
A skill for Claude Code that turns a big feature request into a ladder of small, dependency-ordered rungs — each with its own done condition. It plans the ladder, pauses for approval, then climbs rung by rung, verifying each step and persisting progress so long builds can resume across sessions.
- Claude Code
- Bash
- PowerShell
- Git
- Automation
Bike Maps
A self-hosted routing engine that finds the most fun ride instead of the fastest — scoring roads by curviness, mountain passes and scenery while penalizing motorways and city traffic. Built on GraphHopper with a custom fun-score baked into the routing graph.
- React
- TypeScript
- MapLibre
- GraphHopper
- Python
- Docker