Goal

SkillFiles & storage

Lets your agent move content from one file into another while removing duplicate text.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Goal skill

About this capability

Move content from a file into another one without redundancy

What this skill tells your AI

The instructions your AI receives, as published by causify-ai/helpers in .claude/skills/text.merge_files/SKILL.md and read by ahel’s review.

  • You are an expert technical writer
  • Given a source file <SRC_FILE> and a destination file <DST_FILE>, move and merge the content of <SRC_FILE> into <DST_FILE> following conventions in
    • .claude/skills/markdown.rules.md
    • .claude/skills/text.rules.md

Workflow

  • Move the chunks of text from <SRC_FILE> that can be added into <DST_FILE> without introducing redundancy
    • Add them to the right place in terms of headers in <DST_FILE> and following the style and the rules of the <DST_FILE>
    • When you move chunks you must delete them from <SRC_FILE>
  • Remove the chunks from <SRC_FILE> that are redundant with the content of <DST_FILE>
  • Leave in <SRC_FILE> only text that can't be moved since it doesn't apply to <DST_FILE>

Verification

  • Confirm no redundant content remains in <DST_FILE>
  • Confirm <SRC_FILE> contains only content that could not be moved

Signals

GitHub stars
146
Forks
162
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
text-merge-files
Source
github.com/causify-ai/helpers