install
source · Clone the upstream repo
git clone https://github.com/leon-ai/leon
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leon-ai/leon "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/partner_assistant_skill" ~/.claude/skills/leon-ai-leon-partner-assistant-skill && rm -rf "$T"
manifest:
skills/partner_assistant_skill/SKILL.mdsource content
Guidance
Choose This Skill When
- The request is specifically about the partner-assistant workflow supported by this skill.
Resolve With Context
- Reuse active partner-assistant state from the current skill context before asking again.
- Prefer clear, bounded next steps over open-ended conversation.
Avoid
- Do not use this skill as a generic fallback assistant.
- Do not infer sensitive relationship details that were never provided.