← all publishers

CyrilLeMat

@cyrillemat source repo

14 published skills

  1. Input 2 · cyrillemat bundle
    skill.md — curbside parking advisor (Riverside city rules)
    0
    installs
  2. Input 3 · cyrillemat bundle
    skill.md — dog food safety assistant (simplified)
    0
    installs
  3. Input 4 · cyrillemat bundle
    skill.md — sprained ankle first aid (simplified)
    0
    installs
  4. Temper Skills 2 · cyrillemat bundle
    Temper-Skills (subagent mode)
    0
    installs
  5. Input 5 · cyrillemat bundle
    skill.md — OSS license compatibility (simplified)
    0
    installs
  6. Input 6 · cyrillemat bundle
    skill.md — support ticket triage (simplified)
    0
    installs
  7. Temper Skills · cyrillemat bundle
    Give an agent skill's decision logic a test suite and a deterministic implementation — a labeled validation dataset plus versionable Python — by driving the installed temper-skills CLI (never reimplementing the logic in prose). Use in agents without a native subagent primitive (Cursor, Hermes, generic tools) when the user wants to test, eval, audit, temper, freeze, or harden the routing/decision logic of a prompt, skill.md, or playbook ("test my skill", "what is this skill deciding?"), including auditing a whole skills directory; requires `pip install temper-skills` and a model backend (a logged-in claude/opencode CLI or an API key). Not for continuous scoring, text generation, or logic with no documentation the model can reach.
    0
    installs
  8. Input · cyrillemat bundle
    Dog day — your daily dog-care assistant
    0
    installs
  9. Dog Day · cyrillemat bundle
    Tempered orchestrator: chains frozen, deterministic decision trees (decide_walk, decide_meal, decide_vet) and keeps only the generative note. Use to run a daily dog-care flow with each decision made by code (no LLM) and only the prose left to the model.
    0
    installs
  10. Parking · cyrillemat bundle
    Frozen, deterministic decision (no LLM): maps zone_type, day, hour, is_public_holiday, has_resident_permit to one of prohibited, no_parking_street_cleaning, pay_and_display_2h, free, permit_required. Use when this decision must be made consistently and auditably — extract the features, call can_i_park(), and relay its verdict without overriding it.
    0
    installs
  11. Dog Food · cyrillemat bundle
    Frozen, deterministic decision (no LLM): maps food_item, food_form, dog_weight_kg, dog_breed, quantity_grams to one of no — toxic to dogs, never feed, no — concentrated form multiplies toxin and fat dose per gram, no — low-fat/sugar-free peanut butter may contain xylitol; check the label, caution — large dose relative to body weight, unknown — a valid dog weight is required to assess this quantity, yes — standard peanut butter is safe in moderation, if xylitol-free, yes — safe in moderation, yes — apple flesh only; never the core or seeds, no — when in doubt, do not feed; verify with a vet. Use when this decision must be made consistently and auditably — extract the features, call can_dog_eat(), and relay its verdict without overriding it.
    0
    installs
  12. Ankle Sprain · cyrillemat bundle
    Frozen, deterministic decision (no LLM): maps pain_malleolar_zone, bone_tenderness_lateral_malleolus, bone_tenderness_medial_malleolus, can_bear_weight, visible_deformity, sprain_grade, hours_since_injury, age_years, patient_profile to one of urgent_care, seek_imaging, see_clinician, police_acute, police_subacute. Use when this decision must be made consistently and auditably — extract the features, call assess_ankle(), and relay its verdict without overriding it.
    0
    installs
  13. License Compat · cyrillemat bundle
    Frozen, deterministic decision (no LLM): maps project_license, dependency_license, linking, distributing, modified_dependency to one of ok_internal_use, must_offer_source, project_must_be_gpl, compatible, incompatible, review_required. Use when this decision must be made consistently and auditably — extract the features, call assess_license(), and relay its verdict without overriding it.
    0
    installs
  14. Ticket Routing · cyrillemat bundle
    Frozen, deterministic decision (no LLM): maps priority, security_score, customer_tier, category, sla_breached to one of human_review, escalate_security, escalate_urgent, route_billing, route_engineering, route_default. Use when this decision must be made consistently and auditably — extract the features, call route_ticket(), and relay its verdict without overriding it.
    0
    installs