with one click
mag
// Use when Codex should operate Med Auto Grant through its grant-authoring product entry, user-loop, and schema-backed contracts instead of ad-hoc repo scripting.
// Use when Codex should operate Med Auto Grant through its grant-authoring product entry, user-loop, and schema-backed contracts instead of ad-hoc repo scripting.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | mag |
| description | Use when Codex should operate Med Auto Grant through its grant-authoring product entry, user-loop, and schema-backed contracts instead of ad-hoc repo scripting. |
当 Codex 需要把 Med Auto Grant 作为正式 domain app 来操作,而不是把仓库当成临时脚本集合时,使用这个 app skill。对外第一入口是这个单一 app skill;CLI / MedAutoGrantDomainEntry、status、user-loop、direct-entry 等都属于它下面的内部 command contract。
Med Auto Grant 面向 Codex 的单一 domain app skillmedautogrant CLI、schema-backed contract,也不替代 repo 内其他自动化入口;这些入口只能作为 MAG authoring runtime 的受控 surface,不能成为绕开 runtime 的替代执行路径自动调用时使用 repo-local launcher:uv run --directory <med-autogrant-repo> medautogrant ...。不要用 shell PATH lookup 或用户 PATH 上的裸 medautogrant 判断当前模块可用性。
uv run --directory <med-autogrant-repo> medautogrant product skill-catalog --input <input_path> --format jsonuv run --directory <med-autogrant-repo> medautogrant product status --input <input_path>uv run --directory <med-autogrant-repo> medautogrant product user-loop --input <input_path> --task-intent "<task_intent>"uv run --directory <med-autogrant-repo> medautogrant product direct-entry --input <input_path> --task-intent "<task_intent>"product manifest 暴露 MAG-owned family_action_catalog;CLI、product-entry、skill metadata 与 MCP-compatible descriptor 从同一份 action definition 派生。当前 MCP projection 是 descriptor-only:descriptor_only=true、public_runtime=false,不能写成 public MCP runtime 已落地。
默认先读取 skill catalog 或打开 status,再根据当前 funding call、task intent 和 draft 状态进入 user loop 或 direct entry。
MAG / Med Auto Grant,或任务属于基金方向、申请书、立项依据、研究内容、技术路线、修改包、submission-ready package 等 MAG 覆盖范围时,必须通过 MAG product-entry、user-loop、direct-entry 或 schema-backed authoring contract 推进。documents / Office skill、直接编辑 .docx、ad-hoc 脚本、手写导出包或 prompt-only 文档路径来替代 MAG 的 grant-authoring runtime。skill_catalog、product_entry_manifest、domain_entry_contract、task_lifecycle 当作正式 contract surfaceREADME.mddocs/project.mddocs/status.md