Skip to main content

مستكشف المستودعات

danielrosehill · المستودعات و skills الممثلة - الصفحة ٨

عرض على مستوى المستودعات لـ ١٬٢٤٨ skills مجمعة عبر ١٩٢ مستودعات GitHub.

#٨٥danielrosehill/Freight-Vol-Calculator٦ skills
container-loadWork out how many units fit in a shipping container or road trailer - 20 ft GP, 40 ft GP, 40 ft HC, 45 ft HC, reefers, 13.6 m curtainsider - either palletised on a chosen pallet standard or floor-loaded loose, with buffers and payload limits applied. Use for…listing-dimensionsPull product and carton dimensions out of a supplier listing - Alibaba, AliExpress, Amazon, 1688/Taobao, eBay, or any B2B catalogue - normalise them, cross-check them for the ways listings are routinely wrong, and feed the result into the pallet, container…size-a-shipmentMain entry point for freight volume questions. Takes a product's dimensions and an order quantity and produces a shipment brief - pallet quantity, container load, how many containers, cost per unit if a rate is known - by orchestrating the other skills in…freight-costTurn a freight rate into a cost per unit and a landed cost, by dividing the rate by a computed pallet or container load. Handles per-container (FCL), per-CBM (LCL groupage), per-pallet, per-kg air/road chargeable weight, quantity price breaks, duty on CIF,…packing-optionsEnumerate and rank master-carton packing permutations for a product - how many units per carton, arranged which way, giving which carton dimensions - and score each one by units per pallet and units per container. Use when the carton size is not yet fixed,…pallet-quantityWork out how many units of a product fit on a pallet, for one pallet standard or compared across all of them (EUR-1/EPAL, GMA 48x40, China 1200x1000, Asia 1100x1100, Australian, ISO 6780 sizes). Use whenever someone gives product or carton dimensions and asks…
#٨٦danielrosehill/Claude-NFC-Ops-Plugin٦ skills
#٨٧danielrosehill/Claude-Donetick-Plugin٦ skills
#٨٨danielrosehill/Claude-Get-Toony-Plugin٦ skills
structure-long-promptUse when the user wants to convert CLAUDE.md, a system prompt, or any long instruction file into TOON — or asks how to compress / restructure a long prose prompt. Pushes back on TOON for prose (wrong tool) and recommends XML-tag section delimiters, the…batch-to-toonConvert a directory of JSON / CSV / YAML files into TOON in one pass. Per-file round-trip checks, aggregate token-saving report, and a manifest so partial runs are resumable. Use when the user has a folder of structured data destined for LLM prompts.csv-to-toonConvert a CSV file into TOON. CSV is already token-efficient for flat tables, but TOON adds explicit array-length and field-header guardrails that improve LLM accuracy on the same data. Use this when the destination is an LLM prompt, not when CSV itself is…json-to-toonConvert a JSON file (or JSON on stdin / pasted into chat) into TOON format using the @toon-format/toon CLI. Verifies losslessness via round-trip decode and reports the token-count saving.setup-toolingInstall or verify TOON ecosystem tooling — the JS reference CLI (@toon-format/toon), Python implementations (xaviviro/python-toon, ScrapeGraphAI/toonify), the Java port (toon-format/toon-java), and adjacent JSON libraries like jdereg/json-io. Picks the right…toon-referenceReference for the TOON (Token-Oriented Object Notation) format — what it is, when it helps, when it doesn't, and how to invoke the @toon-format/toon CLI. Read this before using the other skills in this plugin if the user is unfamiliar with TOON.
#٨٩danielrosehill/Claude-Eval-Runner-Plugin٦ skills
create-evalDesign a custom eval from scratch, or remix an existing benchmark. Use when the user wants to define the eval itself — task framing, dataset composition, scoring rubric, and reporting format — rather than simply wiring up a framework. Produces a fully…new-workspaceProvision a new eval-runner workspace on disk. Use when the user wants to start a new evaluation project — scaffolds evals/, datasets/, results/, and docs/ directories, personalises CLAUDE.md, and (by default) creates a GitHub repo.publish-datasetPublish an eval dataset to Hugging Face Hub (or GitHub as a fallback). Use when the user wants to share the inputs/labels used by an eval — with a dataset card, licensing, splits, and a content hash so downstream runs can verify integrity.publish-evalPublish an eval (definition + results) so others can reproduce it. Use when the user wants to share an eval publicly — as a GitHub repo, Hugging Face space, or a standalone writeup. Produces a clean, self-contained bundle with README, task spec, rubric,…run-evalExecute an eval defined in the current workspace and capture results with full metadata. Use when the user wants to actually run an eval (one or many SUTs), collect scored outputs under results/, and produce a run manifest so findings are reproducible and…setup-evalSet up an evaluation in the current workspace. Use when the user wants to scaffold a single eval — choosing an existing framework (DeepEval, Inspect AI, OpenAI Evals, lm-evaluation-harness, LightEval, OLMES, Promptfoo, etc.), adapting an existing benchmark,…
#٩٠danielrosehill/Weird-Prompts-Episode-Suggester٦ skills
fill-library-gapsUse when Daniel wants to find gaps in the My Weird Prompts episode library or surface adjacent topics to ones already covered. Triggers on phrases like "what haven't we covered", "find gaps", "adjacent topics", "what's missing", "expand the library".follow-up-episodesUse when Daniel wants to ideate complementary or follow-up episodes to previously-aired My Weird Prompts episodes — sequels, companion pieces, reverse-angle takes, or episodes that extend a thread from an earlier one. Triggers on phrases like "follow-up",…highlight-expansionUse when Daniel wants to identify the strongest, most unique, or most interesting episodes of My Weird Prompts so far and propose updates, expansions, or spin-offs that build on them. Triggers on phrases like "best episodes", "highlight reel", "standouts",…offbeat-formatsUse when Daniel wants to brainstorm offbeat or experimental show formats for My Weird Prompts — structural experiments that push the boundaries of what an AI-generated podcast can do. Triggers on phrases like "new format", "show format", "experiment", "push…ridiculous-conversationsUse when Daniel wants to ideate generally ridiculous conversation ideas for My Weird Prompts episodes. Triggers on phrases like "ridiculous conversation", "absurd dialogue", "surreal chat", "weird discussion", "silly topic", "just come up with something…top-10-episodesUse when Daniel wants to ideate funny "Top 10" style episodes for My Weird Prompts. Triggers on phrases like "top 10", "listicle episode", "ranked", "countdown", "best of", "worst of". This format has historically produced some of the funniest and best…
#٩١danielrosehill/Claude-Hebrew-Correspondence-Plugin٥ skills
read-hebrew-correspondenceTurn incoming Hebrew email — .eml exports, a folder of them, or an .mbox — into a readable threaded PDF or Markdown, with correct right-to-left rendering and optional redaction before sharing. Use when correspondence arrives as files rather than in a mailbox,…send-hebrew-emailSend an email whose body is in Hebrew, as RTL HTML so it renders correctly in every client rather than left-aligned with punctuation stranded. Handles both personal and business register and signs from the stored profile. Use for ANY Hebrew-bodied email…setup-hebrew-correspondenceFirst-run setup for Hebrew correspondence — verify Typst, WeasyPrint and poppler are present, install the vendored David Libre faces, and capture the sender identity used to sign letters and emails. Run once per machine, or when a render comes out in the…verify-hebrew-renderCheck that a Hebrew PDF actually rendered correctly — right font embedded, no silent substitution, direction sane — before it is sent to anyone. Use after generating any Hebrew PDF and before any send. Triggers on "check this Hebrew PDF", "did the font work",…write-hebrew-letterTypeset a formal letter in Hebrew to PDF — RTL, David Libre, dual Hebrew/Gregorian dating, addressee and subject blocks. For complaints to a company or authority, קבילות, freedom-of-information requests, and any letter that needs to look official. Triggers on…
#٩٢danielrosehill/Claude-OBD-Diagnostics-Plugin٥ skills
#٩٣danielrosehill/Claude-Israel-Opening-Hours-Plugin٥ skills
easy-co-il-lookupLook up an Israeli business on easy.co.il (the Israeli business directory, דפי עסקים) for opening hours, phone and address. Often carries the merchant's own Hebrew hours text with Shabbat-relative wording intact, which Google strips. Requires a real browser —…check-opening-hoursAnswer "is this Israeli business open" / "what time does it open" / "will it be open before Shabbat" for a named business. Gathers stated hours from Google Business and easy.co.il, then resolves any Shabbat- or chag-relative phrasing into concrete clock times…shabbat-anchorsGet candle-lighting, havdalah, sunset and tzeit times plus a day classification (shabbat / yom tov / erev chag / chol hamoed / fast day) for a date range in an Israeli city. Use as the calendar basis for resolving opening hours stated relative to Shabbat, or…google-business-hoursLook up an Israeli business's stated opening hours, phone number and address from Google Business (Places API v1). Highest-coverage source for Israeli businesses. Returns weekday descriptions, structured periods and special-day exceptions. Use as the first…hours-rules-authoringWrite or edit an hours-rules JSON file — the format that encodes Israeli opening hours including Shabbat- and chag-relative rules, for resolution by israel_hours.py. Covers the schema, selector precedence, anchor expressions, hybrid earliest_of/latest_of…
#٩٤danielrosehill/netek-disconnect-plugin٥ skills
netek-browser-fallbackFill in the Netek cancellation form directly in Chrome instead of calling the API — the fallback for when the unofficial API changes, starts erroring, or an endpoint disappears. Use when scripts/netek.py fails with an HTTP error, an unexpected response shape,…netek-disconnectSend a service cancellation (ניתוק) request to an Israeli provider — cellular, internet, landline, TV, water bar, newspaper or credit card — via netek.co.il. Use when the user wants to cancel, disconnect, terminate or stop a subscription with an Israeli…netek-profileCreate, read or update the stored personal details used to fill Netek cancellation forms — name, Israeli ID, address, phone, email, card last-4 — including pulling them from a 1Password vault instead of a plaintext file. Use before netek-disconnect when the…netek-providersLook up which Israeli providers Netek can send cancellations to, which services each one covers, and resolve Hebrew city/street names to the codes and postcodes the form needs. Use to answer "can I cancel X through this?" or to fill in an address correctly.netek-statusCheck what happened to a Netek cancellation request using the guid returned when it was submitted, and explain the activation-email step that gates it. Use when the user asks whether their disconnection went through, or says they never got a confirmation.
#٩٥danielrosehill/Claude-Gist-Writer-Plugin٥ skills
#٩٦danielrosehill/Claude-Text-To-Speech-Toolkit-Plugin٥ skills