By Rachnog
Work life-area plugin for the alex-life marketplace — token-optimized email, Slack, and messenger/DM triage with deterministic rules, Haiku sub-agents, GTD-style prioritization, Chrome auto-archive for email, API mark-as-read for Slack, browser-automated messenger triage across X/LinkedIn/Facebook/Instagram/WhatsApp/Telegram, Apple Notes triage with auto-clipping and Notion task creation, calendar analysis and week preparation with time allocation tracking against Zone of Genius targets, and multi-platform deep research
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Launch a deep research query across 10 AI platforms simultaneously using browser automation. Opens ChatGPT, Claude, Gemini, Grok, Parallel, Perplexity, Manus, DeepSeek, Mistral, and Kimi in separate browser tabs, enables each platform's deep/expert research mode, enters the user's query, and monitors progress. Use this skill whenever the user says "deep research", "research this across platforms", "multi-platform research", "run research everywhere", "parallel research", "compare AI research", or any variation of wanting to query multiple AI chatbots at once for in-depth research. Also triggers when the user mentions wanting to use multiple AI tools for research, or asks to "search all AIs", "ask all the AIs", or "get research from every platform".
Triage Apple Notes inbox using GTD principles — auto-save link-only notes to Obsidian Clippings, extract and analyze screenshots, create Notion tasks from actionable items, archive reference material to Obsidian vault. Trigger on: "process my apple notes", "triage apple notes", "check apple notes", "apple notes inbox zero", "clean up apple notes", "what's in my apple notes", "apple notes review", "notes triage", or any question about processing incoming Apple Notes captures.
Analyze calendar events across all Google accounts for any time range — today, this week, last week, next week, or custom dates. Categorizes events, calculates meeting load vs targets, checks Deep Work Thursday protection, identifies focus blocks, and generates actionable recommendations. Supports retrospective analysis, prospective planning, and full weekly review. Trigger on: "calendar review", "review my calendar", "time review", "what meetings do I have", "how did I spend my time", "meeting load", "zone of genius check", "next week prep", "deep work check", "calendar analysis", "check my schedule", "today's calendar", "tomorrow's meetings", "weekly review calendar", or any question about calendar-based time allocation or upcoming schedule.
Complete daily inbox triage — orchestrates email, Slack, messengers, and Apple Notes into one unified command. Classifies all actionable items, auto-archives noise, creates a single Notion "Daily Review" task for quick actions (<2 min), and surfaces deep-work items as separate tasks. Draft replies included as proposed text — never auto-sent without user confirmation. Trigger on: "daily triage", "triage everything", "process all inboxes", "morning triage", "inbox review", "gtd daily", "do my daily review", "check everything", "what needs my attention today", or any combination of "triage" + multiple platforms.
Triage and classify emails across ALL connected email accounts using GTD principles. Classifies into actionable vs non-actionable, auto-archives noise via Gmail API. Trigger on: "process my email", "triage inbox", "check my emails", "email summary", "inbox zero", "GTD", "getting things done", "what needs my attention", "email review", or any question about classifying incoming communications.
Personal Claude plugin marketplace for life-area automation.
Current implementation includes three active plugins (body, mind, work), and the
repository is designed to scale to additional life-area plugins over time (for
example finance, relationships, learning) without restructuring.
.claude-plugin/marketplace.jsonplugins/<area>/.claude-plugin/plugin.jsonskills/**/SKILL.mdschemas/*.json (optional but recommended)body — physical health workflows for ad-hoc data Q&A and structured cadence reviewsmind — habit reflection (Streaks), bidirectional Notion-Obsidian project/task syncwork — work management workflows for email triage and productivity automationWhen you add more life areas, each should be an independent plugin package:
plugins/work/plugins/finance/plugins/relationships/plugins/learning/No new plugin is created automatically; this README defines the convention only.
.
├── .claude-plugin/
│ └── marketplace.json
└── plugins/
├── body/
│ ├── .claude-plugin/plugin.json
│ ├── skills/
│ │ ├── body-cadence-review/SKILL.md
│ │ ├── body-composition/SKILL.md
│ │ ├── body-data-qa/SKILL.md
│ │ ├── body-diet/SKILL.md
│ │ ├── body-overview/SKILL.md
│ │ ├── body-exercise/SKILL.md
│ │ ├── body-recovery/SKILL.md
│ │ ├── body-sleep/SKILL.md
│ │ └── body-medical-checkups/SKILL.md
│ └── schemas/
│ ├── cadence-review.json
│ ├── sleep.json
│ ├── recovery.json
│ ├── body-composition.json
│ ├── diet.json
│ ├── exercise.json
│ └── medical-checkups.json
├── mind/
│ ├── .claude-plugin/plugin.json
│ ├── skills/
│ │ ├── streaks-export-analysis/SKILL.md
│ │ └── mind-notion-sync/SKILL.md
│ └── schemas/
│ └── notion-sync.json
└── work/
├── .claude-plugin/plugin.json
└── skills/
├── deep-research/SKILL.md
├── gtd-email-triage/SKILL.md
└── gtd-slack-triage/
├── SKILL.md
├── channel-rules.json
├── message-patterns.json
└── sub-agent-prompt.md
This repository does not ship private vault prompt templates anymore.
Keep your vault-specific CLAUDE.md files private in your Obsidian vault and do
not commit them here.
Recommended reset flow for legacy setups:
cd "<VAULT_PATH>"
cp -R .claude ".claude.backup.$(date +%Y%m%d-%H%M%S)" 2>/dev/null || true
rm -rf .claude
mkdir -p .claude
Then in Claude plugin UI:
Plugins -> MarketplacesDiscoverbody, work)If you previously installed shadow-and-soul, remove or disable the stale local install after refreshing the marketplace, since it is no longer published here.
mind)| Internal skill | MCP servers | Typical trigger classes | Behavior |
|---|---|---|---|
streaks-export-analysis | local + Apple Shortcuts | "analyze Streaks export", "habits report", "monthly Streaks review" | Turns a Streaks .streaks export into a markdown habits report |
mind-notion-sync | notion (Claude AI Notion MCP) | "sync Notion", "pull from Notion", "push to Notion", "update projects" | Bidirectional sync of Projects & Tasks between Notion and Obsidian 200 Projects/ |
body)| Internal skill | MCP servers | Typical trigger classes | Behavior |
|---|---|---|---|
body-data-qa | body MCPs as needed | direct questions, metric interpretation, targeted cross-checks, current status | Answers ad-hoc body questions with the minimum relevant data and specialist domain logic |
body-cadence-review | all body MCPs + local resources as needed | weekly review, monthly review, quarterly review, yearly review, compare periods | Runs structured body reviews, compares periods and domains, and ties recommendations back to goals, habits, systems, and principles |
| Internal skill | MCP servers | Typical trigger classes | Behavior |
|---|---|---|---|
body-overview | delegated to workflow skills | legacy broad-body wording such as "body overview" or "full body report" | Thin compatibility wrapper that routes to body-data-qa or body-cadence-review |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub rachnog/alex-honchar-claude-for-life --plugin workBody life-area plugin for ad-hoc body data Q&A and structured cadence reviews, powered by specialist sleep, recovery, composition, diet, exercise, and medical skills
Mind life-area plugin for habit reflection, Streaks export analysis, Notion-Obsidian project sync, markdown reporting, and cross-area weekly reviews orchestrating all 8 life areas
Manage tasks, plan your day, and build up memory of important context about your work. Syncs with your calendar, email, and chat to keep everything organized and on track.
GTD mentor for inbox processing, weekly reviews, and coaching. Integrates with Apple Reminders and macOS Calendar.
GTD workflow automation for Obsidian vaults: capture, triage, route, focus
A crew of 10 AI agents that run your Obsidian vault like a team of personal assistants — capturing notes, triaging your inbox, managing your calendar and email, tracking your nutrition, supporting your mental health, and keeping everything connected. Works in any language.
AI-powered development tools for code review, research, design, and workflow automation.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques