Skip to content

Instantly share code, notes, and snippets.

@ncdejito
ncdejito / SKILL.md
Last active May 12, 2026 19:25
/telegram:reset skill for claude-plugins-official — restarts Claude Channels session with "Claude is now ready." notifications
name reset
description Reset the Claude session by restarting the process. Use when the user says /reset, asks to restart, or wants a fresh session.
user-invocable true
allowed-tools
Bash(tmux new-session *)
Bash(tmux ls)
Bash(pgrep *)
Bash(kill *)
import numpy as np
class Board:
# looks like this:
# 1 2 3
# a x x o
# b x o -
# c - - x