← all publishers

rmednitzer

@rmednitzer source repo

3 published skills

  1. Shell · rmednitzer bundle
    Author robust, safe Bash and run commands reliably on local and remote machines. Use when writing or reviewing shell scripts (strict mode, quoting, word splitting, ShellCheck, error and signal handling, traps, retries, timeouts, locking, concurrency, idempotent and atomic writes); when automating SSH (ssh_config model, keys and agent, host-key trust and certificate authorities, ProxyJump bastions, ControlMaster multiplexing, BatchMode, no-PTY exit-status semantics, scp and rsync, authorized_keys constraints, sshd hardening); or when choosing a reliable mechanism to run or drive a process instead of a fragile scripted session (direct exec, setsid, systemd-run, script, expect). Triggers on bash, sh, shell script, shebang, ShellCheck, heredoc, trap, ssh, ssh_config, scp, rsync, known_hosts, ProxyJump, ControlMaster, BatchMode, expect, detached background job.
    0
    installs
  2. Example · rmednitzer
    Example reference skill demonstrating the Agent Skills specification. Use this skill as a template for new skills or when testing the loader, registry, and dispatcher code paths. Demonstrates frontmatter fields, metadata extensions (lane, triggers), and references directory layout.
    0
    installs
  3. Dispatcher Skill · rmednitzer
    The routing skill consumed by SkillBasedDispatcher: its body is the dispatch prompt that selects which other skill should handle a query. This is infrastructure (a meta-skill), not a task skill. It is excluded from its own routing catalog and should never be selected to perform user work; it only decides routing. Ships in-tree so the recommended default dispatcher composition in ADR 0006 (KeywordDispatcher then SkillBasedDispatcher then LLMDispatcher) is runnable as written.
    0
    installs