원클릭으로
sources-section
Appends a Sources/References section using only web sources from the sources pool.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Appends a Sources/References section using only web sources from the sources pool.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create, inspect, edit, archive, delete, run, and search scheduled or executable automation assets.
Execution behavior for one saved automation job running in a fresh agent conversation.
Teaches agents how to author Markdown that renders cleanly into DOCX via write_docx, with heading hierarchy (up to 6 levels), tables, lists, blockquotes, code blocks, citations, embedded images, SVG diagrams (rendered to PNG first), and document structure patterns for reports, proposals, and technical documents.
Teaches agents how to write syntactically correct Mermaid diagrams that render without errors across all supported diagram types. Covers quoting rules, common syntax pitfalls, diagram-type-specific syntax (flowchart, sequence, class, ER, Gantt, state, pie, mindmap), subgraphs, styling with classDef and theme variables, KDCube brand color integration, renderer usage patterns, readability tuning, and complexity limits.
Teaches agents how to generate Markdown, HTML (with embedded SVG), and Mermaid content that renders beautifully to multi-page PDF via write_pdf, with proper page breaks, compact professional layouts, brand and domain-adaptive color schemes, multi-column support for scientific papers, magazine-style editorial documents, and iterative render-review-fix workflow.
Teaches agents how to author slide-structured HTML that renders professionally to PPTX via write_pptx, with proper sizing, styling, brand and domain-adaptive color schemes, SVG diagram integration, citation handling, deck narrative flow, and content budgets for business presentations, technical decks, and executive briefings.
| name | sources-section |
| description | Appends a Sources/References section using only web sources from the sources pool. |
| version | 1.0.0 |
| category | reporting |
| tags | ["sources","citations","references","web"] |
| namespace | internal |
| when_to_use | ["The user asks for sources, references, or citations","You are producing a report that must include a sources section","You are generating HTML/Markdown that should list web evidence"] |
| author | kdcube |
| created | "2026-01-16T00:00:00.000Z" |
When sources are requested, append a Sources or References section at the end of the document. Only include web sources that exist in the sources pool and were actually used. Do NOT include attachments or local files in the sources list.
Web sources only
Use real URLs and titles
Placement
## Sources
1. [Title from source](https://example.com) — S:12
2. [Another source](https://example.org) — S:18
<section class="sources">
<h2>Sources</h2>
<ol>
<li><a href="https://example.com">Title from source</a> <span class="sid">S:12</span></li>
<li><a href="https://example.org">Another source</a> <span class="sid">S:18</span></li>
</ol>
</section>