بنقرة واحدة
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>