Plan curricula by decomposing topics into prerequisite graphs and ordered learning paths.
Skills in this repository
Tzeusy/butlers - Page 2
SkillsMP has collected 82 skills from Tzeusy/butlers. Open a skill to review its source and details.
Tzeusy/butlersShowing 40 of 82 collected skills.
Run adaptive pre-teaching probes to estimate current knowledge and seed mastery.
Run spaced repetition review sessions, score answers, and reschedule follow-ups.
Abandon inactive teaching flows and clean up stale spaced repetition schedules.
Teach one concept at a time using Socratic scaffolding and mastery updates.
Health domain memory classification — taxonomy, permanence levels, and example fact patterns for storing health knowledge with entity resolution
Interpret measurement trends and flag potential anomalies in health data
Scheduled weekly health digest — weight trend, medication adherence, symptom patterns, and notable changes
Identify overdue contacts ranked by Dunbar tier-weighted urgency and plan reconnection outreach
Manage room comfort preferences, monitor conditions, and alert on deviations.
Nightly Home Assistant device survey for offline devices, low batteries, and firmware issues.
Analyze home energy consumption, detect anomalies, and recommend optimizations.
Generate a daily home environment report from Home Assistant sensor readings.
Create, modify, trigger, and manage smart-home scenes.
Diagnose smart-home device connectivity, battery, firmware, and command issues.
Generate thoughtful gift ideas based on contact facts, preferences, upcoming occasions, and budget constraints. Integrates with the gift pipeline (idea → purchased → wrapped → given → thanked).
Weekly scheduled task (Mon 9am) — rank overdue contacts by Dunbar tier-weighted urgency and suggest top 3 reconnections via notify.
Daily scheduled task (8am) — check for important dates (birthdays, anniversaries) in the next 7 days, draft date notifications, and deliver via notify.
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.
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.
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…
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…
Classify and route incoming messages to specialist butlers — full domain classifiers, routing safety rules, and worked examples
Multi-format CSV import workflow for bulk-loading historical bank and credit card statements with format detection, deduplication, and post-import baseline calculation
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.
Interactive workflow for reviewing, investigating, and resolving spending anomalies
Interactive workflow for setting, reviewing, and adjusting budgets with status and forecast integration
Guided daily or weekly health check-in workflow with adaptive questioning
Structured patterns for organizing collections and items in the General butler's freeform data store
General domain memory classification — subject/predicate taxonomy, permanence levels, tagging strategy, and example facts
How to report unexpected errors for automated investigation via the report_error and get_healing_status MCP tools.
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.…
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…
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.
How to use conversation history when routing messages — loading strategy, usage rules, and worked examples
Safety and delivery contract for handling routed switchboard messages fenced in <routed_message> tags.
Guided workflow for reviewing recent spending by category, time period, and anomalies
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").
Pre-departure preparation workflow with actionable checklist, time-sensitive reminders, and completion verification
Detailed parameter reference and usage patterns for travel butler MCP tools — record_booking, update_itinerary, list_trips, trip_summary, upcoming_travel, and add_document.