Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

claude-skills

claude-skills enthält 37 gesammelte Skills von lawless-m, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
37
Stars
6
aktualisiert
2026-07-27
Forks
0
Berufsabdeckung
10 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

anthropic-rate-limits
Softwareentwickler

Anthropic API rate limit handling - retry logic, backoff, throttling for batch workloads against Claude models

2026-07-27
auto-testing
Softwarequalitätssicherungsanalysten und -tester

Use when building an automated test → issue → fix loop with Claude Code and GitHub issues — overnight auto-fixing, regression loops, self-healing CI.

2026-07-27
blog-management
Softwareentwickler

Use when creating, editing, publishing, or deleting posts on Cyril's Workshop blog or the steponnopets.net devblog.

2026-07-27
boofuzz
Softwarequalitätssicherungsanalysten und -tester

Use when writing or contributing a boofuzz network-protocol fuzzer in this repo — layout, formatting rules, and reading results.

2026-07-27
browserbridge
Softwareentwickler

Use when a task needs real-time control of a connected browser via the Browser Bridge Broker — submit JS jobs over HTTP that browsers eval and return.

2026-07-27
character-lora-on-runpod
Datenwissenschaftler

Use when training a character LoRA (Chroma/Flux or Pony/SDXL) on a RunPod GPU and wiring it into the ComfyUI + pony_web render stack.

2026-07-27
creating-skills
Sonstige Computerberufe

Use when writing a new skill or revising an existing one — format, trigger descriptions, and what content belongs in a skill.

2026-07-27
csharpener
Softwareentwickler

Use when you need to find unused methods in a C# solution, trace who calls a method, assess removal impact before refactoring, or generate call-graph documentation/diagrams for C# code.

2026-07-27
databases
Datenbankarchitekten

Use when querying or writing any RI database — Exportmaster (DBISAM sem01/sem04), PostgreSQL x3rocs, X3/Sage1000 SQL Server, keycloak MySQL, or Parquet. DuckDB is the primary read path.

2026-07-27
dcg-grammar-companion
Softwareentwickler

Use when planning a new parser or lexer for a published language spec, validating parser correctness, or fuzz-testing a parser — build a Prolog DCG grammar companion alongside the hand-written parser.

2026-07-27
dotnet-8-to-9
Softwareentwickler

Use when migrating a project from .NET 8 to .NET 9, or preparing .NET 8 code for that migration with only the .NET 8 SDK available (e.g. Claude for Web).

2026-07-27
duckdb-extensions
Softwareentwickler

Use when building, debugging, or deploying a DuckDB loadable extension — version matching, "not a DuckDB extension" errors, install paths, auto-loading.

2026-07-27
elasticsearch
Softwareentwickler

Use when searching, indexing, bulk-loading, or rebuilding indices on RI's Elasticsearch cluster (locked at 5.2) via ServiceLib.Elasticsearch.

2026-07-27
email
Softwareentwickler

Use when sending email from RI C# services — notifications, daily reports, or log files as attachments.

2026-07-27
finding-unknowns
Projektmanagementspezialisten

Use when starting ambiguous or high-stakes work, or when the user says "blind spot pass", "interview me", "what am I missing", or asks for an implementation plan.

2026-07-27
flowstone-docs
Desktop-Publisher

Use when writing Flowstone-compatible project or hub notes — small Markdown notes with [[wiki-links]] so the knowledge graph stays connected; never touches repo READMEs.

2026-07-27
gogs
Softwareentwickler

Gitea issue tracker on dw.ramsden-international.com - the triage/plan/execute plan/fixed label workflow, plus creating, querying and commenting on issues via the REST API

2026-07-27
image-files
Softwareentwickler

Use when resizing, converting, optimizing, or batch-processing images with ImageMagick — especially when the magick command isn't found on PATH on Windows.

2026-07-27
jsharpener
Softwareentwickler

Use when finding dead JS/TS code, tracing callers (call graphs), or analyzing module and circular dependencies in a JS/TS project.

2026-07-27
logging
Softwareentwickler

UTF-8 file logging with automatic date-based filenames and thread-safe operations for RocsMiddleware services

2026-07-27
nawin
Softwareentwickler

Use when working on the Nawin .NET 9 codebase or connecting to 9front/Plan 9 over 9P2000 — file serving, CPU shell, FUSE/ProjFS mounts, auth.

2026-07-27
parquet-files
Softwareentwickler

This describes how to create Parquet files in C#, including updating and multi threaded creation

2026-07-27
postgresql
Datenbankadministratoren

PostgreSQL database operations using PgQuery tool for DDL execution, schema management, and query operations

2026-07-27
python-json
Softwareentwickler

Use when reading or writing JSON in Python on Windows to avoid CP-1252 mojibake — the convention here is to copy this skill's json_io.py into the project and always open JSON as UTF-8.

2026-07-27
qwen-ollama
Softwareentwickler

Use when a task needs local LLM inference via the on-box Ollama server (Qwen 2.5) instead of a cloud API.

2026-07-27
reverse-proxy-deployment
Netzwerk- und Computersystemadministratoren

Use when deploying behind the Apache reverse proxy on rivsprod01, writing a ProxyPass config in /etc/apache2/proxy-conf.d/, or fixing 404s under a path prefix.

2026-07-27
ri-service-toolkit
Softwareentwickler

Use when building a .NET 9 service from RI's shared components (ExportKing, KdbxCredentials, OhSheet, Anthea) deployed as a TinyWeb CGI, or registering a URL on the dw portal page.

2026-07-27
roo-vms
Netzwerk- und Computersystemadministratoren

Alpine and Debian QEMU VMs for protocol testing, fuzzing, and network experiments

2026-07-27
rust
Softwareentwickler

Use when starting or writing Rust projects — and especially this environment's v4l2 video I/O, RGB-to-YUYV conversion, and frame-timing patterns.

2026-07-27
scryql
Softwareentwickler

Use when asked "why isn't <record> in this query result", to trace a row through joins, or to decompose WHERE/JOIN-heavy SQL into per-step pass/fail attribution — generates ScryQL rules.pl + queries.sql.

2026-07-27
sharepoint
Softwareentwickler

Use when uploading/downloading files to RI's SharePoint Online sites, updating Excel tracker cells, or normalizing pasted share links.

2026-07-27
suno-automation
Softwareentwickler

Use when asked to make or generate a song on Suno, automate Suno, or fill the suno.com create form programmatically — drives a logged-in browser via the Browser Bridge.

2026-07-27
task-loop
Sonstige Computerberufe

Invoke once per timer tick under /loop dynamic mode — picks the next unblocked task, works it, schedules the next wake-up. Not for cron-style /loop 60s.

2026-07-27
vram-gpu-oom
Netzwerk- und Computersystemadministratoren

Use when GPU services (Ollama, Whisper, ComfyUI/Flux, OCR) contend for VRAM on the RTX 3090 and hit CUDA OOM.

2026-07-27
web-frontend
Webentwickler

Use when building an elaborate multi-component claude.ai HTML artifact needing state, routing, or shadcn/ui — not for simple single-file artifacts.

2026-07-27
whisper-transcription
Softwareentwickler

Use when transcribing audio to text via the local whisper.cpp server (large-v3, CUDA) — POST an audio file, get JSON back.

2026-07-27
x3-soap-web-services
Softwareentwickler

Use when building, deploying, or calling Classic SOAP sub-program web services on Sage X3.

2026-07-27
claude-skills Agent Skills auf GitHub | SkillsMP