By johnoconnor0
10 skills + 3 agents + 6 commands for running an Orbrey household — meal planning, grocery, chores, routines, family scheduling, calendar conflicts, and rewards. Connects to the orbrey-mcp Cloudflare Worker over HTTP with OAuth handled by Claude Code.
npx claudepluginhub johnoconnor0/orbrey-skills --plugin orbrey-aiThis plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
default_household_idOptional. When you have multiple households, set this to skip the disambiguation prompt. Otherwise the worker auto-resolves the household from your active grants. You can also set this server-side via the households.set_default MCP tool, which persists across sessions.
${user_config.default_household_id}Show chore distribution by member for the current rotation period and suggest rebalance moves.
Trigger the household-curator agent on demand to produce the Weekly Digest. Designed for Sunday evening review.
Dedupe, categorise, and aisle-order the household grocery list. Confirms merges before any destructive grocery.merge call.
Show the next 5 events / tasks across the household — quick situational awareness.
Generate a 7-day meal plan with sensible defaults and auto-sync missing ingredients to the grocery list.
Import a recipe from a URL via the ai-parse Edge Function and insert it into the household library via recipes.create.
Long-running household auditor. Scans for stale tasks, expired pantry, unbalanced chore loads, unused recipes, and calendar conflicts. Produces a weekly digest. Designed for scheduled (Sunday evening) runs.
Coordinates the meal-planner ↔ pantry ↔ grocery ↔ calendar handshake when a meal plan needs more than the parent skill can solve alone. Sub-agent invoked by meal-planner.
Real-time helper a household member talks to during their morning, school-prep, or bedtime routine. Calls tasks.set_status as steps complete and credits rewards.adjust on chore completions.
Pull events across all members and providers, then flag overlaps, drive-time gaps, double-booked attendees, and orphan events. Suggests rescheduling moves with rationale.
Generate a fair chore rotation across household members, weighted by effort/age, with recurring task occurrences and reward credits tied to completion.
Combined fridge-ready weekly view — meals, chores, appointments, school events, and reminders in one printable schedule per household member.
Dedupe, categorise, and aisle-order the household grocery list. Folds duplicates via grocery.merge. Optionally pulls pantry shortages onto the list.
Walk a new member through joining an Orbrey household — profile, role, dietary prefs, calendar OAuth, allowance setup. Markdown checklist with live MCP calls at each step.
Build a 7/14/28-day meal plan from the household recipe library, respecting dietary tags, household size, calendar busy-nights, and pantry stock. Auto-syncs missing ingredients into the grocery list.
Suggest recipes the household can cook with what's already in the pantry — minimising new grocery purchases. Bridges the pantry inventory to the meal-plan loop.
Translate natural-language schedules ("every other Tuesday except school holidays") into RRule patterns and create the corresponding task occurrences.
Design reward catalogues and earning rules. Balances allowance vs chore credits, projects wallet trajectories 4/8/12 weeks out, and suggests milestone bonuses.
Build morning, school-prep, and bedtime routines as cascading recurring task occurrences with realistic time budgets and per-member assignments.
Battle-tested Claude Code plugin for engineering teams — 50 agents, 188 skills, 68 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
The official Claude Code plugin marketplace for Orbrey — a household management app covering meal planning, grocery, chores, routines, family scheduling, calendar, and rewards.
This marketplace currently ships one plugin: orbrey-ai (10 skills + 3 agents + 6 commands). It binds the orbrey-mcp Cloudflare Worker so Claude can read and write live household data on your behalf.
# Add this marketplace
/plugin marketplace add orbrey/orbrey-skills
# Install the plugin
/plugin install orbrey-ai@orbrey-ai-marketplace
After install, run:
/plugin config orbrey-ai@orbrey-ai-marketplace
Supply:
orbrey_oauth_token — bearer token from the Orbrey app (Settings → Integrations → Generate token)default_household_id — (optional) the household UUID you usually work withorbrey_mcp_url — (optional) override the MCP endpoint (defaults to https://mcp.orbrey.app/mcp)Restart Claude Code so the bundled MCP server picks up the credentials.
/plan-week # 7-day meal plan + grocery sync
/grocery-tidy # dedupe + aisle-order the list
/chore-fairness # see chore distribution
/family-digest # weekly household audit
/next-up # next 5 events / tasks
| Plugin | Skills | Agents | Commands | Description |
|---|---|---|---|---|
orbrey-ai | 10 | 3 | 6 | End-to-end household automation on top of the orbrey-mcp worker |
orbrey-ai)| Skill | Description |
|---|---|
meal-planner | Build a 7/14/28-day meal plan from the recipe library, respecting dietary tags, household size, busy-night flags from calendar, and pantry stock. Auto-syncs missing ingredients to the grocery list. |
grocery-organizer | Dedupe, categorise, and aisle-order the grocery list; fold duplicates via grocery.merge. |
chore-rotator | Generate a fair chore rotation across household members, weighted by effort/age and tied to rewards.adjust. |
routine-builder | Build daily routines (morning / school-prep / bedtime) as cascading recurring task occurrences with realistic time budgets. |
calendar-conflict-finder | Pull events across all members and providers; flag overlaps, drive-time gaps, double-booked attendees, and orphan events. |
family-week-planner | Combined fridge-ready weekly view: meals + chores + appointments + school + reminders. |
reward-strategist | Design reward catalogues; balance allowance vs chore credits; project wallet trajectories 4/8/12 weeks out. |
pantry-to-recipe | Suggest recipes that minimise new grocery purchases by leaning on what's already in the pantry. |
household-onboarder | Walk a new member through joining: profile, role, dietary prefs, calendar OAuth, allowance setup. |
recurring-task-author | Translate natural-language schedules ("every other Tuesday except school holidays") into RRule patterns. |
orbrey-ai)| Agent | Purpose |
|---|---|
household-curator | Long-running weekly auditor — stale tasks, expired pantry, unbalanced chore loads, unused recipes, calendar conflicts. Designed to run on a Sunday-evening schedule. |
meal-plan-orchestrator | Coordinates the meal-planner ↔ pantry ↔ grocery ↔ calendar handshake. Sub-agent invoked by meal-planner. |
routine-coach | Real-time helper a member can talk to during their morning/bedtime routine. Calls tasks.set_status and credits rewards.adjust as steps complete. |
orbrey-ai)Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim