ワンクリックで
obsidian-tracker-import
Parse a document into structured tasks. Use when the user invokes /import.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Parse a document into structured tasks. Use when the user invokes /import.
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-import |
| description | Parse a document into structured tasks. Use when the user invokes /import. |
| version | 0.1.0 |
Converted from Claude Code command
/import. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
Reads a markdown/text file and intelligently extracts tasks from it.
/import ~/notes/design-research.md --project minimap
/import ./TODO.md --project api
/import ~/brainstorm.md --project auth
Парси аргументы. Если не хватает — спроси через AskUserQuestion.
Если --project не указан:
Вызови listProjects, покажи список, спроси.
Прочитай файл через Read tool.
Проанализируй содержимое:
- [ ]Покажи извлечённые задачи пользователю:
| # | Title | Priority | Effort |
|---|-------|----------|--------|
| 1 | ... | high | 2h |
| 2 | ... | medium | 1h |
Спроси подтверждение: "Создать {N} задач? (да / убрать # / изменить)"
Для каждой подтверждённой задачи вызови:
mcp__plugin_obsidian_tracker_obsidian__addTask
с параметрами: project, title, priority, effort
Выведи итог:
Created {N} tasks in {project}
All added to Backlog on kanban board