src/skills/runtime/vision-index/SKILL.md
This skill should be used when the model needs detailed image understanding beyond the system preview summary, and needs a provider-neutral capability index.
npx skillsauth add 42atom/msgcode vision-indexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本 skill 是详细视觉能力索引,不是系统内建视觉控制面。
在以下场景读取并使用本 skill:
[图片摘要],但用户继续追问具体细节先读 ~/.config/msgcode/skills/index.json,再读本 skill。真正执行时,以 provider-specific skill 里的真实调用合同为准,不要假设所有 skill 都统一走 main.sh wrapper。
不要调用 vision-index/main.sh 这类额外壳;vision-index 自身就是说明书,不是执行入口。
vision 预览摘要能力。[图片摘要] 只是预览,不是最终真相。local-vision-lmstudio。优先直接使用当前模型的原生看图能力:
先读:
~/.config/msgcode/skills/local-vision-lmstudio/SKILL.md再按那份说明书里的真实调用合同执行。重点是:优先用该 skill 自带的 main.sh 或 scripts/analyze_image.py,不要再去外部 skills 目录找实现。
development
# todo skill 触发:任务记录、查看待办、标记完成。 优先入口:`~/.config/msgcode/skills/todo/main.sh` 默认 workspace:当前目录 `$PWD`(可被 `--workspace` 覆盖)。 常用: - `bash ~/.config/msgcode/skills/todo/main.sh add "补充测试报告" --json` - `bash ~/.config/msgcode/skills/todo/main.sh list --json` - `bash ~/.config/msgcode/skills/todo/main.sh done <taskId> --json`
development
# thread skill 触发:查看/切换会话线程,读取线程消息。 优先入口:`msgcode thread ...` 常用: - `msgcode thread list --json` - `msgcode thread active --json` - `msgcode thread messages <thread-id> --limit 20 --json` - `msgcode thread switch <thread-id> --json`
development
This skill should be used when the model needs to create, inspect, enable, disable, or remove recurring schedules in msgcode, or when diagnosing schedule state in the current workspace.
tools
This skill should be used when the task is complex enough to benefit from task-local planning files, but should not introduce a new plan mode, supervisor, or memory layer.