用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/udit-001/vibe-research --skill jot-collaboration命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | jot-collaboration |
| description | Collaborative brainstorming and planning using jot markdown editor with inline comments |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"collaborative-planning"} |
I facilitate collaborative brainstorming and planning workflows using jot, a self-hosted markdown editor with inline commenting capabilities. I help create, read, edit, and manage planning documents while enabling structured feedback through threaded discussions.
Use this skill when you need to:
When loaded by the research skill (skill:research), this skill enters research planning mode. In this mode:
reference/research-planning.md)For research-specific workflows, see reference/research-planning.md.
npm install -g @mariozechner/jotjot register <alias> <url> <api-key>Create and share a planning document for collaborative feedback:
jot local create "Project Planning: <topic>"
jot local update <id> markdown "# Planning Document
## Objectives
- Clear goal statements
- Success criteria
## Approach
- Proposed methodology
- Technical considerations
## Discussion
- Open questions
- Concerns to address
"
jot local update <id> shareAccess comment
Auto-open in browser (when in research planning mode):
# Windows
start http://localhost:3210/n/<id>
# macOS
open http://localhost:3210/n/<id>
# Linux
xdg-open http://localhost:3210/n/<id>
Add inline comments on specific text for precise feedback:
jot local comment <id> "exact quoted text" "Your feedback or question here"
Review comments and provide structured responses:
jot local read <id>
jot local reply <id> <thread-id> <message-id> "Response addressing the feedback"
Apply targeted edits based on discussion:
jot local edit <id> '[{"oldText":"original text","newText":"improved text"}]'
Resolve threads when feedback is addressed:
jot local resolve <id> <thread-id>
comment levelview, comment, or edit) based on collaboration needsjot local edit) for small changes, full updates (jot local update) for major revisionsjot local list - List all available documentsjot local create "<title>" - Create new documentjot local read <id> - Read document with all comments and threadsjot local search "<query>" - Search documents by contentjot local update <id> markdown "<content>" - Replace full markdown contentjot local update <id> title "<new-title>" - Update document titlejot local update <id> shareAccess <level> - Set sharing permissionsjot local edit <id> '[{oldText, newText}]' - Apply targeted text editsjot local comment <id> "quote" "body" - Add inline comment on quoted textjot local reply <id> <tid> <mid> "body" - Reply to specific commentjot local edit-comment <id> <mid> "new body" - Edit existing commentjot local delete-comment <id> <mid> - Delete comment messagejot local resolve <id> <tid> - Mark discussion thread as resolvedjot local reopen <id> <tid> - Reopen resolved discussionjot local delete-thread <id> <tid> - Delete entire discussion threadThis skill works best when:
When invoked by the research skill, see reference/research-planning.md for:
shareAccess level is set appropriatelyoldText exactly matches existing contentjot local read to include all threads