Goal
SkillFiles & storageMove the general content from a skill to the corresponding rule file
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Goal skill
What this skill tells your AI
The instructions your AI receives, as published by causify-ai/helpers in .claude/skills/skill.move_to_rules/SKILL.md and read by ahel’s review.
- Given the skill file
<SKILL_FILE>passed by the user, move its general content into the corresponding rule file<RULE_FILE>
Workflow
Read Skill Rules and Identify Files
- Read
.claude/skills/skill.rules.md - Print the name of the skill and rule file
Skill file: <SKILL_FILE> Rule file: <RULE_FILE>
Find General Content
- Find the parts that refer to general rules that belong in
<RULE_FILE>
Move the Content
- Move those parts from
<SKILL_FILE>to<RULE_FILE>, in the right section
Add a Reference
- Add a reference to the moved section in
<SKILL_FILE>, e.g.:- Follow the section `XYZ` from the file `<RULE_FILE>`
Verification
-
<RULE_FILE>contains the moved general content, in the right section -
<SKILL_FILE>references the moved section instead of restating it - No content was lost or duplicated between
<SKILL_FILE>and<RULE_FILE>
Signals
- GitHub stars
- 145
- Forks
- 160
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
skill-move-to-rules- Source
- github.com/causify-ai/helpers