ワンクリックで
github-trending-layout-spec
Quy chuẩn kỹ thuật, cấu trúc bố cục HTML và định dạng tệp tin cho việc xuất bản bản tin xu hướng công nghệ.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Quy chuẩn kỹ thuật, cấu trúc bố cục HTML và định dạng tệp tin cho việc xuất bản bản tin xu hướng công nghệ.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Protocol for token-efficient web research. Use when accessing URLs, GitHub repos, or running search queries. Prevents full-page fetching waste.
Audits and refines generated Vietnamese Socratic tech report content against strict copywriting, terminology, and technical grounding constraints, forcing self-correction on non-compliant rows.
Applies consumer psychology, persuasion frameworks, and audience awareness mapping to write high-conversion copy and hooks.
Orchestrates the entire end-to-end compilation, verification, and deployment pipeline for the Vietnamese Socratic technology newsletter.
| name | github-trending-layout-spec |
| description | Quy chuẩn kỹ thuật, cấu trúc bố cục HTML và định dạng tệp tin cho việc xuất bản bản tin xu hướng công nghệ. |
| risk | safe |
| source | original |
| date_added | 2026-06-23 |
Defines the technical specifications, HTML layout constraints, output directory structure, and linter validation rules for publishing the technology trending newsletter. This specification acts as a strict format compliance checker to ensure visual excellence across all client devices.
DO:
#, left for others).<strong><a href="...">).<small>).reports/YYYY_MM/).daily_YYYY_MM_DD.md, weekly_YYYY_Www.md, monthly_YYYY_MM.md).<strong>, <a>, <small>, <br>) are properly closed.DO NOT:
Use this skill when the assistant is:
Do NOT Use this skill when:
get_trending and get_repo_details tools).The publication layout must strictly comply with the following mapping and template schemas.
The output HTML table consists of exactly 5 columns mapped as follows:
# (width: 5%)
Dự án (width: 10%)
<strong><a href="[GitHub_URL]">[Tên_Repo]</a></strong><br><small>[Ngôn_Ngữ]</small>Ứng Dụng Thực Tế (width: 20%)
Điểm Độc Đáo (Socratic) (width: 35%)
<strong>[Tên_Ẩn_Dụ]</strong> - [Giải thích ẩn dụ]<br><strong>CƠ CHẾ KỸ THUẬT</strong>: [Giải thích cơ chế hoạt động thực tế]Tính Năng Nổi Bật (width: 30%)
•). No emojis.<table>
<thead>
<tr>
<th width="5%" align="center">#</th>
<th width="10%" align="left">Dự án</th>
<th width="20%" align="left">Ứng Dụng Thực Tế</th>
<th width="35%" align="left">Điểm Độc Đáo (Socratic)</th>
<th width="30%" align="left">Tính Năng Nổi Bật</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">[Xếp_Hạng]</td>
<td><strong><a href="[GitHub_URL]">[Tên_Repo]</a></strong><br><small>[Ngôn_Ngữ]</small></td>
<td>[Nội_Dung_Hook]</td>
<td>[Phép_Ẩn_Dụ_Socratic]</td>
<td>• [Tính năng 1]<br>• [Tính năng 2]</td>
</tr>
</tbody>
</table>
Save files in monthly folders under reports/YYYY_MM/ directory:
reports/YYYY_MM/daily_YYYY_MM_DD.mdreports/YYYY_MM/weekly_YYYY_Www.mdreports/YYYY_MM/monthly_YYYY_MM.md# Bản tin GitHub Trending [ngày DD/MM/YYYY | Tuần WW/YYYY | Tháng MM/YYYY].Perform a final sanity check before writing to disk:
width attributes in <th> are exactly 5%, 10%, 20%, 35%, and 30%.<strong>, <a>, <small>, etc.) have corresponding closing tags.