基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Treasoni/Study-Notes --skill implement命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Collect and curate technical research in two gated stages with compact source records. Use for systematic research, source gathering, research materials, or when a learning-note workflow is at collection phase P1 or P2.
发现当前运行时可用于资料收集的网页、浏览器、MCP 与研究技能,并刷新项目资料工具指南。用于询问可用工具、搜索工具、研究能力或资料收集方案时。
Obsidian 笔记智能美化与发布。用于将最终学习笔记处理成 Obsidian Markdown,补 frontmatter、标签、Callout、双链,并保存到用户指定位置。触发词:美化、Obsidian、优化格式、笔记美化、发布到 vault、beautify。
| name | implement |
| description | Implement a piece of work based on a spec or set of tickets. |
| disable-model-invocation | true |
Implement the work described by the user in the spec or tickets.
Use /tdd where possible, at pre-agreed seams.
Run typechecking regularly, single test files regularly, and the full test suite once at the end.
Once done, use /code-review to review the work.
Commit your work to the current branch.