← all publishers

viktor-ferenczi

@viktor-ferenczi source repo

)}

14 published skills

  1. Safe Commands · viktor-ferenczi bundle
    Collection of safe, read-only CLI commands for 149 tools. Environment variables and parameters for running command line programs reliably without modifying system state. Includes query-only modes, dry-run options, and non-destructive alternatives.
    0
    installs
  2. Consistency Check · viktor-ferenczi
    Finds and fixes internal inconsistencies in a software project — code vs configuration vs documentation drift, plus linter findings. Use after a larger change or refactoring, before a release, or when the user asks to check/clean up the consistency of the project.
    0
    installs
  3. Python Guidelines · viktor-ferenczi
    Guiding principles for writing clear, concise, human readable and maintainable Python code. Use whenever writing, refactoring, or reviewing Python code.
    0
    installs
  4. Stabilization Loop · viktor-ferenczi
    Iterates on a locally runnable project (typically a server with a test suite) until it builds, runs, and passes all tests cleanly, fixing failures between runs. Use when tests or the running application are failing or flaky after changes and the user wants to loop until green. Requires a local development setup — never run against production.
    0
    installs
  5. Dotnet CLI Fix Loop · viktor-ferenczi
    Iterates on a .NET CLI project buildable with `dotnet build` until it builds and runs without errors.
    0
    installs
  6. GCP Batch Inference · viktor-ferenczi
    Run Gemini batch inference on Google Cloud Vertex AI. Use when the user wants to process a large number of prompts asynchronously and cheaply (50% discount) on GCP — bulk classification, annotation, extraction, or generation — from Cloud Storage JSONL files or BigQuery tables.
    0
    installs
  7. Godot Documentation · viktor-ferenczi
    Installs and serves an offline copy of the official Godot Engine documentation (getting started guides, tutorials, API class reference, engine details). Use when working on a Godot project or GDScript code and you need authoritative API or engine reference. On first use it downloads the docs by cloning godotengine/godot-docs (requires network access and a few hundred MB of disk).
    0
    installs
  8. Swdev Best Practices · viktor-ferenczi bundle
    Best practices to follow and principles to adhere to during software development. Use when designing, writing, refactoring, or reviewing code in any language, or when the user asks which principle applies to a design decision.
    0
    installs
  9. Token Saving Techniques · viktor-ferenczi
    A list of techniques for reducing token usage while working on complex tasks. Use this skill when the task at hand involves working with a significant number of documents or resources.
    0
    installs
  10. Recursive Language Model · viktor-ferenczi bundle
    Recursive Language Model workflow for processing documents that exceed context window limits. Uses a persistent Python REPL and subordinate agents to chunk, search, and analyze large context files.
    0
    installs
  11. Structured Documentation · viktor-ferenczi
    Generate a verified, modular handbook from a large source-code or document tree, then keep it cheap to refresh as the inputs change. Use when the documents are numerous, relate to each other in intricate ways, or their total size exceeds the context window — and you need a navigable TOC/Index with verified cross-references rather than an ad-hoc summary.
    0
    installs
  12. Bizzfactory Document Downloader · viktor-ferenczi bundle
    Download all of a client's documents from the Bizz Factory portal (portal.bizzfactory.se) into a local folder tree that mirrors the page, without converting files or causing any side effects. Use when the user wants to back up, archive, or bulk-download documents from their BizzFactory / Bizz Factory portal account, or mentions a portal.bizzfactory.se/documents/<uuid> URL.
    0
    installs
  13. Silent CLI · viktor-ferenczi bundle
    Environment variables and parameters for running command line programs reliably in non-interactive environments (unattended). Includes silent modes, color/disable TTY, and reduced output options for 155 CLI tools.
    0
    installs
  14. Sdl3 Wiki · viktor-ferenczi bundle
    Complete offline copy of the SDL3 (Simple DirectMedia Layer 3) wiki in CommonMark format. Use this skill whenever the user is working with SDL3 — writing or porting code that calls SDL_*, asking about SDL subsystems (audio, video, GPU, input, events, render, surface, gamepad, joystick, haptic, threads, file I/O, etc.), looking up an SDL function/struct/enum/macro signature, migrating from SDL2 to SDL3, or referencing SDL3 hints/properties/keycodes/scancodes. Prefer this skill over guessing API shapes from memory — SDL3 changed many SDL2 names and signatures.
    5
    installs