plugins
All plugins

over-50s-health

v3.3.0

Evidence-based health, fitness, nutrition, and longevity guidance for adults 50+

Claude Code

by Alister Lewis-BowenMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/over-50s-health/ inside the repository.

Layout

plugins/productivity/over-50s-health/
└── .claude-plugin/plugin.json

Manifests1

plugins/productivity/over-50s-health/.claude-plugin/plugin.json
{
  "name": "over-50s-health",
  "version": "3.3.0",
  "minCliVersion": "2.0.73",
  "description": "Evidence-based health, fitness, nutrition, and longevity guidance for adults 50+",
  "author": {
    "name": "Alister Lewis-Bowen",
    "url": "https://github.com/ali5ter"
  },
  "homepage": "https://github.com/ali5ter/over-50s-health-advisor",
  "repository": "https://github.com/ali5ter/over-50s-health-advisor",
  "license": "MIT",
  "keywords": [
    "health",
    "fitness",
    "nutrition",
    "longevity",
    "50+"
  ]
}