✓ Verified 💻 Development ✓ Enhanced Data

Subskill Generation Rule

Define and enforce project orgnization rules for generating subskills. put generated recommendation

Rating
4.2 (244 reviews)
Downloads
8,243 downloads
Version
1.0.0

Overview

Define and enforce project orgnization rules for generating subskills. put generated recommendation outputs.

Complete Documentation

View Source →

Subskill Generate Rule

Apply these rules for future updates:

  • Store newly generated recommendation/result artifacts in data/.
  • Place newly generated code scripts in subskills//.
  • Use one folder per feature under subskills/.
  • Add SKILL.md inside the feature folder when behavior/usage needs instructions.
  • 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

Installation

Terminal bash

openclaw install subskill-generation-rule
    
Copied!

💻Code Examples

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

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author kenera
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install subskill-generation-rule