Skip to main content

explorador de repositórios

danielrosehill · Repositórios e skills representativas - Página 8

Visão por repositório de 1.248 skills coletadas em 192 repositórios do GitHub.

#85danielrosehill/Freight-Vol-Calculator6 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…
#86danielrosehill/Claude-NFC-Ops-Plugin6 skills
#87danielrosehill/Claude-Donetick-Plugin6 skills
#88danielrosehill/Claude-Get-Toony-Plugin6 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.
#89danielrosehill/Claude-Eval-Runner-Plugin6 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,…
#90danielrosehill/Weird-Prompts-Episode-Suggester6 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…
#91danielrosehill/Claude-Hebrew-Correspondence-Plugin5 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…
#92danielrosehill/Claude-OBD-Diagnostics-Plugin5 skills
#93danielrosehill/Claude-Israel-Opening-Hours-Plugin5 skills
#94danielrosehill/netek-disconnect-plugin5 skills
#95danielrosehill/Claude-Gist-Writer-Plugin5 skills
#96danielrosehill/Claude-Text-To-Speech-Toolkit-Plugin5 skills