Subskill Generation Rule

kenera/subskill-generation-rule

Installation

clawhub install kenera/subskill-generation-rule

Summary

Apply these rules for future updates:

SKILL.md

Subskill Generate Rule

Apply these rules for future updates:

  1. Store newly generated recommendation/result artifacts in data/.
  2. Place newly generated code scripts in subskills/<feature>/.
  3. Use one folder per feature under subskills/.
  4. Add SKILL.md inside the feature folder when behavior/usage needs instructions.
  5. Avoid adding one-off scripts and generated files in the main skill root.

Recommended layout:

text
<skill>/
  SKILL.md
  config.json
  data/
  subskills/
    <feature-a>/
      SKILL.md
      *.py
    <feature-b>/
      SKILL.md
      *.py

When to Use

  • Creating new subskills
  • Organizing existing features
  • Enforcing file placement conventions
  • Keeping skill root clean

Recommended skills

Browse all →