Personal multi-area plugin marketplace for Claude Code, shipping body, work, and mind domain capabilities
npx claudepluginhub rachnog/alex-honchar-claude-for-lifeBody 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
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
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
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 |
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.