一键导入
obsidian-tracker-projects
List all projects from Obsidian or show specific project details. Use when the user invokes /projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
List all projects from Obsidian or show specific project details. Use when the user invokes /projects.
用 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-projects |
| description | List all projects from Obsidian or show specific project details. Use when the user invokes /projects. |
| version | 0.1.0 |
Converted from Claude Code command
/projects. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
Lists all tracked projects from Obsidian or shows details for a specific project.
Вызови MCP tool для проверки конфигурации:
mcp__plugin_obsidian_tracker_obsidian__getConfig
Если initialized: false или vaultPath: "NOT SET":
Спроси путь к Obsidian vault через AskUserQuestion:
~/Documents/Obsidian/Projects (Recommended)~/Documents/GitHub/obsidian/MCP/ProjectsВызови MCP tool для инициализации:
mcp__plugin_obsidian_tracker_obsidian__initVault
с параметром vaultPath = выбранный путь
Выведи: ✅ Obsidian Tracker инициализирован: {vault_path}
Если initialized: true: переходи к Logic.
project-name (optional) - Show details for specific project/projects # List all projects
/projects awac-ai-agent-plugins # Show specific project
If no argument provided:
Вызови:
mcp__plugin_obsidian_tracker_obsidian__listProjects
Выведи нумерованную таблицу с деревом. Если у проекта есть subprojects, покажи их с нумерацией X.Y.
Важно: для отступов подпроектов используй обычные пробелы, НЕ — в терминале они не рендерятся.
| # | Project | Status | Tasks | Bugs |
|---|---|---|---|---|
| 1 | name | Active | 5 | 2 |
| 2 | name2 | Active | 3 | 0 |
| 3 | parent-project | Active | 0 | 4 |
| 3.1 | sub-project-a | Active | 2 | 1 |
| 3.2 | sub-project-b | Active | 1 | 0 |
Подсказка: Введи номер проекта (например 3 или 3.1) или /projects <name> для деталей
Если пользователь вводит число (целое или X.Y) — выбери соответствующий проект/подпроект и покажи детали (как в пункте 2). Для подпроекта используй полный путь: parent/subproject.
If project-name provided:
Вызови:
mcp__plugin_obsidian_tracker_obsidian__getProject
с параметром name = project-name
Выведи:
/project-bug {name}, /session-log {name}Auto-start tracking: После вывода информации о проекте, автоматически запусти трекинг:
plugins/obsidian-tracker/scripts/start-tracking.sh "{project-name}"