send-rtl-business-emailSend a business or formal email whose body is in a right-to-left script — Hebrew, Arabic, Farsi or Urdu — to a client, supplier, bank, insurer, utility, municipality, government body or regulator, including covering notes for an attached letter. Signs with…send-rtl-personal-emailSend a personal email whose body is in a right-to-left script — Hebrew, Arabic, Farsi or Urdu — to a person, friend, family member, vendor or colleague. Signs with the user's personal profile. Use for ANY personal RTL-bodied email including one-line replies,…configure-rtl-signaturesSet up or change the user's RTL email profiles — their preferred signature, display name in both scripts, contact details and organisation identifiers — and persist them so later sends reuse them without asking again. Use on first RTL send, when the user asks…
repository explorer
danielrosehill · Repositories and representative skills - Page 11
Repository-level view of 1,248 collected skills across 192 GitHub repositories.
timemark-archiveBuild a self-contained Timemark archive - full-resolution images, per-image JSON sidecars, and an index.json referencing them all with hashes. Use after timemark-import when the photo set needs to land in a repo or be handed on as one unit.timemark-burn-inWrite joined Timemark field values permanently into the image files as XMP, so each photo is self-describing and survives being moved, copied or re-filed. Use after timemark-import has verified both halves are present.timemark-importGate and triage a Timemark photo import - check the user has supplied BOTH the original images and the Photosheet XLSX export before any work starts, because half an import cannot be completed later. Use whenever someone brings Timemark photos, a Photosheet,…
prior-art-scanDetermine whether a Claude Code plugin, MCP server, skill or native feature already exists for a stated requirement, and return a build-vs-adopt verdict with a dated report. Use when the user asks "is there a plugin for X", "does an MCP exist for Y", "has…reindexRebuild scans/README.md from the frontmatter of every scan in scans/. Use when the user says "rebuild the index", "the index is out of date", "reindex the scans", or after adding or revising a scan by hand. Also validates that every scan's frontmatter parses…rescanRe-run an existing prior-art scan against today's ecosystem and append a dated revision, without rewriting the original. Use when the user says "is that still true", "re-check that scan", "has anything appeared since", "refresh the prior art on X", or is…
or-cost-projectionUse when the user wants to estimate the cost of running a workload on a specific OpenRouter model (or shortlist) — produces a cost table with monthly/annual extrapolation.or-find-alternativeUse when the user wants to find a cheaper or otherwise-similar alternative to a specific OpenRouter model — returns 3–5 ranked alternatives with trade-offs explicit.or-quick-lookupUse when the user mentions an OpenRouter model ID mid-conversation and needs a quick capability/pricing snapshot — not a full evaluation.
add-batchDefine a new curated batch of third-party Claude plugins and write it as a JSON file under batches/. Use when the user says "add a new batch", "I want to bundle these plugins", or proposes a new theme grouping.install-batchInstall every plugin in a named batch from favorite-plugins-installers — adds any required marketplaces first, then runs `claude plugins install` for each plugin. Use when the user says "install the X batch", "set up my Y plugins", or names a batch defined in…list-batchesList every curated plugin batch shipped with favorite-plugins-installers, with descriptions and plugin counts. Use when the user asks "what batches are available", "show me the bundles", or before picking one to install.
pull-changePull a specific version (X.Y.Z) from the upstream Claude Code CHANGELOG and scaffold its change folder + categorized.json. Use when the user names a particular release rather than asking for the latest. Markdown derivatives and the PDF are produced separately…render-derivativesFrom a populated categorized.json for a version, render by-type.md, by-cat.md, combined.md, and a Typst-compiled combined.pdf with the version in the footer and page numbers. Use after editing categorized.json (summary + items + categories) to produce the…sync-latest-changeFetch the latest version from the upstream Claude Code CHANGELOG and scaffold its change folder + categorized.json (the source of truth for derivatives). Use when the user wants to capture the newest release for note-taking. Markdown derivatives and the PDF…
new-workspaceProvision a new smart-home workspace on disk. Use when the user wants to start a fresh workspace for Home Assistant administration, multi-room audio (Snapcast/Spotify), or a Plex+NAS media server. Accepts a workspace name and a variant (home-assistant |…snapcast-opsReference material for Snapcast server config, client flags, group semantics, and JSON-RPC control. Loaded when working on Snapcast topology.spotify-network-opsShared references for the Spotify Network Installer template — package names, systemd unit fragments, EQ preset definitions, and zeroconf quirks. Loaded by the commands in this repo.
mqtt-monitor-allSubscribe to all MQTT topics (`#`) on the configured broker and stream payloads for observation. Use when the user wants to see every message flowing through their broker, sniff activity, or find which topic a device publishes to. Requires `/mqtt-setup` to…mqtt-monitor-topicSubscribe to a specific MQTT topic or topic pattern (e.g. `zigbee2mqtt/#`, `home/livingroom/+/state`) on the configured broker and stream matching payloads. Use when the user wants to watch a single device, namespace, or subtree rather than all broker…mqtt-publishPublish (send) a payload to a specific MQTT topic on the configured broker. Use when the user wants to trigger an automation, send a test message, control a Zigbee/Home-Assistant device, or inject a payload for debugging. Requires `/mqtt-setup` to have been…
onboardFirst-run onboarding for the proxmox-mgmt plugin. Interview the user about their Proxmox host — IP, SSH user, web UI URL, and (optionally) Proxmox API token references — and persist the result to `$CLAUDE_USER_DATA/proxmox-mgmt/config.json`. Run this before…proxmox-maintenanceUse when the user wants to perform maintenance, diagnostics, or configuration on their Proxmox VE host via SSH or the Proxmox API. Reads connection details from `$CLAUDE_USER_DATA/proxmox-mgmt/config.json` (populated by the `onboard` skill in this plugin).…
onboardFirst-run onboarding for the synology-mgmt plugin. Interview the user about their Synology NAS — host/IP, SSH user and port, DSM web URL, share root, and (optionally) DSM credentials reference — and persist the result to…synology-operationsUse when the user wants to connect to their Synology NAS for file operations, share management, storage health checks, or general maintenance. Reads connection details from `$CLAUDE_USER_DATA/synology-mgmt/config.json` (populated by the `onboard` skill in…
editorial-pipelineUse when the user wants to run a multi-stage sequential editorial refinement on a piece of writing — typo cleanup → UK English standardisation → flow & polish → headings → proofreading/fact-checking → source/citation insertion → SEO polish. Each stage is a…new-workspaceProvision a new content-writing workspace on disk. Use when the user wants to start a new writing project (general writing, blog, opinion blog, or document-templates library). Accepts a workspace name and optional variant. Scaffolds the workspace,…
inject-junctionModify an existing Claude Code skill to add Agent Junction awareness — registration, peer discovery, and message exchange. Injects junction blocks at appropriate points in the skill workflow. Primary use case is junction-enabling handover skills. Triggers on…use-junctionUse Agent Junction for real-time inter-agent communication. Register on the junction, discover peers, and exchange encrypted messages between Claude Code instances. Use when coordinating multiple agents, handing off context to a peer, or broadcasting…