用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/DoloresCaritasAngelus/DSH-AUX --skill aux-commands-contract命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | aux-commands-contract |
| description | dsh-aux /aux 命令注册契约——带参命令必须 input.hint,四处文案一致,子命令全集对齐。 |
| user-invocable | false |
🔻易腐烂标注:input.hint 契约、四处一致、返回形态是稳定规则;子命令全集 枚举、提交号是快照,新增子命令后用
src/commands.js当前全集为准。
input: { hint }。否则 DSH 客户端 matchEnter(官方
ui-commands)对"无 input 且非裸行"的 /aux status 这类整行落回普通聊天,
指令被当消息发给主模型 —— 踩坑实证(🔻易腐烂·提交号 bd4eb89,历史事实,
语义才重要)与回归断言。/aux 与 /aux <sub>… 都要能执行;argsAfter 会自动处理 token 尾空格。description(命令菜单/面板可见);input.hint(输入占位,列出全部子命令);用法: /aux …);input.hint 与 README 命令表,勿漏。status · history [N] · history full [N] · model <task> [provider/model] ·
vision <path> <question...> · test <task> · memory [n] · gc-images [days]。
以 src/commands.js handleAuxCommand 当前分支为准;新增子命令必须同步更新
本枚举、input.hint、README 命令表与 04-glossary。
{ kind: "success"|"error", text };错误必须非空字符串。#seq、新→旧。sub === "xxx" 分支却忘了 input.hint → 带参整行失效(回归测试会拦)。