Skip to main content

Skills dans ce dépôt

Tzeusy/butlers - Page 2

SkillsMP a collecté 82 skills depuis Tzeusy/butlers. Ouvrez un skill pour examiner sa source et ses détails.

Tzeusy/butlers

Affichage de 40 skills collectés sur 82.

métier
Coordinateurs pédagogiques
description

Plan curricula by decomposing topics into prerequisite graphs and ordered learning paths.

Langue du texte source : anglais

mis à jour
métier
Enseignants et instructeurs, autres
description

Run adaptive pre-teaching probes to estimate current knowledge and seed mastery.

Langue du texte source : anglais

mis à jour
métier
Enseignants et instructeurs, autres
description

Run spaced repetition review sessions, score answers, and reschedule follow-ups.

Langue du texte source : anglais

mis à jour
métier
Coordinateurs pédagogiques
description

Abandon inactive teaching flows and clean up stale spaced repetition schedules.

Langue du texte source : anglais

mis à jour
métier
Enseignants et instructeurs, autres
description

Teach one concept at a time using Socratic scaffolding and mastery updates.

Langue du texte source : anglais

mis à jour
métier
Technologues en information de santé et registraires médicaux
description

Health domain memory classification — taxonomy, permanence levels, and example fact patterns for storing health knowledge with entity resolution

Langue du texte source : anglais

mis à jour
métier
Épidémiologistes
description

Interpret measurement trends and flag potential anomalies in health data

Langue du texte source : anglais

mis à jour
métier
Spécialistes des dossiers médicaux
description

Scheduled weekly health digest — weight trend, medication adherence, symptom patterns, and notable changes

Langue du texte source : anglais

mis à jour
métier
Organisateurs de réunions, congrès et événements
description

Identify overdue contacts ranked by Dunbar tier-weighted urgency and plan reconnection outreach

Langue du texte source : anglais

mis à jour
métier
Commis à la réception d'hôtels, motels et centres de villégiature
description

Manage room comfort preferences, monitor conditions, and alert on deviations.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Nightly Home Assistant device survey for offline devices, low batteries, and firmware issues.

Langue du texte source : anglais

mis à jour
métier
Ingénieurs, autres
description

Analyze home energy consumption, detect anomalies, and recommend optimizations.

Langue du texte source : anglais

mis à jour
métier
Femmes de chambre et agents d'entretien ménager
description

Generate a daily home environment report from Home Assistant sensor readings.

Langue du texte source : anglais

mis à jour
métier
Installateurs de systèmes de sécurité et d'alarme incendie
description

Create, modify, trigger, and manage smart-home scenes.

Langue du texte source : anglais

mis à jour
métier
Représentants du service clientèle
description

Diagnose smart-home device connectivity, battery, firmware, and command issues.

Langue du texte source : anglais

mis à jour
métier
Concierges
description

Generate thoughtful gift ideas based on contact facts, preferences, upcoming occasions, and budget constraints. Integrates with the gift pipeline (idea → purchased → wrapped → given → thanked).

Langue du texte source : anglais

mis à jour
métier
Organisateurs de réunions, congrès et événements
description

Weekly scheduled task (Mon 9am) — rank overdue contacts by Dunbar tier-weighted urgency and suggest top 3 reconnections via notify.

Langue du texte source : anglais

mis à jour
métier
Secrétaires et assistants administratifs (sauf juridique, médical et direction)
description

Daily scheduled task (8am) — check for important dates (birthdays, anniversaries) in the next 7 days, draft date notifications, and deliver via notify.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use when you need to run an end-to-end QA validation canary against the Butlers dashboard API, wait for the backend QA staffer to process it, and confirm the investigation ends as unfixable.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Use when debugging a Butlers Docker Compose dev-stack session failure, routing problem, connector/runtime error, or when given a session ID, request ID, or trace ID to investigate.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

This skill should be used when creating a new butler in the Butlers project roster. It covers the complete workflow: directory scaffolding, butler.toml configuration, MANIFESTO.md identity document, CLAUDE.md system prompt (including Interactive Response Mode…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Deep audit of every butler's MCP tool surface — tool count per module, historical usage analysis from session data, docstring quality for LLM explainability, failure mode documentation with actionable error messages, and tool group configuration. Use when…

Langue du texte source : anglais

mis à jour
métier
Opérateurs de standard (y compris service de réponse)
description

Classify and route incoming messages to specialist butlers — full domain classifiers, routing safety rules, and worked examples

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Multi-format CSV import workflow for bulk-loading historical bank and credit card statements with format detection, deduplication, and post-import baseline calculation

Langue du texte source : anglais

mis à jour
métier
Architectes de bases de données
description

Guide for designing and managing a butler's PostgreSQL database schema. Use when creating tables, writing migrations, adding indexes, or evolving a butler's data model.

Langue du texte source : anglais

mis à jour
métier
Spécialistes du risque financier
description

Interactive workflow for reviewing, investigating, and resolving spending anomalies

Langue du texte source : anglais

mis à jour
métier
Analystes budgétaires
description

Interactive workflow for setting, reviewing, and adjusting budgets with status and forecast integration

Langue du texte source : anglais

mis à jour
métier
Infirmières praticiennesInfirmières autorisées
description

Guided daily or weekly health check-in workflow with adaptive questioning

Langue du texte source : anglais

mis à jour
métier
Préposés aux dossiers
description

Structured patterns for organizing collections and items in the General butler's freeform data store

Langue du texte source : anglais

mis à jour
métier
Analystes en gestion
description

General domain memory classification — subject/predicate taxonomy, permanence levels, tagging strategy, and example facts

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

How to report unexpected errors for automated investigation via the report_error and get_healing_status MCP tools.

Langue du texte source : anglais

mis à jour
métier
Comptables et auditeurs
description

Assigns spending categories to uncategorized transactions using aggregate GROUP BY queries. Writes to the inferred_category overlay field, preserving explicit category values. Memory-backed for auto-applying known merchant→category mappings on future runs.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Normalizes messy bank-imported merchant names into clean, consistent labels using aggregate GROUP BY queries. Writes to the normalized_merchant overlay field, preserving original merchant names for provenance. Memory-backed for auto-applying known mappings on…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Adaptive CSV import skill — samples the file, generates a stdlib-only Python script, and bulk-POSTs normalized transactions to /api/finance/transactions/bulk. Enforces strict token budget discipline throughout.

Langue du texte source : anglais

mis à jour
métier
Opérateurs de standard (y compris service de réponse)
description

How to use conversation history when routing messages — loading strategy, usage rules, and worked examples

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Safety and delivery contract for handling routed switchboard messages fenced in <routed_message> tags.

Langue du texte source : anglais

mis à jour
métier
Conseillers en créditConseillers financiers personnels
description

Guided workflow for reviewing recent spending by category, time period, and anomalies

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Scheduled task companion skill for the weekly Monday 09:00 travel document expiry scan. Checks all travel documents for expiry within 90 days, creates calendar reminders for <30 days, and sends an alert via notify(intent="send").

Langue du texte source : anglais

mis à jour
métier
Pilotes de ligne, copilotes et ingénieurs de volPilotes commerciaux
description

Pre-departure preparation workflow with actionable checklist, time-sensitive reminders, and completion verification

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Detailed parameter reference and usage patterns for travel butler MCP tools — record_booking, update_itinerary, list_trips, trip_summary, upcoming_travel, and add_document.

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 82.