/health
FIVE HEALTH SKILLS  ×  FREE TO MAKE YOU FEEL BETTER
health.directivecreator.com

5 HEALTH SKILLS. FOR YOU. RUN BY YOUR AGENT.

README.md

A free Health Kit for your AI agent: 5 installable skills, packed with modular protocols for sleep, food, focus, stress, identity, and lifestyle change.

Install in a minute, whether you write code or not. No app, no login, no data leaves the kit.

§ 01 — PICK YOUR PATH

Pick your path

/ FOR YOU
~ 5 MIN · MANUAL

Read what each skill covers, download the .skill file for Claude-compatible agents, or import the raw Markdown URL from the manifest.

  1. [01]Browse the five skills below
  2. [02]Use .skill for Claude, or markdown_url for other agents
  3. [03]Restart or reload your agent after importing
/ FOR YOUR AGENT
1 CMD · AUTO

Hand your agent the URL. It reads the manifest, then chooses markdown_url or skill_url based on what it supports.

GET/manifest.json
GET/skills/{name}.md or .skill
SHcurl .../agent | sh
§ 02 — THE HEALTH KIT 5 installable skills · dozens of protocols · ~30 KB total
[ INSTALL ALL ] →

FIVE HEALTH SKILLS. FREE TO TAKE.

[01]PHYSICAL
healthkit-physical.skill · 6.5 KB

Sleep, food, sun, water.

BMR/TDEE math, the 3-2-1 sleep method, hydration, gut repair, sunlight protocols, cold and heat. Your agent ranks them against your symptoms and surfaces the smallest fix first.

[ DOWNLOAD ] → /skills/healthkit-physical.skill
[02]MIND
healthkit-mind.skill · 6.4 KB

Six modes for a busy brain.

Crisis, planning, focus, transition, reflection, dump — your agent picks the right mode for the moment. Plus nine breathwork techniques and a meditation guide.

[ DOWNLOAD ] → /skills/healthkit-mind.skill
[03]PSYCHOLOGY
healthkit-psychology.skill · 5.4 KB

ACT, CBT, Stoicism, Socrates.

Six therapeutic frameworks for stuck thoughts plus an epistemic guide for examining beliefs without anyone calling you wrong.

[ DOWNLOAD ] → /skills/healthkit-psychology.skill
[04]IDENTITY
healthkit-identity.skill · 7.3 KB

When the pattern is the problem.

Anti-vision, hidden goals, identity tracing, dissonance, ego stages, and a one-day reset protocol. The deep work, for when surface advice keeps failing.

[ DOWNLOAD ] → /skills/healthkit-identity.skill
[05]LIFESTYLE
healthkit-lifestyle.skill · 4.6 KB

Relationships, phones, principles.

Digital wellness rules, social health, and the meta-principles that route between the other four skills.

[ DOWNLOAD ] → /skills/healthkit-lifestyle.skill
[ALL]HEALTH KIT
healthkit-kit.zip · ~30 KB

Take the whole Health Kit.

All five skills in one bundle. Have your agent install them. It will learn when each applies and surface the right one in the right moment.

[ INSTALL ALL ] → /agent
§ 03 — FOR YOUR AGENT

POINT IT HERE. IT KNOWS WHAT TO DO.

The manifest exposes raw Markdown for any agent and Claude-compatible .skill archives for agents that support that package shape.

[01] DISCOVER
200 OK

Read the manifest to list every skill in the kit, with descriptions and sizes.

GET/manifest.json
[02] FETCH
200 OK

Pull markdown_url for generic agents, or skill_url for Claude-compatible skill loading.

GET/skills/{name}.md or .skill
[03] INSTALL
EXEC

Or run the installer. It defaults to ~/.claude/skills; set SKILLS_DIR for another agent.

$curl -fsSL https://health.directivecreator.com/agent | sh