원클릭으로
copilot-gpt4-1-marathon-mode
针对 GPT-4.1 任务的长跑执行模式。用于长任务分批推进、自动存档、跨会话恢复与高质量持续执行场景。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
针对 GPT-4.1 任务的长跑执行模式。用于长任务分批推进、自动存档、跨会话恢复与高质量持续执行场景。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate production-quality Dify workflow DSL/YAML files with precise node schemas from Pydantic source models. Covers all 22+ node types for Dify v1.12+.
Build, edit, and diagnose Dify workflow DSL files. Use when creating workflows, modifying nodes/edges, validating structure, troubleshooting runtime failures (empty URL, invalid variables, branch deadlock, chat_http!=200), and designing robust LLM automation with error handling.
白底等线学术 PPT 生成器。适用于开题、中期、答辩等场景的 极简学术汇报幻灯片。设计原则:白底黑字、等线字体、零装饰、 左文右图双栏布局。触发词:白底/学术PPT/等线/DengXian/ 左文右图/开题风格/白底黑字/无装饰PPT/学术汇报版/答辩白底版。
Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.
优先检索建筑设计网站(ArchDaily、gooood、有方/Archiposition),并输出结构化结果。适用于用户提到 archdaily、gooood、有方、建筑案例网络检索、建筑设计网站检索、案例外网补充检索等场景。
Extracts full text from book PDFs (no page limit) and generates or updates the 核心概念 (core concepts) section in book _框架.md files. Use when the user asks to extract core concepts from books, to use full book text for concept extraction, or to improve or populate the 核心概念 section in books/ framework files.
| name | copilot-gpt4.1-marathon-mode |
| description | 针对 GPT-4.1 任务的长跑执行模式。用于长任务分批推进、自动存档、跨会话恢复与高质量持续执行场景。 |
| version | "2026-03-11T00:00:00.000Z" |
| summary | 针对GPT-4.1模型的马拉松模式Skill,支持长任务分批执行、自动存档、能力优化。 |
| tags | ["gpt4.1","马拉松","长任务","自动存档","优化"] |
copilot-gpt4.1-marathon-checkpoint.json,记录执行状态与上下文,支持跨会话恢复。存档采用如下JSON schema:{
"step": 3,
"total_steps": 10,
"progress": "30%",
"context": "...",
"outputs": ["..."],
"last_compact": "2026-03-11T10:00:00Z"
}