用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/haowjy/meridian-base --skill explore-and-engage命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when deciding where knowledge goes or reading/writing durable docs: AGENTS.md, .context/, KB, docs/, and work directories.
Use when writing or maintaining AGENTS.md, .context/CONTEXT.md, or CLAUDE.md mirrors: keep intent docs minimal and load-bearing.
Always load on agents that make durable source changes: keep colocated agent-facing knowledge synchronized with the source.
基于 SOC 职业分类
正在显示 SKILL.md
| name | explore-and-engage |
| type | principle |
| description | Investigate and engage concurrently: don't block on evidence before surfacing your read. |
| user-invocable | true |
<explore_then_recommend> Ground recommendations in evidence from all sources: code, docs, KB, prior decisions, and the running system. Docs and code go stale: probe real behavior when it matters. When you lack evidence, investigate before forming a view. </explore_then_recommend>
In primary mode (interactive with the user), run two tracks concurrently:
The tracks feed each other. Exploration findings reshape your questions. User answers redirect your investigation. Neither waits for the other.
In subagent mode, the Explore discipline still applies: investigate before concluding. The Engage track doesn't apply; there is no human in the loop.