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 · 저장소와 대표 skills - 8페이지
192개 GitHub 저장소에서 수집된 1,248개 skills를 저장소 단위로 보여줍니다.
bulk-password-updateUse when you need to update or rotate passwords across a batch of tags — read a CSV of UIDs and old/new passwords, verify each tag, and apply the new password.bulk-writeUse when you have a CSV file of payloads to write across many tags — the skill will prompt you to present each tag in sequence and track progress for resumable runs.inspect-tagUse when you need to diagnose a tag's hardware properties, lock state, memory layout, and capacity — before attempting a write or to troubleshoot a failed operation.password-protectUse when you need to apply password protection to an NTAG21x or MIFARE tag — set a password to prevent unauthorized reads or writes.read-tagUse when you need to read and decode the payload from a presented NFC tag — emits the tag content (URLs, text, etc.) and caches the last read.write-tagUse when you need to write a payload to a single NFC tag — provide the payload (URL, text, or raw NDEF) and present the tag to the reader.
complete-choreMark a Donetick chore as done — resolves the chore by name (fuzzy match) and calls the `complete_chore` MCP tool. Also handles skip, archive, and reschedule shortcuts.create-choreCreate a new chore in Donetick from a natural-language description. Resolves usernames, days of week, priorities, labels, and subtasks before calling the `create_chore` MCP tool.daily-briefProduce a morning brief of what's due today, overdue, and coming up this week from the user's Donetick instance. Read-only — no chores are modified.list-choresList chores from the user's Donetick instance with optional filters (active only, assigned-to-me, by label, brief vs full detail). Wraps the donetick MCP tool `list_chores`.manage-labelsCreate, rename, recolor, delete, and apply Donetick labels. Wraps the label MCP tools (`list_labels`, `create_label`, `update_label`, `delete_label`) and the label-management options on `update_chore`.onboardFirst-run setup for the donetick plugin. Verifies that DONETICK_BASE_URL, DONETICK_USERNAME, and DONETICK_PASSWORD are available to the MCP server, confirms `uvx` is installed, and runs a smoke-test call (list_circle_members) to confirm credentials work.
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.
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,…
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…
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…
capture-readingTake a reading from an OBD-II adapter and write it as a JSON snapshot, or log a drive as NDJSON. Use for "read the car", "scan for codes".decode-dtcsExpand OBD-II trouble codes into system, subsystem and meaning, and write a DTC report. Use for "what does P0301 mean", "decode codes".diagnose-faultWork from symptoms plus captured readings to ranked causes and next checks, including faults that set no trouble code.new-workspaceScaffold a per-vehicle workspace repo for OBD readings, DTC reports and maintenance history. Use when starting to track a new car.plan-maintenanceCompute what service work is due or overdue from intervals, history and odometer into a dated plan. Use for "what does the car need".
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…
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.
configureOne-time configuration for gist-writer — sets default gist visibility (public/private), the GitHub username used in author footers, and the model-name placeholder behaviour. Writes to $CLAUDE_USER_DATA/gist-writer/config.json.claude-solution-gistPublish a Claude-authored solution as a GitHub gist with clear AI-attribution, model name, date, and a "no warranty" disclaimer. Use when Claude solved a problem solo (not collaborative debug — that's debug-writeup-gist) and the user wants to share the…debug-writeup-gistPublish a collaborative debug write-up as a GitHub gist — symptom, environment (auto-detected), investigation, root cause, fix, verification, and notes for other agents. Use when the user and Claude debugged something together and want to share the…scrub-piiPre-flight PII / sensitive-data scrub for content about to be posted to a public GitHub gist. Identifies IPs, hostnames, MACs, emails, tokens, secrets, and home-directory usernames; proposes redactions; confirms with the user before any public publish.…private-gistCreate a private (secret) GitHub gist from a file or content using the gh CLI. Use when the user asks to save something as a private gist, secret gist, or "gist this privately".
elevenlabs-conversionConvert text into ElevenLabs-flavoured markup using their official prompting standard, grounded in live documentation. Non-destructive: writes to edited/ alongside original/.manual-prosody-additionApply user-supplied prosody notes to a script — emphasis, pauses, section breaks, character-specific delivery — and emit marked-up output in SSML or the user's preferred engine flavour. Non-destructive: writes to edited/ alongside original/.onboardFirst-run setup for the text-to-speech-toolkit plugin. Asks whether you target one TTS engine persistently or work across multiple, and saves the preference so other skills auto-prime.ssml-conversionConvert plain text into W3C SSML (Speech Synthesis Markup Language) with inferred `<break>`, `<emphasis>`, `<prosody>`, and `<say-as>` tags. Non-destructive: writes to edited/ alongside original/.tts-safety-reviewReview and edit text for TTS-unfriendly elements — URLs, emails, emojis, ALL-CAPS, abbreviations, markdown artefacts, and special characters. Produces a sanitised edited/ copy with original/ preserved.