reasonix-guide
GitHub诊断 Reasonix 技能、命令、插件等配置缺失或错误,提供静态报告生成及参考文档读取方法,辅助排查加载问题。
Trigger Scenarios
Install
npx skills add esengine/DeepSeek-Reasonix --skill reasonix-guide -g -y
SKILL.md
Frontmatter
{
"name": "reasonix-guide",
"runAs": "inline",
"description": "Diagnose missing or misconfigured Reasonix skills, commands, hooks, MCP servers, plugins, and instructions."
}
Reasonix capability diagnostics
For a loading or configuration problem, start with the relevant section of
reasonix doctor capabilities --json. This static report starts no MCP
subprocesses and makes no network calls. Use its issue codes, sources, and
remediations; a configuration question with enough evidence needs no full report.
References
Read only the page needed for the reported capability. These files are bundled
in the binary; a (builtin:...) source is not a local filesystem path.
| Capability | Reference |
|---|---|
| Skill discovery, priority, overrides | skills |
| Slash command naming and overrides | commands |
| Hook events, matching, timeouts | hooks |
| MCP sources, transport, startup | MCP |
| Plugin manifests and loading | plugins |
| Standing instruction scope and imports | instructions |
Read a page using read_skill with name="reasonix-guide" and
reference="references/skills.md" (substitute the page path). If the tool is
not directly exposed, use:
{"action":"call","capability_id":"tool:read_skill","arguments":{"name":"reasonix-guide","reference":"references/skills.md"}}
Runtime and permissions
Desktop Settings → Diagnostics opens a static report. Refresh repeats collection; the optional session-runtime view reads the active tab Host without starting MCP. The page can copy redacted JSON and link to the relevant settings tab; it never auto-edits config, executes hooks, or reconnects servers.
Live probing runs third-party code and may send configured environment/headers.
Use reasonix doctor capabilities --live --timeout 5s --json only when starting
those servers is explicitly authorized in the session. A diagnostic request
alone does not authorize configuration changes.
Keep tokens, header/env values, URL query strings, usernames, and external
machine paths out of reports. Use <workspace>/…, ~/…, or <external>/….
Version History
-
0d7a103
Current 2026-09-22 07:04
重构提示词并改为按需加载引用,精简上下文,优化技能目录展示与发现提示。
-
481e6fc
2026-08-01 21:00
默认信任已配置的MCP和Hooks,修复项目级MCP服务器被错误拦截及作用域持久化不一致的问题。
- 020bf6e 2026-07-23 11:35


