원클릭으로
diamond-prompts
Help user adapt prompt workflows to Diamond Prompt Runner using Tera prompts, variables, documents, models, and pipelines.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Help user adapt prompt workflows to Diamond Prompt Runner using Tera prompts, variables, documents, models, and pipelines.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | diamond-prompts |
| description | Help user adapt prompt workflows to Diamond Prompt Runner using Tera prompts, variables, documents, models, and pipelines. |
Use this skill to adapt a writing or prompt workflow into Diamond Prompt Runner project files.
Diamond projects are file-first:
.teradocuments/models/documents/ does not automatically become a Tera variable.doc(...) plus section extraction.project.json is the execution manifest, and payload keys must line up with the variable names the prompt actually reads.project.json for the runnable manifest, including projectId, variables, and promptBlocksproject.json exists and includes a UUID-shaped projectId, for example "projectId": "3ba62a39-f7fa-4d95-8fe9-3dfa614c2442".Open only the note you need:
references/core-patterns.md
Core engine rules, file roles, normalization guidance, rolling context, headers, canon-lock, and append-vs-rebuild tradeoffs.
references/sample-projects.md
Concrete patterns drawn from docs/sample-projects/sample-project-2, sample-project-3, and sample-project-4.
references/checklist.md
A short build/review checklist for turning a workflow into a Diamond project.
references/helpers/
Illustrative utility scripts and templates for normalization, headless testing, range runs, and cleanup planning. These are examples to adapt, not drop-in scripts to run unchanged on another machine.
When you help a user build a Diamond workflow, prefer delivering:
Do not tell the user that a raw structured document will be directly available as a prompt variable unless that structure is actually being loaded from variables or deliberately extracted from document text.