Share Plan banner
Earth-Science-Tech Earth-Science-Tech

Share Plan

Communication community

Description

# Skill: Share Plan (email a plan to a teammate as PDF + .md) ## Trigger When the user says **"share plan with &lt;name&gt;"**, **"email my plan to &lt;name&gt;"**, **"send this plan to &lt;name&gt;"**, **"share plan &lt;slug&gt; with &lt;name&gt;"**, or similar — where `<name>` is a teammate (e.g. "share plan with Mario", "share plan with Nick"). This lets any developer's Claude instance email the plan they're working on to another developer, so work-in-progress can be handed off or reviewed

Installation

Installs to ~/.claude/skills/earth-science-tech-ai_info-share-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/earth-science-tech-ai_info-share-plan && curl -fsSL https://raw.githubusercontent.com/Earth-Science-Tech/ai_info/HEAD/skills/share-plan.md -o ~/.claude/skills/earth-science-tech-ai_info-share-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository