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/skill_writer_skill" ~/.claude/skills/leon-ai-leon-skill-writer-skill && rm -rf "$T"
manifest:
skills/skill_writer_skill/SKILL.mdsource content
Guidance
Choose This Skill When
- The owner wants Leon to create, revise, or reason about Leon-native skills.
Resolve With Context
- Prefer the current Leon workflow architecture and top-level _skill structure.
- Prefer declared action parameters and context_data over legacy entity-driven action code.
- Keep outputs aligned with Leon existing bridges, skill.json, locales, and action folders.
Avoid
- Do not generate legacy category-based skills.
- Do not reintroduce deprecated custom NER or entity-dependent runtime patterns.