一键导入
obsidian-tracker-decision-new
Create a new lightweight Architecture Decision Record (ADR). Use when the user invokes /decision-new.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new lightweight Architecture Decision Record (ADR). Use when the user invokes /decision-new.
用 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-decision-new |
| description | Create a new lightweight Architecture Decision Record (ADR). Use when the user invokes /decision-new. |
| version | 0.1.0 |
Converted from Claude Code command
/decision-new. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
Determine project:
.claude/obsidian-tracking.json exists, use the project from it.findProjectByLocalPath with cwd.Collect decision info:
AskUserQuestion:
Check for related entities:
Create the decision:
addDecision with all collected info.Update tracking:
.claude/obsidian-tracking.json exists, add "📋 Decision DEC-{id}: {title}" to actions.Confirm with the decision ID and a brief summary.