.gemini/skills/changelog/SKILL.md
Rules for maintaining the changelog file. Defines log format, required fields, and update triggers for knowledge base file operations.
npx skillsauth add Kang-chen/kownledgeBase changelogInstall 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.
This skill defines the format and maintenance process for knowledge/logs/_changelog.md, which tracks all significant changes to the knowledge base.
Each entry in the changelog must be in Markdown format and include:
YYYY-MM-DD HH:MM:SS formatCREATE, UPDATE, DELETE, MOVE, ARCHIVE, EXTRACT)- **2026-03-04 10:00:00** | `CREATE` | `knowledge/biology/new-research-note.md` | 新增蛋白质折叠研究笔记
- **2026-03-04 10:05:00** | `ARCHIVE` | `inbox/model_tuning.md` → `archive/2026-03/2026-03-04-model-tuning.md` | 归档原始笔记到 archive
- **2026-03-04 10:10:00** | `EXTRACT` | `_memory/entries/xgboost-tuning.md` | 从归档文件提取知识条目:XGBoost 调参策略
| Action | Usage |
|--------|-------|
| CREATE | New file created |
| UPDATE | Existing file modified |
| DELETE | File removed |
| MOVE | File relocated (include source → destination) |
| ARCHIVE | Inbox file moved to archive/ (include source → destination) |
| EXTRACT | Knowledge entry extracted to _memory/entries/ from an archived file |
The NoteOrganizer agent (or any other agent making changes) must append a new entry to knowledge/logs/_changelog.md whenever a file is created, updated, or deleted within the knowledge/ directory.
date command before loggingMOVE and ARCHIVE operationstools
Project-based file organization and rule loading guidance. Defines project memory system, file structure by project, and mandatory rule loading workflow for archival tasks.
documentation
Rules for storing and isolating sensitive/private notes and credentials. Defines detection patterns, handling procedures, and organization guidelines.
development
Rules for categorizing notes into planning, programming, and biology directories. Includes keyword matching, file formatting, and special commands like TODO archival. Trigger on: 归档TODO, 周归档. Also handles [~] cancelled tasks.
development
Organizes notes into the personal knowledge base based on predefined rules. Use when the user wants to save, categorize, or organize notes and ideas, or when content is prefixed with `[[[`. Trigger on: 周回顾, weekly review (runs full weekly review workflow), or any inbox processing request. Proactive: On Fridays/weekends when last review was >5 days ago, suggest "本周还未进行周回顾".