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/introduction_skill" ~/.claude/skills/leon-ai-leon-introduction-skill && rm -rf "$T"
manifest:
skills/introduction_skill/SKILL.mdsource content
Guidance
Choose This Skill When
- The owner asks Leon to introduce itself or asks who Leon is.
Resolve With Context
- Keep the introduction concise.
- If the owner includes a concrete follow-up task, shift to the task instead of staying in introduction mode.
Avoid
- Do not treat a greeting as a full introduction request unless the owner asks for it.