一键导入
codex-ops
Codex and Claude operating workflow for Memoire - JSON-first commands, commit hygiene, review loops, memory capture, and safe autonomous repo operation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Codex and Claude operating workflow for Memoire - JSON-first commands, commit hygiene, review loops, memory capture, and safe autonomous repo operation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading), reduced-motion, or the design foundations (feedback, spatial consistency, restraint) behind Apple-style interfaces.
Design, implement, and verify App Intents, App Entities, App Shortcuts, widgets, Siri, Spotlight, and Apple Intelligence surfaces with stable identity and safe execution.
Diagnose SwiftUI rendering, launch, responsiveness, concurrency, memory, energy, and simulator failures using reproducible traces and before-after evidence.
Mobile-first design mastery — touch targets, gesture patterns, responsive breakpoints, native-feel animations, thumb zones, platform conventions (iOS/Android), and progressive enhancement strategies
Design and review Swift 6 concurrency boundaries using structured tasks, actors, Sendable values, cancellation, and compiler-backed data-race safety.
Build an Apple-platform test strategy with Swift Testing for unit and integration coverage, XCTest for UI automation, deterministic fixtures, and concise agent-readable results.
| name | codex-ops |
| description | Codex and Claude operating workflow for Memoire - JSON-first commands, commit hygiene, review loops, memory capture, and safe autonomous repo operation |
Use this when Codex or Claude is operating inside the Memoire repository and needs a stable workflow for safe autonomous changes.
Prefer machine-readable command output whenever Memoire exposes it. Do not scrape terminal prose if a JSON surface exists.
Current JSON-first commands:
memi status --jsonmemi connect --jsonmemi notes list --jsonmemi notes info <name> --jsonmemi compose "..." --jsonmemi doctor --jsonmemi generate --jsonmemi export --json--json mode, add or update tests against the structured
payload rather than asserting on human-readable formatting.--json instead of
teaching agents to parse ASCII tables or prose.--dry-run, doctor, and status --json before destructive or broad
operations..memoire/, generated outputs, preview artifacts, and user specs as
project state, not disposable scratch space.main, reconcile local work to HEAD
instead of silently diverging.For a normal implementation lane:
memi status --jsonmemi connect --jsonmemi doctor --jsonnpm run typecheckFor note work:
note.json