用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hristo2612/jinn --skill notes命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Safely merge validated package migration bundles into this {{portalName}} instance after an upgrade
Find and install skills from skills.sh when a capability gap is detected
Manage departments, employees, hierarchy, delegation, and Todo ownership
基于 SOC 职业分类
正在显示 SKILL.md
| name | notes |
| description | Find, read, create, and safely update durable Markdown knowledge |
Use Notes for durable facts, decisions, preferences, and project context that should help future sessions. Notes are Markdown files in knowledge/; docs/ remains read-only reference material.
list_notes: browse folders or search by text.read_note: read one Note and receive its current revision.create_note: create a Note from a title, optional body, and optional folder.update_note: change a title or body, or append content, using the current revision.Before every update, read it before updating and pass its returned revision as expectedRevision. If the revision conflicts, read the Note again, reconcile the newer content, and retry; never overwrite concurrent changes blindly.
Search before creating so one topic does not fragment across duplicate Notes. Prefer updating an existing canonical Note when it already owns the subject.