Install
openclaw skills install subskill-generation-ruleDefine and enforce project orgnization rules for generating subskills. put generated recommendation outputs under data/, place new feature scripts under subskills/<feature>/, and optionally add SKILL.md inside each feature folder to keep main skill root clean.
openclaw skills install subskill-generation-ruleApply these rules for future updates:
data/.subskills/<feature>/.subskills/.SKILL.md inside the feature folder when behavior/usage needs instructions.Recommended layout:
<skill>/
SKILL.md
config.json
data/
subskills/
<feature-a>/
SKILL.md
*.py
<feature-b>/
SKILL.md
*.py