with one click
content-writing
專案部落格文章與 Markdown 文件寫作規範,涵蓋 Frontmatter、格式與 SEO 最佳實踐。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
專案部落格文章與 Markdown 文件寫作規範,涵蓋 Frontmatter、格式與 SEO 最佳實踐。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
本專案使用 Astro、Tailwind CSS 和 TypeScript 開發的最佳實踐與指引。
「Teal Comic」風格指南與組件系統,基於 Mandy's Website 主題。包含了詳細的組件分類、配色規範與實作原則。
定義程式碼品質標準、防止幻覺 (Anti-Hallucination) 與官方文件查證流程。確保所有程式碼皆為最新、穩定且符合最佳實踐。
建立獨特、生產級且高品質的前端介面。當需要構建 Web 組件、頁面、Landing Page 或應用程式時使用。
全方位的設計指南,提供專業的 UI/UX 原則、配色方案與開發工作流。適合需要從零打造高品質介面的場景。
根據 Web 介面指南 (Web Interface Guidelines) 審查 UI 代碼。當需要「審查我的 UI」、「檢查無障礙性」、「稽核設計」或「檢查最佳實踐」時使用。
| name | 內容寫作指南 (Content Writing) |
| description | 專案部落格文章與 Markdown 文件寫作規範,涵蓋 Frontmatter、格式與 SEO 最佳實踐。 |
本指南用於協助撰寫本專案的 Markdown/MDX 內容,特別是 src/content/blog 下的文章。
每個 .md 或 .mdx 檔案必須包含完整的 Frontmatter。
---
title: 文章標題 (具吸引力且包含關鍵字)
date: YYYY-MM-DD
tags:
- tag1
- tag2
description: 文章摘要 (用於 SEO Meta Description 與列表預覽,約 100-150 字)
---
YYYY-MM-DD。本專案部落格採用 「Vibe Coding / 技術分享」 風格:
#):僅用於文章標題 (由 Frontmatter 自動處理,內文從 H2 開始)。##):主要章節。###):子章節。> 引用區塊 來強調核心觀點或名言。public/assets/images/blog/ 或 src/assets/ (若需優化)。```typescript
const hello = "world";
title、description 與第一段 H2 中。---
title: Vibe Coding 之旅:我的開發心得
date: 2026-01-18
tags:
- vibe coding
- ai
description: 記錄我如何利用 AI 協作模式,在兩週內完成過去需要三個月的專案...
---
> 「引用一句核心心得。」
前言段落,說明為什麼寫這篇文章。
## 遇到的挑戰
描述問題背景...
## 解決方案
### 1. 選擇技術棧
解釋選擇原因...
## 結語
總結心得...