Goal
SkillDev toolsAdd a rule to the set of rules
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.add/SKILL.md and read by ahel’s review.
- The user passes:
- The description of a rule / behavior
<CONTENT>to be added to a rule file - (Optional) The target rule file to update
<TARGET_RULE_FILE>in the format.claude/skills/*.rules.md
- The description of a rule / behavior
Workflow
Step 1: Read Skill Rules
- Read
.claude/skills/skill.rules.mdabout conventions and rules to write skills
Step 2: Determine Target Rule File
- If the user didn't specify
<TARGET_RULE_FILE>, decide in which of the files<TARGET_RULE_FILE>the new rule needs to be added based on the content of<CONTENT> - The available rules are:
> ls -1 .claude/skills/*.rules.md
Step 3: Read Target Rule File
- Read the target rules file
<TARGET_RULE_FILE>to understand its structure and existing rules
Step 4: Update the Rules
- Create the proposed rule
<CONTENT>to be added, following the conventions in:.claude/skills/markdown.rules.md.claude/skills/text.rules.md
Step 5: Add the new Rule
- Find the proper header H1 that is related to the
<CONTENT>- See
.claude/skills/skill.rules.md## Keep Rules Organized in the Rule File
- See
- Add the rule
<CONTENT>to the file<TARGET_RULE_FILE>following the conventions in.claude/skills/skill.rules.md - Make sure there is no overlap with other rules
Signals
- GitHub stars
- 145
- Forks
- 159
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
skill-add- Source
- github.com/causify-ai/helpers