kitfunso
- 127 skills
- 0 followers
- 1 day ago last updated
- ▌ Eval Driven Dev · kitfunsoEval-Driven Development: evals as unit tests for AI work. Use for AI workflows, agent pipelines, or prompt engineering quality checks.
- ▌ Hyperframes CLI · kitfunso bundleUse the HyperFrames CLI development loop: init, add, catalog, capture, lint, check, snapshot, compare, grade-compare, preview, play, present, beats, keyframes, single or batch render, publish, cloud, cloudrun, feedback, lambda, doctor, browser, info, upgrade, skills, compositions, docs, benchmark, telemetry, transcribe, auth, tts, and remove-background. Also use when diagnosing build or render failures. validate, inspect, and layout are deprecated aliases; use check. Covers local, HeyGen-hosted cloud, AWS Lambda, and Google Cloud Run rendering.
- ▌ Record Decision · kitfunsoRecording a durable decision: at ship time, or when asked to 'record this decision' or 'write an ADR'.
- ▌ Standards Check · kitfunsoAudits a codebase against engineering, security, and quality standards; scores six dimensions 0-10. Use for code or security review.
- ▌ Benchmark Models · kitfunsoCross-model benchmark for gstack skills. Runs the same prompt through Claude, GPT (via Codex CLI), and Gemini side-by-side — compares latency, tokens, cost, and optionally quality via LLM judge. Answers "which model is actually best for this skill?" with data instead of vibes. Separate from /benchmark, which measures web page performance. Use when: "benchmark models", "compare models", "which model is best for X", "cross-model comparison", "model shootout". (gstack)
- ▌ Delete Dead Code · kitfunsoFind and delete dead code using ruff and vulture (Python) or equivalents
- ▌ Dev Framework Rl · kitfunsoRL orchestrator: runs a problem idea-to-ship with critic gates and trajectory logging. Use for 'run an RL episode' or 'loop <target>'.
- ▌ Hyperframes Core · kitfunso bundleHyperFrames composition contract: data-* attributes, tracks, sub-compositions, determinism, validation. Read before writing HTML.
- ▌ Project Scaffold · kitfunso bundleGenerate PRD, Architecture, CLAUDE.md, and Plan docs when starting a new project from scratch.
- ▌ Git Commit Helper · kitfunsoGenerate descriptive commit messages from git diffs and review staged changes before committing (message quality only; /commit does the stage-and-push).
- ▌ Hyperframes Audio · kitfunso bundleUse when audio already placed in a HyperFrames composition needs to be mixed: fade-in/fade-out, crossfade, track gain or volume, volume automation, ducking, a music bed that fights a voiceover (voiceover carve), effects on a track (EQ, compressor, limiter, gate, saturation, delay, reverb, chorus, phaser, bitcrush), or automation envelopes drawn on a track's volume or any effect parameter. Don't use for sourcing or generating audio — finding BGM, SFX, or making a voiceover is `/media-use`. Don't use for clip timing or track layout, which is `/hyperframes-core`.
- ▌ Install Anti Slop · kitfunso bundleInstall and configure the anti-slop Oxlint plugin in a TypeScript or JavaScript repo. Use to add anti-slop lint rules or migrate a setup.
- ▌ Quant Ml Protocol · kitfunso bundleBuilding, validating, or promoting a time-series/financial forecasting model: the rigorous nulls/holdout/selection-honesty protocol (model-improve defers here for non-Quantamental work).
- ▌ Design Consultation · kitfunso bundleProposes a design system (aesthetic, typography, color, layout, motion) and writes DESIGN.md. Use for 'design system' or new UI. (gstack)
- ▌ Open Gstack Browser · kitfunsoLaunch GStack Browser — AI-controlled Chromium with the sidebar extension baked in. Opens a visible browser window where you can watch every action in real time. The sidebar shows a live activity feed and chat. Anti-bot stealth built in. Use when asked to "open gstack browser", "launch browser", "connect chrome", "open chrome", "real browser", "launch chrome", "side panel", or "control my browser".
- ▌ Hyperframes Creative · kitfunso bundleNon-animation creative direction for HyperFrames: palettes, typography, narration, brand style. See hyperframes-animation for motion.
- ▌ Hyperframes Registry · kitfunso bundleInstall, discover, and wire HyperFrames registry blocks/components. Use for hyperframes add, catalog, index.html wiring, hyperframes.json.
- ▌ Hyperframes Animation · kitfunso bundleHyperFrames animation: motion rules, blueprints, transitions, runtime adapters (GSAP, Lottie, Three.js, Anime.js, CSS, WAAPI, TypeGPU).
- ▌ Setup Browser Cookies · kitfunso bundleImport cookies from your real Chromium browser into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages. Use when asked to "import cookies", "login to the site", or "authenticate the browser". (gstack)
- ▌ Web Artifacts Builder · kitfunso bundleBuilds elaborate multi-component claude.ai HTML artifacts with React, Tailwind, shadcn/ui. For complex artifacts needing state or routing.
- ▌ Platform Voice Adapter · kitfunsoAdapt content tone, length, and format per platform (Twitter, LinkedIn, Instagram, Threads, TikTok). Use for multi-platform campaigns.
- ▌ Remotion To Hyperframes · kitfunso bundlePort an existing Remotion (React) composition to HyperFrames HTML. Use ONLY for an explicit ask to port/convert/migrate a Remotion source.
- ▌ Improve Docs Architecture · kitfunsoStrict architecture review for markdown/docs corpora. Survey, deletion test, candidate cards, grilling. Review-only until apply.
- ▌ Resolving Merge Conflicts · kitfunsoUse when you need to resolve an in-progress git merge/rebase conflict.
- ▌ Improve Codebase Architecture · kitfunsoAudit the codebase's **architecture** and propose concrete improvements. This is structural work, not style nitpicking.
- ▌
- ▌ Thermo Nuclear Code Quality Review · kitfunsoRuns an extremely strict maintainability review: abstraction quality, giant files, spaghetti growth.