bash mkdir -p .claude/skills git clone https://github.com/notdog1998/yourself-skill .claude/skills/create-yourself bash git clone https://github.com/notdog1998/yourself-skill /.claude/skills/create-yourself bash cd .claude/skills/create-yourself pip install -r requirements.txt /create-yourself /notdog /create-yourself --merge notdog python from tools.wechat parser import WeChatParser parser = WeChatParser("path/to/wechat export.csv") my messages = parser.extract self messages(self name="notdog") Returns list[dict] with keys: timestamp, content, context print(my messages[:3]) python from tools…