self-message

Installation
SKILL.md

Self-Message

You can send yourself a continuation message to start a fresh agentic loop within the same session. This resets your reasoning frame while preserving full conversation context.

This is NOT a subagent. It's a new turn for YOU — same session, same context, new frame.


How It Works

  1. Send your self-message using the bundled script
  2. Finish your turn normally (stop responding)
  3. A Stop hook intercepts your stop, reads the message, deletes it
  4. The hook returns {"decision": "block", "reason": "<your message>"}
  5. You receive the message as context and start a new agentic loop
bash ${CLAUDE_SKILL_DIR}/scripts/self-message.sh "Reassess: the recursive approach hit a dead end. Try iterative with memoization instead."
Related skills
Installs
1
GitHub Stars
5
First Seen
Apr 20, 2026