在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用learn
星标19
分支0
更新时间2026年3月13日 10:19
Store a learning into MinnsDB for cross-session recall
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Store a learning into MinnsDB for cross-session recall
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Show MinnsDB knowledge graph dashboard
Query cross-session memory from MinnsDB
Design a workflow via 3-stage Vibe Graphing pipeline
Execute a stored workflow with step-by-step orchestration
| name | learn |
| description | Store a learning into MinnsDB for cross-session recall |
| user_invocable | true |
Explicitly store a learning, decision, pattern, or insight into the MinnsDB knowledge graph for recall in future sessions.
When the user invokes /learn <content>, run:
minns learn "<content>" --category <detected_category> --tags <relevant_tags>
decision — architectural or design decisionspattern — code patterns or conventionsbug — bug reports or root causesarchitecture — system architecture detailsconvention — team conventions or standardslearning — general learnings (default)minns learn command with detected category and tags/learn We chose JWT with RS256 for API authentication because it supports key rotation
/learn The user service must be called before the order service due to foreign key constraints
/learn Always use structured logging with correlation IDs in this codebase