npx skillsauth add atxinsky/skills rememberInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将本次会话的关键信息保存到本地记忆库。下次开启 Claude Code 时会自动读取相关记忆。
~/.claude/memory/
├── {项目名}/ # 项目专属记忆
│ └── YYYY-MM-DD_{slug}.md
└── global/ # 跨项目通用记忆
└── YYYY-MM-DD_{slug}.md
根据当前工作目录自动判断:
taijiv3 / taijiv2 / taiji — 太极圈系列rongyi — 融易陪伴banbot — Banbot 量化futures — 期货系统options — 期权系统personality — 人格光谱general — 其他如果 $ARGUMENTS 包含 "global" 或 "全局",存到 global/ 目录。
pwd 推断项目名# {日期} {简短标题}
**项目**: {项目名}
**标签**: {2-4个关键词,逗号分隔}
## 关键决策
- {决策1}
- {决策2}
## 修改文件
- `{文件路径}` — {改动说明}
## 发现/教训
- {教训1}
## 待办
- [ ] {未完成事项}
YYYY-MM-DD_{slug}.md
slug 从标题或 $ARGUMENTS 生成,用英文小写+连字符,如:
2026-02-19_font-upgrade.md2026-02-19_trading-insight.mdmkdir -p 创建development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
documentation
Create detailed implementation plan with bite-sized tasks