.gemini/skills/private-info/SKILL.md
Rules for storing and isolating sensitive/private notes and credentials. Defines detection patterns, handling procedures, and organization guidelines.
npx skillsauth add Kang-chen/kownledgeBase private-infoInstall 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.
To ensure sensitive information security, all private or sensitive notes, configuration files, and credentials must be stored in a dedicated private directory.
The private information directory should be under knowledge/, parallel to other knowledge categories:
/knowledge/
├── private/ # For sensitive info: API keys, passwords, PII, etc.
├── planning/
├── programming/
└── biology/
└── ...
knowledge/ outside of private/password, passwd, token, secretapi_key, client_id, client_secretrefresh_token, Bearer, Authorization:ghp_ / gho_ (GitHub Token)AKIA (AWS Access Key)xoxb- (Slack Bot Token)-----BEGIN PRIVATE KEY----- / -----BEGIN.*KEY----- (various private keys)?token= or access_token= parametersknowledge/private/knowledge/private/knowledge/logs/changelog.md (with timestamp, reason, affected paths)github-config.md, aws-credentials.mdprivate/ by service type (e.g., private/cloud/, private/vcs/)Compliant: Store file containing GitHub Token in knowledge/private/, reference it in controlled manner elsewhere
github-config.md in knowledge/private/Non-compliant: Storing files with plaintext keys directly in knowledge/programming/ or knowledge/biology/
tools
Project-based file organization and rule loading guidance. Defines project memory system, file structure by project, and mandatory rule loading workflow for archival tasks.
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 "本周还未进行周回顾".
development
Personal knowledge base structure and organization rules. Defines directory layout, file naming conventions, content format, time recording, and changelog requirements.