Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @kenera Updated 6/28/2026 1,019 downloads 2 stars Security: Pass

Subskill Generation Rule OpenClaw Plugin & Skill | ClawHub

Looking to integrate Subskill Generation Rule into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Define 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.

Install

ClawHub CLI
openclaw skills install @kenera/subskill-generation-rule
Node.js (npx)
npx clawhub@latest install subskill-generation-rule

Full SKILL.md

Open original
Metadata table.
namedescription
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.

SKILL.md content below is scrollable.

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:

<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
ClawHub Registry URL: https://clawhub.ai/kenera/skills/subskill-generation-rule

Related skills

If this matches your use case, these are close alternatives in the same category.