用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sapegin/dotfiles --skill later命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Review a diff for local code quality, AI-generated slop, and polish in application code, configuration, documentation, and agent artifacts.
Review a diff for requirements, behavior, APIs, architecture, and maintainability across code, configuration, documentation and agent artifacts.
Audit every local skill for predictable behavior, sound structure, and prompt quality.
基于 SOC 职业分类
正在显示 SKILL.md
| name | later |
| description | Capture an idea or task related to the current work in the Obsidian Later inbox without interrupting the current task. |
| disable-model-invocation | true |
| argument-hint | Idea or task to capture |
Capture the user’s argument in ~/murder/0-Inbox/Later.md, enriched only with context already available in the conversation and working tree.
Use the argument as a concise Markdown heading. Write one short free-form paragraph that makes the note understandable after the present conversation has been forgotten:
Do not use fixed sections, investigate the deferred work, or invent missing details. Avoid repeating the heading in the paragraph. If the argument and available context are already self-sufficient, keep the paragraph to one sentence.
Run the later CLI from the current working directory so it can collect Git metadata. Pass the heading and paragraph as separate quoted arguments:
later "$heading" "$paragraph"
The CLI adds the current date-time, repository, and branch. Report success only after it exits successfully. Do not continue work on the captured item.