一键导入
obsidian-tracker-done
Complete a task and move to Done on kanban board. Use when the user invokes /done.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Complete a task and move to Done on kanban board. Use when the user invokes /done.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
One-shot conversion of a Claude Code plugin to Codex format. Use when asked to convert, port, or add Codex support for a plugin in this repository.
One-shot conversion of a Codex plugin to Claude Code format. Use when asked to convert a Codex plugin to Claude Code, add CC support for a Codex plugin, or reverse-port a plugin from Codex.
Continuous maintenance workflow for plugins that target both Claude Code and Codex. Use when a plugin's commands, skills, or agents have changed and the Codex target needs updating.
Manually sync the editor theme to the current macOS appearance (light/dark). Use when the user switched macOS appearance and wants Claude Code and/or Codex themes refreshed now, or asks to fix/resync the theme. Light → gruvbox-light, dark → sunset-drive.
Install the plugin-cross-port pre-commit hook into any git repository. Use when the user invokes /install-hook.
Generates platform-specific social media descriptions for video clips. Creates copy for YouTube Shorts, Instagram Reels, and TikTok.
| name | obsidian-tracker-done |
| description | Complete a task and move to Done on kanban board. Use when the user invokes /done. |
| version | 0.1.0 |
Converted from Claude Code command
/done. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
Moves a task to Done column on kanban board. Optionally logs actual time spent.
/done 3 --actual 1h
/done 5 --project api
/done 1
Парси аргументы: task-id (число), --project, --actual.
Определи проект:
.claude/obsidian-tracking.json существует — прочитай project оттудаlistProjects, покажи список, спроси у пользователяЕсли task-id не указан:
Вызови listTasks для проекта.
Покажи активные задачи (Backlog + In Progress + Review):
| # | ID | Title | Status |
Спроси у пользователя номер.
Вызови MCP tool:
mcp__plugin_obsidian_tracker_obsidian__updateTask
с параметрами: project, taskId, status="Done", actual
Выведи:
TASK-{id} done! {from} → Done
Actual: {actual}
Auto-update tracking:
Если .claude/obsidian-tracking.json существует — добавь "Completed TASK-{id}" в actions.